1
0

6 Commits 350ea4493f ... 96406f0592

Autor SHA1 Mensagem Data
  duanxiaoduan 96406f0592 编辑保存新增提示 há 6 meses atrás
  duanxiaoduan 0e5abd60a5 Merge branch 'master' into feature/repair-optimize há 7 meses atrás
  duanxiaoduan cde528332a Merge branch 'master' of http://192.168.1.8:3000/Epans/modernDairy há 7 meses atrás
  duanxiaoduan c9952d4cfa dist há 7 meses atrás
  duanxiaoduan 86fa52cf98 Merge branch 'hotfix/subscribe-bugs' of Epans/modernDairy into master há 7 meses atrás
  duanxiaoduan eedda43d2d 备件申购奶厅申购更改审核状态 há 7 meses atrás
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 0 0
      dist/index.html
  2. 3 3
      src/views/custom/subscribe/index.vue

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


+ 3 - 3
src/views/custom/subscribe/index.vue

@@ -1491,8 +1491,8 @@ export default {
         // 特殊申购-赠品
         return '已通过'
       }else{
-        // 采购
-        if(cellValue.statue == 2 || cellValue.statue == 3 || cellValue.statue == 5 || cellValue.statue == 9 || cellValue.statue == 11 || cellValue.statue == 13 ){
+        
+        if(cellValue.statue == 2 || cellValue.statue == 3 || cellValue.statue == 5 || cellValue.statue == 9 || cellValue.statue == 11 || cellValue.statue == 13 || cellValue.statue == 15 ){
           return '审核中'
         }else if(cellValue.statue == 7){
           return '已通过'
@@ -3316,7 +3316,7 @@ export default {
                 this.dialogFormVisible2 = false
                 this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
               } else {
-                failproccess(response, this.$notify)
+                this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
               }
             })
           }else{

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff