| src/api/soldr/soldr.js | ●●●●● patch | view | raw | blame | history | |
| src/views/stock/stockmanage.vue | ●●●●● patch | view | raw | blame | history |
src/api/soldr/soldr.js
@@ -49,14 +49,16 @@ }) } export const Updateout = (num,id,type) => { export const Updateout = (num,id,type,createUser,createDept) => { return request({ url: '/api/soldr/soldr/out', method: 'post', params: { num, id, type type, createUser, createDept, } }) } src/views/stock/stockmanage.vue
@@ -641,6 +641,13 @@ label: "dictValue", value: "dictKey", }, dicFormatter:(data)=>{ var datas = data.data datas = datas.filter((e)=>{ return e.dictKey != "4" }) return datas }, dataType: "number", search: true, rules: [