| src/router/views/index.js | ●●●●● patch | view | raw | blame | history | |
| src/views/stock/stockout.vue | ●●●●● 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) {