Browse Source

修改编辑

Qukatie 1 day ago
parent
commit
5045c3a972

+ 3 - 2
src/views/tirePartsMall/salesManagement/outboundWorkOrder/detailsPage.vue

@@ -490,7 +490,7 @@ export default {
           {
             label: "自有数",
             prop: "sendNumHave",
-            overHidden: true,
+            overHidden: true
           },
           {
             label: "代采数",
@@ -931,12 +931,13 @@ export default {
     },
     //编辑
     confirmEditing() {
-      this.editButton = false;
       if (this.form.statusName == "待出库" || this.form.statusName == "撤销出库") {
+        this.editButton = false;
         this.editDisabled = false;
         this.optionForm.disabled = false;
       }
       if (this.form.statusName == "已出库") {
+        this.editButton = true;
         this.editDisabled = true;
         this.optionForm.disabled = true;
       }