Prechádzať zdrojové kódy

出库明细请核修改

lichao 3 rokov pred
rodič
commit
2547ccb03c

+ 3 - 0
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -8640,6 +8640,9 @@ export default {
           deliveryDetails(this.form.fId).then(res => {
             if (res.code == 200) {
               this.msgSuccess('请核成功')
+              this.detailList.map(e => {
+                this.$set(e, 'fItemstatus', 4)
+              })
               this.$set(this.form, 'fItemstatus', 4)
             }
           })