|
@@ -59,7 +59,7 @@ import moment from 'moment'
|
|
|
import {getGoods} from '@api/oa/cd-personnel-files'
|
|
|
|
|
|
export default {
|
|
|
- name: 'MaterialSlModal', // 报关要素
|
|
|
+ name: 'MaterialSlModal',
|
|
|
mixins: [JeecgListMixin],
|
|
|
components: { JEllipsis, moment },
|
|
|
|
|
@@ -73,21 +73,21 @@ export default {
|
|
|
materialSlColumns: [
|
|
|
{
|
|
|
title: '所属部门',
|
|
|
- dataIndex: 'sysOrgCode',
|
|
|
+ dataIndex: 'sys_org_code',
|
|
|
width: 140,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '物料编号',
|
|
|
- dataIndex: 'materialNumber',
|
|
|
+ dataIndex: 'material_number',
|
|
|
width: 140,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '录入人账号',
|
|
|
- dataIndex: 'inputAccount',
|
|
|
+ dataIndex: 'input_account',
|
|
|
width: 130,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
title: '品名',
|
|
|
- dataIndex: 'tradeName',
|
|
|
+ dataIndex: 'trade_name',
|
|
|
width: 130,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '规格型号',
|
|
|
- dataIndex: 'specificationsModels',
|
|
|
+ dataIndex: 'specifications_models',
|
|
|
ellipsis: true,
|
|
|
width: 180,
|
|
|
className: 'replacecolor'
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '单价(元)',
|
|
|
- dataIndex: 'unitPrice',
|
|
|
+ dataIndex: 'unit_price',
|
|
|
width: 120,
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '入库日期',
|
|
|
- dataIndex: 'inputWarehouseDate',
|
|
|
+ dataIndex: 'input_warehouse_date',
|
|
|
width: 90,
|
|
|
className: 'replacecolor',
|
|
|
},
|