From cd8b8afd6e68285e4c663575d9f900e77f36c1c1 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 10 Jun 2025 07:49:05 +0800 Subject: [PATCH] md --- src/api/emis/emisTransPlanRule.js | 9 + src/components/XdTable/index.vue | 2 +- .../emis/EmisBaseTools/EmisSupplierPicker.vue | 2 +- .../emisTransPlanRuleForm.vue | 77 ++-- src/views/emis/emisTransPlanRule/index.vue | 357 ++++++++---------- .../emis/emisWaybill/sendWaybillList.vue | 1 + 6 files changed, 215 insertions(+), 233 deletions(-) diff --git a/src/api/emis/emisTransPlanRule.js b/src/api/emis/emisTransPlanRule.js index 2b1f2377..a9ee2cad 100644 --- a/src/api/emis/emisTransPlanRule.js +++ b/src/api/emis/emisTransPlanRule.js @@ -17,6 +17,15 @@ export function getEmisTransPlanRule(id) { }) } +// 草稿下单 +export function draftSubmitRule(data) { + return request({ + url: '/emis/emisTransPlanRule/draftSubmitRule', + method: 'post', + data: data + }) +} + // 新增供应商线路规划表 export function addEmisTransPlanRule(data) { return request({ diff --git a/src/components/XdTable/index.vue b/src/components/XdTable/index.vue index 10c99ba7..470a8afa 100644 --- a/src/components/XdTable/index.vue +++ b/src/components/XdTable/index.vue @@ -223,7 +223,7 @@ export default { }, showStatInfo: { type: Boolean, - default: true, + default: false, }, canHideColumns: { type: Boolean, diff --git a/src/views/emis/EmisBaseTools/EmisSupplierPicker.vue b/src/views/emis/EmisBaseTools/EmisSupplierPicker.vue index 03e54c09..264259a7 100644 --- a/src/views/emis/EmisBaseTools/EmisSupplierPicker.vue +++ b/src/views/emis/EmisBaseTools/EmisSupplierPicker.vue @@ -100,7 +100,7 @@ this.optionItems=[]; let queryParams = { pageNum:1, - pageSize:2, + pageSize:5, code:key, name:val }; diff --git a/src/views/emis/emisTransPlanRule/emisTransPlanRuleForm.vue b/src/views/emis/emisTransPlanRule/emisTransPlanRuleForm.vue index 583e7db8..ff3a0c26 100644 --- a/src/views/emis/emisTransPlanRule/emisTransPlanRuleForm.vue +++ b/src/views/emis/emisTransPlanRule/emisTransPlanRuleForm.vue @@ -2,34 +2,38 @@
- - - + + + - + - + + + + + + + - + - - - + + + - - - - - - + + - - + - + + + + + - + @@ -58,13 +69,25 @@ 确 定 取 消
- +