diff --git a/src/views/Query/StockQuery/Invoice/index.vue b/src/views/Query/StockQuery/Invoice/index.vue index e5dd8d8..7433f78 100644 --- a/src/views/Query/StockQuery/Invoice/index.vue +++ b/src/views/Query/StockQuery/Invoice/index.vue @@ -10,7 +10,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -205,6 +205,7 @@ onMounted(() => { state.column = [ { header: "组织", field: "ERPFACTORY", hide: false, width: 70 }, + { header: "组织(CN)", field: "ORGNAME", hide: false, width: 80 }, { header: "发货单", field: "SHIPREQUESTNAME", hide: false, width: 120 }, { header: "单据类型", field: "SHIPREQUESTTYPE", hide: false, width: 100}, { header: "单据状态", field: "SHIPREQUESTSTATE", hide: false, width: 100 }, diff --git a/src/views/Query/StockQuery/StockIn/index.vue b/src/views/Query/StockQuery/StockIn/index.vue index 55d95c0..79e2462 100644 --- a/src/views/Query/StockQuery/StockIn/index.vue +++ b/src/views/Query/StockQuery/StockIn/index.vue @@ -9,7 +9,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -66,10 +66,10 @@ - + - + @@ -203,7 +203,7 @@ onMounted(() => { state.column = [ { header: "组织", field: "ERPFACTORY", hide: false, width: 70 }, { header: "组织(CN)", field: "ORGNAME", hide: false, width: 80 }, - { header: "订单编号", field: "RECEIVEREQUESTNAME", hide: false, width: 100 }, + { header: "订单编号", field: "RECEIVEREQUESTNAME", hide: false, width: 130 }, { header: "料号", field: "MATERIALSPECNAME", hide: true }, { header: "品名", field: "DESC_CN", hide: true }, { header: "单据类型", field: "RECEIVEREQUESTTYPE", hide: false, width: 110 },