Kaynağa Gözat

采购订单审核后无法进行入库操作问题处理

liyuan 3 ay önce
ebeveyn
işleme
49a446809b

+ 2 - 1
src/views/tirePartsMall/salesManagement/purchaseOrder/detailsPage.vue

@@ -1176,7 +1176,8 @@ export default {
         } else if (this.onLoad.id) {
             this.refresh(this.onLoad.id, true)
         }
-        if (!this.form.id) {
+        // 由 from 改为 onLoad
+        if (!this.onLoad.id) {
             this.editButton = false // 第一次录入显示保存按钮
             this.optionContactsBack.column.forEach(its => {
                 if (its.prop == 'goodsId' || its.prop == 'goodsNum' || its.prop == 'price' || its.prop == 'dot' || its.prop == 'remarks') {