From 0706a48664032229c68d250a82dbbf5a61e44b4e Mon Sep 17 00:00:00 2001 From: 15066119699 Date: Tue, 11 Mar 2025 12:49:43 +0800 Subject: [PATCH] 1 --- .../system/pmsOrderIn/components/InboundDialog.vue | 6 +----- src/views/system/pmsOrderIn/index.vue | 12 ++++++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/system/pmsOrderIn/components/InboundDialog.vue b/src/views/system/pmsOrderIn/components/InboundDialog.vue index 444f152..0c36893 100644 --- a/src/views/system/pmsOrderIn/components/InboundDialog.vue +++ b/src/views/system/pmsOrderIn/components/InboundDialog.vue @@ -46,7 +46,6 @@ :min="1" controls-position="right" placeholder="请输入数量" - :max="scope.row.remainNum" /> @@ -94,7 +93,6 @@ export default { goodsId: '', goodsDesc: '', goodsNum: 1, // 统一使用 goodsNum - remainNum: 0 } ] } @@ -136,7 +134,6 @@ export default { // this.$set(this.tableData[index], 'goodsId', item.goodsId); // this.$set(this.tableData[index], 'goodsDesc', item.goodsDesc); // this.$set(this.tableData[index], 'goodsName', item.goodsName); - // this.$set(this.tableData[index], 'remainNum', item.remainNum); // }, // 新增行 @@ -208,8 +205,7 @@ export default { goodsId: '', goodsDesc: '', goodsCode: '', - goodsNum: 1, - remainNum: 0 + goodsNum: 1 } ]; } diff --git a/src/views/system/pmsOrderIn/index.vue b/src/views/system/pmsOrderIn/index.vue index c08d3f6..4b0bfd1 100644 --- a/src/views/system/pmsOrderIn/index.vue +++ b/src/views/system/pmsOrderIn/index.vue @@ -165,12 +165,15 @@ - + + + +