根据系统配置增加单据类型的选择来控制单据的审核按钮
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
|
||||
@change="handleTableChange">
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<a @click="myHandleDetail(record, '销售退货入库')">查看</a>
|
||||
<a @click="myHandleDetail(record, '销售退货入库', prefixNo)">查看</a>
|
||||
<a-divider v-if="btnEnableList.indexOf(1)>-1" type="vertical" />
|
||||
<a v-if="btnEnableList.indexOf(1)>-1" @click="myHandleEdit(record)">编辑</a>
|
||||
<a-divider v-if="btnEnableList.indexOf(1)>-1" type="vertical" />
|
||||
@@ -189,6 +189,7 @@
|
||||
status: "",
|
||||
remark: ""
|
||||
},
|
||||
prefixNo: 'XSTH',
|
||||
labelCol: {
|
||||
span: 5
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user