智慧农业后台管理页面
guoshilong
2022-07-28 571b1e0615058fb45a34fd826bf2cec27167157c
修改错别字,修复退回农资时一直加载
2 files modified
8 ■■■■ changed files
src/router/views/index.js 2 ●●● patch | view | raw | blame | history
src/views/stock/stockout.vue 6 ●●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -126,7 +126,7 @@
        component: Layout,
        children: [{
            path: '/stockout',
            name: '已出资待使用农资',
            name: '已出库待使用农资',
            meta: {
                i18n: 'index',
            },
src/views/stock/stockout.vue
@@ -230,6 +230,12 @@
          }
        );
      }
        //退回数量未填写
      if(row.spn == null || row.span==""){
        this.$message.warning("退回数量不能为空,请填写退回数量");
        done()
      }
    },
    //农资类型select 改变事件
    stypeChange(value) {