其他入库

master
zhaoxiaomin 2 years ago
parent 581b75b5ea
commit a625398404
  1. 6
      src/views/warehousing/otherStore/index.vue

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

Loading…
Cancel
Save