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