diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 42f19869..dde0c5b0 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -196,7 +196,7 @@ - - - + + + + + + + + + + + + + + diff --git a/src/views/inout/DialogcChangeNewOrder.vue b/src/views/inout/DialogcChangeNewOrder.vue index 638c1ed7..a95bb7fb 100644 --- a/src/views/inout/DialogcChangeNewOrder.vue +++ b/src/views/inout/DialogcChangeNewOrder.vue @@ -311,7 +311,8 @@ export default { action: this.formData.action, fromInvCode: this.formData.fromInvCode, invCode: this.formData.invCode, - products: products + products: products, + remark: this.formData.remark }; stockOrderChange(tQuery) .then((response) => { diff --git a/src/views/inventory/InvCountOrderModify.vue b/src/views/inventory/InvCountOrderModify.vue index 2984a68b..07a2c3e4 100644 --- a/src/views/inventory/InvCountOrderModify.vue +++ b/src/views/inventory/InvCountOrderModify.vue @@ -531,6 +531,10 @@ export default { this.$message.warning("请先选择盘点仓库"); return; } + if (this.codeArray.length === 0) { + this.$message.warning("请先录入产品"); + return; + } //拉取整个仓库的数据 let params = { invCode: this.formData.invCode, diff --git a/src/views/inventory/InvCountOrderNew.vue b/src/views/inventory/InvCountOrderNew.vue index 0fe973d0..69b171b1 100644 --- a/src/views/inventory/InvCountOrderNew.vue +++ b/src/views/inventory/InvCountOrderNew.vue @@ -62,34 +62,41 @@