修改请购单的页面
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
|
||||
@change="handleTableChange">
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<a @click="myHandleDetail(record, '采购订单', prefixNo)">查看</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" />
|
||||
@@ -206,7 +206,6 @@
|
||||
return text
|
||||
}
|
||||
},
|
||||
{ title: '关联订单', dataIndex: 'linkNumber',width:180},
|
||||
{ title: '商品信息', dataIndex: 'materialsList',width:320, ellipsis:true},
|
||||
{ title: '单据日期', dataIndex: 'operTimeStr',width:185},
|
||||
{ title: '操作员', dataIndex: 'userName',width:120, ellipsis:true},
|
||||
|
||||
Reference in New Issue
Block a user