diff --git a/src/api/delivery/index.ts b/src/api/delivery/index.ts index 80cac47..0f8c328 100644 --- a/src/api/delivery/index.ts +++ b/src/api/delivery/index.ts @@ -54,4 +54,12 @@ export function getMaterialDeliveryDetailList(params: any) { method: 'post', data: params, }); -} \ No newline at end of file +} + +export function getDeliveryReceiveDetail(params: any) { + return request({ + url: '/api/api/delivery/getDeliveryReceiveDetail', + method: 'post', + data: params, + }); +} 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 }, diff --git a/src/views/basics/flatWarehouse/materialInfo/index.vue b/src/views/basics/flatWarehouse/materialInfo/index.vue index 3e00238..6d68ebd 100644 --- a/src/views/basics/flatWarehouse/materialInfo/index.vue +++ b/src/views/basics/flatWarehouse/materialInfo/index.vue @@ -70,7 +70,7 @@ v-loading="materialTableConfig.loading" :data="state.MaterialList" highlight-current-row - :height="tableHeight" + :height="250" row-key="id" @row-click="selectRow">