From a27f070b171c93226bda9d78c300a2905a9fad54 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 8 Mar 2023 14:24:07 +0800 Subject: [PATCH] 1 --- .../modules/partspare/repairtransdetail.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/modules/partspare/repairtransdetail.vue b/src/views/modules/partspare/repairtransdetail.vue index 0406aae..c0f5976 100644 --- a/src/views/modules/partspare/repairtransdetail.vue +++ b/src/views/modules/partspare/repairtransdetail.vue @@ -138,7 +138,7 @@ export default { // 展示列集 columnList:[ { - columnProp: 'partNo', + columnProp: 'partno', headerAlign: "center", align: "left", columnLabel: '备品备件编码', @@ -151,7 +151,7 @@ export default { columnWidth: 140, }, { - columnProp: 'partDescription', + columnProp: 'partdescription', headerAlign: "center", align: "left", columnLabel: '备品备件名称', @@ -176,7 +176,7 @@ export default { fixed: '', columnWidth: 140, }, { - columnProp: 'batchNo', + columnProp: 'batchno', headerAlign: "center", align: "left", columnLabel: '序列号', @@ -188,7 +188,7 @@ export default { fixed: '', columnWidth: 140, }, { - columnProp: 'transType', + columnProp: 'transtype', headerAlign: "center", align: "left", columnLabel: '记录类型', @@ -200,7 +200,7 @@ export default { fixed: '', columnWidth: 140, }, { - columnProp: 'warehouseId', + columnProp: 'warehouseid', headerAlign: "center", align: "left", columnLabel: '仓库编码', @@ -212,7 +212,7 @@ export default { fixed: '', columnWidth: 140, }, { - columnProp: 'locationId', + columnProp: 'locationid', headerAlign: "center", align: "left", columnLabel: '库位编码', @@ -224,7 +224,7 @@ export default { fixed: '', columnWidth: 140, }, { - columnProp: 'orderRef1', + columnProp: 'orderref1', headerAlign: "center", align: "left", columnLabel: '机台编码', @@ -236,7 +236,7 @@ export default { fixed: '', columnWidth: 140, } ,{ - columnProp: 'supplierName', + columnProp: 'suppliername', headerAlign: "center", align: "left", columnLabel: '供应商名称', @@ -248,7 +248,7 @@ export default { fixed: '', columnWidth: 140, },{ - columnProp: 'transQty', + columnProp: 'transqty', headerAlign: "center", align: "right", columnLabel: '数量', @@ -272,7 +272,7 @@ export default { fixed: '', columnWidth: 140, },{ - columnProp: 'userName', + columnProp: 'username', headerAlign: "center", align: "left", columnLabel: '操作员', @@ -284,7 +284,7 @@ export default { fixed: '', columnWidth: 140, },{ - columnProp: 'transDate', + columnProp: 'transdate', headerAlign: "center", align: "left", columnLabel: '操作日期',