diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index fe0131c..65bdfa0 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -108,7 +108,8 @@ - + @@ -144,6 +145,9 @@ + + + @@ -321,7 +325,8 @@ export default { // surplusStock: '', conUnit: "", conWarning: "999", - shopId: localStorage.getItem("shopId") + shopId: localStorage.getItem("shopId"), + status: '' }, rules: { conCode: [ @@ -500,7 +505,6 @@ export default { // this.ruleForm.surplusStock = item.surplusStock this.ruleForm.conWarning = item.conWarning; this.ruleForm.conUnit = item.conUnit; - console.log(this.ruleForm, item); } this.dialogshow = true; }, @@ -514,7 +518,7 @@ export default { this.dialogshow = false; } else { //添加 - console.log(this.ruleForm,'调试') + console.log(this.ruleForm, '调试') await posttbConsInfo({ ...this.ruleForm });