|
|
|
@ -128,7 +128,7 @@ import {getBranchList, InitInOrder} from "@/api/system/branch"; |
|
|
|
import {getGoods} from "@/api/basicData/goods"; |
|
|
|
import {getGoods} from "@/api/basicData/goods"; |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
name: "index", |
|
|
|
name: "index", |
|
|
|
dicts: ["goods_classify","good_class"], |
|
|
|
dicts: ["good_class"], |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
const _that=this |
|
|
|
const _that=this |
|
|
|
return { |
|
|
|
return { |
|
|
|
@ -174,10 +174,10 @@ export default { |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '所属分类', |
|
|
|
label: '所属分类', |
|
|
|
prop: 'specialMana', |
|
|
|
prop: 'classify', |
|
|
|
istrue: true, |
|
|
|
istrue: true, |
|
|
|
filter(row, value) { |
|
|
|
filter(row, value) { |
|
|
|
return getDictLabel(value, _that.dict.type.goods_classify); |
|
|
|
return getDictLabel(value, _that.dict.type.good_class); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
|