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 @@ - +