From f51139f3d07e9d88b7ddb3ddf9766052c485470e Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 27 Mar 2023 14:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/order.js | 9 + src/assets/styles/variables.scss | 2 +- .../basic/product/SelectDIDetailDialog.vue | 2 +- src/views/basic/product/UdiInfoSelectRel.vue | 6 +- src/views/basic/product/udiInfoRelevance.vue | 4 +- .../basic/product/udiInfoselectErpUdi.vue | 6 +- .../basic/product/udilnfoManageSpDetail.vue | 4 +- src/views/biz/UdiTrace.vue | 2 +- src/views/inout/DialogSelectRl.vue | 6 +- src/views/inout/DialogcChangeNewOrder.vue | 560 ++++++++++++++++++ src/views/inout/InvoiceRegister.vue | 2 +- src/views/inout/IoEditOrder.vue | 56 +- src/views/inout/codeRel/ioCodeRelEdit.vue | 2 +- src/views/inout/receive/DialogNewReceive.vue | 2 +- .../inout/receive/receiveAuditDetail.vue | 2 +- src/views/inout/uploadManage/uploadOrder.vue | 2 +- .../inventory/DeviceMAOrderCompleted.vue | 2 +- src/views/inventory/DeviceMAOrderModify.vue | 2 +- .../inventory/DeviceReceiveOrderAudit.vue | 2 +- .../inventory/DeviceReceiveOrderCompleted.vue | 2 +- .../inventory/DeviceReceiveOrderModify.vue | 2 +- src/views/inventory/InvCountOrderModify.vue | 2 +- src/views/inventory/InvMAOrderAudit.vue | 2 +- src/views/inventory/InvMAOrderCompleted.vue | 2 +- src/views/inventory/InvMAOrderModify.vue | 2 +- src/views/inventory/InvPlace.vue | 2 +- src/views/inventory/InvStatistics.vue | 6 +- .../inventory/inner/innerOrderEditDialog.vue | 2 +- .../purchase/purApply/purApplyEditDiaolog.vue | 3 +- .../purApply/pureApplyDetailDialog.vue | 2 +- .../purOrder/purOrderDetailDialog.vue | 2 +- .../purchase/purOrder/purOrderEditDialog.vue | 2 +- .../purchase/purPlan/purPlanDetailDialog.vue | 2 +- .../purchase/purPlan/purPlanEditDialog.vue | 2 +- src/views/remind/invWarning.vue | 2 +- .../thirdSys/invProducts/thrInvProducts.vue | 2 +- src/views/thirdSys/product/thrProducts.vue | 6 +- src/views/thirdSys/product/thrProductsAdd.vue | 6 +- .../thirdSys/product/thrProductsDetail.vue | 2 +- .../product/thrProductsImportDetail.vue | 2 +- .../thirdSys/product/thrProductsSelect.vue | 6 +- vue.config.js | 2 +- 42 files changed, 674 insertions(+), 62 deletions(-) create mode 100644 src/views/inout/DialogcChangeNewOrder.vue diff --git a/src/api/inout/order.js b/src/api/inout/order.js index fc6656f7..b9bd4988 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -497,3 +497,12 @@ export function submitOrderToThrSys(params) { }); } +export function orderChange(query) { + return axios({ + url: "/udiwms/stock/order/change", + method: "post", + data: query + }); +} + + diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss index 34484d47..5c841aa5 100644 --- a/src/assets/styles/variables.scss +++ b/src/assets/styles/variables.scss @@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17; $base-sub-menu-hover:#001528; */ -$base-sidebar-width: 200px; +$base-sidebar-width: 225px; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/src/views/basic/product/SelectDIDetailDialog.vue b/src/views/basic/product/SelectDIDetailDialog.vue index bce26992..72112980 100644 --- a/src/views/basic/product/SelectDIDetailDialog.vue +++ b/src/views/basic/product/SelectDIDetailDialog.vue @@ -204,7 +204,7 @@
- 生产厂家:  + 生产企业: 
- + + placeholder="生产企业"> @@ -98,7 +98,7 @@ - + + placeholder="生产企业"> @@ -89,7 +89,7 @@ - + - - + + @@ -74,7 +74,7 @@ - + - + @@ -291,7 +291,7 @@
- 生产厂家:  + 生产企业: 
- 生产厂家:  + 生产企业: 
@@ -92,7 +92,7 @@ > - +
- 生产厂家:  + 生产企业: 
+
+ + + + + 生成单据 + + + + + +
+ 入库单号: +
+
+ + + + + + +
+ 单据时间: +
+
+ + + + + + +
+ + + +
+ 单据类型: +
+
+ + + + + {{ item.name }} + + + + + + +
+ 当前仓库: +
+
+ + + + + + {{ item.name }} + + + + + + +
+ + + + +
+ 往来信息: +
+
+ + + + + {{ item.name }} + + + + + + + {{ item.name }} + {{ item.code }} + + + + + + {{ item.name }} + {{ item.code }} + + + + + + + + + + + +
+ 当前分库: +
+
+ + + + + + {{ item.name }} + + + + +
+
+ + + + + + + + + + + + + + + +
+ + + + + diff --git a/src/views/inout/InvoiceRegister.vue b/src/views/inout/InvoiceRegister.vue index 45d5cc9c..60f4d23f 100644 --- a/src/views/inout/InvoiceRegister.vue +++ b/src/views/inout/InvoiceRegister.vue @@ -43,7 +43,7 @@ prop="price" > diff --git a/src/views/inout/IoEditOrder.vue b/src/views/inout/IoEditOrder.vue index bdb5068b..398bb3b6 100644 --- a/src/views/inout/IoEditOrder.vue +++ b/src/views/inout/IoEditOrder.vue @@ -43,7 +43,7 @@ {{ scope.row.createTime }} - + @@ -399,7 +423,7 @@ import {getBizDetailList} from "@/api/inout/orderDetailBiz"; import {getCodeDetailList} from "@/api/inout/orderDetailCode"; import {getCodeList} from "@/api/inout/code"; import IoEditOrderCodeDetail from "@/views/inout/IoEditOrderCodeDetail.vue"; - +import DialogcChangeNewOrder from "./DialogcChangeNewOrder"; const formJson = { site_id: "", @@ -494,7 +518,10 @@ export default { } }, order: {}, - codeDialogVisible: false + codeDialogVisible: false, + + stockChangeVisible: false, + curRow: null, }; }, methods: { @@ -759,6 +786,21 @@ export default { this.resultTotal = 0; }); }, + + generOrder(row) { + this.stockChangeVisible = true; + this.curRow = row; + }, + + closeDialog(type) { + this.stockChangeVisible = false; + this.getList(); + if (this.$isNotBlank(type)) { + this.detailList = []; + } + }, + + showCodes(row) { this.order.billNo = row.billNo; this.codeDialogVisible = true; @@ -780,7 +822,7 @@ export default { }; }, components: { - IoEditOrderCodeDetail + IoEditOrderCodeDetail,DialogcChangeNewOrder }, created() { diff --git a/src/views/inout/codeRel/ioCodeRelEdit.vue b/src/views/inout/codeRel/ioCodeRelEdit.vue index 52ba8673..d3ec5bc6 100644 --- a/src/views/inout/codeRel/ioCodeRelEdit.vue +++ b/src/views/inout/codeRel/ioCodeRelEdit.vue @@ -30,7 +30,7 @@ - + diff --git a/src/views/inout/receive/DialogNewReceive.vue b/src/views/inout/receive/DialogNewReceive.vue index 98fa54ea..989077c2 100644 --- a/src/views/inout/receive/DialogNewReceive.vue +++ b/src/views/inout/receive/DialogNewReceive.vue @@ -125,7 +125,7 @@ - +