Przeglądaj źródła

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt into dengfei

695593266@qq.com 5 miesięcy temu
rodzic
commit
70bb6394b4

+ 1 - 0
src/utils/dict/warehouse.js

@@ -67,6 +67,7 @@ export const outputSceneState = [
   { code: 10, label: '采购退货出库' },
   { code: 11, label: '自选领用出库' },
   { code: 12, label: '配料出库' },
+  { code: 13, label: '质检出库' },
   { code: 99, label: '其他出库' }
 ];
 // 紧急状态

+ 4 - 4
src/views/bpm/handleTask/components/inspectionProjectRequest/submit.vue

@@ -66,8 +66,8 @@
     },
     data() {
       return {
-        form:{
-          reason:''
+        form: {
+          reason: ''
         },
         loading: false
       };
@@ -96,7 +96,7 @@
           if (res.data.code != '-1') {
             this.$emit('handleAudit', {
               status,
-              title: '驳回'
+              title: '通过'
             });
           }
           this.loading = false;
@@ -114,7 +114,7 @@
           if (res.data.code != '-1') {
             this.$emit('handleAudit', {
               status,
-              title: status === 0 ? '驳回' : ''
+              title: '驳回'
             });
           }
           this.loading = false;