采购申请中,增加自定义审核人员维护
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
<el-button
|
<el-button
|
||||||
icon="FolderAdd"
|
icon="FolderAdd"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="formDialogRef.openDialog('add')">
|
@click="formDialogRef.openDialog('add')"
|
||||||
|
v-auth="'purchase_purchasingagent_add'">
|
||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
<right-toolbar v-model:showSearch="showSearch" class="ml10" @queryTable="getDataList" />
|
<right-toolbar v-model:showSearch="showSearch" class="ml10" @queryTable="getDataList" />
|
||||||
@@ -92,6 +93,7 @@
|
|||||||
icon="Edit"
|
icon="Edit"
|
||||||
link
|
link
|
||||||
type="primary"
|
type="primary"
|
||||||
|
v-auth="'purchase_purchasingagent_edit'"
|
||||||
@click="formDialogRef.openDialog('edit', scope.row)">
|
@click="formDialogRef.openDialog('edit', scope.row)">
|
||||||
编辑
|
编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -99,6 +101,7 @@
|
|||||||
icon="Delete"
|
icon="Delete"
|
||||||
link
|
link
|
||||||
type="danger"
|
type="danger"
|
||||||
|
v-auth="'purchase_purchasingagent_del'"
|
||||||
@click="handleDelete(scope.row)">
|
@click="handleDelete(scope.row)">
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
icon="FolderAdd"
|
icon="FolderAdd"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
v-auth="'purchase_purchasingcategory_add'"
|
||||||
@click="formDialogRef.openDialog('add')">
|
@click="formDialogRef.openDialog('add')">
|
||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -66,6 +67,7 @@
|
|||||||
icon="Edit"
|
icon="Edit"
|
||||||
link
|
link
|
||||||
type="primary"
|
type="primary"
|
||||||
|
v-auth="'purchase_purchasingcategory_edit'"
|
||||||
@click="formDialogRef.openDialog('edit', scope.row)">
|
@click="formDialogRef.openDialog('edit', scope.row)">
|
||||||
编辑
|
编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -73,6 +75,7 @@
|
|||||||
icon="Delete"
|
icon="Delete"
|
||||||
link
|
link
|
||||||
type="danger"
|
type="danger"
|
||||||
|
v-auth="'purchase_purchasingcategory_del'"
|
||||||
@click="handleDelete(scope.row)">
|
@click="handleDelete(scope.row)">
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8" class="mb12" v-if="!isEntrustCenterChannel || (isFlowEmbed && isPurchaseCenter)">
|
<el-col :span="8" class="mb12" v-if="!isEntrustCenterChannel || (isFlowEmbed && isPurchaseCenter)">
|
||||||
<el-form-item label="采购方式" prop="purchaseType" required>
|
<el-form-item label="采购方式" prop="purchaseType" :required="!isEntrustCenterChannel">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="dataForm.purchaseType"
|
v-model="dataForm.purchaseType"
|
||||||
placeholder="请选择采购方式"
|
placeholder="请选择采购方式"
|
||||||
|
|||||||
@@ -45,7 +45,9 @@
|
|||||||
<el-button
|
<el-button
|
||||||
icon="FolderAdd"
|
icon="FolderAdd"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="formDialogRef.openDialog('add')">
|
@click="formDialogRef.openDialog('add')"
|
||||||
|
v-auth="'purchase_purchasingSchoolLeader_add'"
|
||||||
|
>
|
||||||
新增
|
新增
|
||||||
</el-button>
|
</el-button>
|
||||||
<right-toolbar v-model:showSearch="showSearch" class="ml10" @queryTable="getDataList" />
|
<right-toolbar v-model:showSearch="showSearch" class="ml10" @queryTable="getDataList" />
|
||||||
@@ -104,6 +106,7 @@
|
|||||||
icon="Delete"
|
icon="Delete"
|
||||||
link
|
link
|
||||||
type="danger"
|
type="danger"
|
||||||
|
v-auth="'purchase_purchasingSchoolLeader_del'"
|
||||||
@click="handleDelete(scope.row)">
|
@click="handleDelete(scope.row)">
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user