Explorar o código

1.【修复】仓储业务-》场地直装发起撤销请核或者撤销审批后,不更改撤销按钮显示状态

nzf %!s(int64=3) %!d(string=hai) anos
pai
achega
9ae8a1f6b5
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      src/views/Warehousing/inAndOutStock/AddOrUpdate.vue

+ 4 - 2
src/views/Warehousing/inAndOutStock/AddOrUpdate.vue

@@ -5588,8 +5588,10 @@ export default {
           if (data.code === 200) {
             this.browseStatus = false;
             this.msgSuccess("撤销成功");
-            if (status) {
-              this.$set(this.form, "warehouseStatus", 2);
+            if (status == 'warehouse_status') {
+              this.$set(this.form, 'warehouseStatus', 2)
+            } else if (status == 'f_billstatus') {
+              this.$set(this.form, 'fBillstatus', 2)
             }
           }
         });