ruanqi 3 years ago
parent
commit
a27f070b17
  1. 22
      src/views/modules/partspare/repairtransdetail.vue

22
src/views/modules/partspare/repairtransdetail.vue

@ -138,7 +138,7 @@ export default {
// //
columnList:[ columnList:[
{ {
columnProp: 'partNo',
columnProp: 'partno',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '备品备件编码', columnLabel: '备品备件编码',
@ -151,7 +151,7 @@ export default {
columnWidth: 140, columnWidth: 140,
}, },
{ {
columnProp: 'partDescription',
columnProp: 'partdescription',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '备品备件名称', columnLabel: '备品备件名称',
@ -176,7 +176,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
}, { }, {
columnProp: 'batchNo',
columnProp: 'batchno',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '序列号', columnLabel: '序列号',
@ -188,7 +188,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
}, { }, {
columnProp: 'transType',
columnProp: 'transtype',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '记录类型', columnLabel: '记录类型',
@ -200,7 +200,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
}, { }, {
columnProp: 'warehouseId',
columnProp: 'warehouseid',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '仓库编码', columnLabel: '仓库编码',
@ -212,7 +212,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
}, { }, {
columnProp: 'locationId',
columnProp: 'locationid',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '库位编码', columnLabel: '库位编码',
@ -224,7 +224,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
}, { }, {
columnProp: 'orderRef1',
columnProp: 'orderref1',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '机台编码', columnLabel: '机台编码',
@ -236,7 +236,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
} ,{ } ,{
columnProp: 'supplierName',
columnProp: 'suppliername',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '供应商名称', columnLabel: '供应商名称',
@ -248,7 +248,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
},{ },{
columnProp: 'transQty',
columnProp: 'transqty',
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: '数量', columnLabel: '数量',
@ -272,7 +272,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
},{ },{
columnProp: 'userName',
columnProp: 'username',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '操作员', columnLabel: '操作员',
@ -284,7 +284,7 @@ export default {
fixed: '', fixed: '',
columnWidth: 140, columnWidth: 140,
},{ },{
columnProp: 'transDate',
columnProp: 'transdate',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '操作日期', columnLabel: '操作日期',

Loading…
Cancel
Save