snow hace 2 años
padre
commit
9232d70f2f

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/views/netOrderEntry/prestoreRecordingOrders/addEdit.vue

@@ -628,7 +628,7 @@ export default {
         this.title = '修改销售订单信息'
         this.rulesThis = this.rules
       } else {
-        this.title = '销售订单信息详情'
+        this.title = '订单预存录单详情'
         this.rulesThis = {}
       }
       await this.resetForm()

+ 2 - 1
src/views/sellOut/zixunOrder/index.vue

@@ -196,7 +196,7 @@
           v-if="
             powers.some((i) => i == '010') &&
             String(scope.row.is_project) === '0' &&
-            !String(scope.row.status) === '0' &&
+            String(scope.row.status) !== '0' &&
             !isSupertube
           "
         >
@@ -247,6 +247,7 @@ export default {
       const { btnList } = this.$store.getters;
       const tran = btnList.find((i) => i.menu_route == "zixunOrder") || {};
       const { action } = tran ?? {};
+      console.log(action)
       return action ?? [];
     },
   },

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio