123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- export default [{
- prop: "spuCode",
- label: "产品编码",
- width: "150"
- },
- {
- prop: "good_name",
- label: "产品名称",
- width: "100"
- },
- // {
- // prop: "type_code",
- // label: "产品属性编码",
- // width:"130"
- // },
- {
- prop: "wsm_supplier",
- label: "供应商名称",
- width: "180"
- },
- {
- prop: "wsm_name",
- label: "仓库名称",
- width: "80"
- },
- {
- prop: "companyName",
- label: "业务公司名称",
- width: "180"
- },
- {
- prop: "wsm_code",
- label: "仓库编码",
- width: "180"
- },
- {
- prop: "usable_stock",
- label: "可用库存",
- },
- {
- prop: "warn_stock",
- label: "预警库存",
- },
- {
- prop: "brand_name",
- label: "品牌",
- width: "70"
- },
- // {
- // prop: "attribute",
- // label: "产品型号",
- // },
- // {
- // prop: "good_desc",
- // label: "工艺说明",
- // },
- {
- prop: "company_name",
- label: "采购人部门",
- minWidth: "150px",
- },
- {
- prop: "cgder",
- label: "采购人",
- },
- // {
- // prop: "good_type",
- // label: "产品类型",
- // },
- {
- prop: "unit",
- label: "单位",
- width: "50"
- },
- // {
- // prop: "color",
- // label: "颜色",
- // },
- // {
- // prop: "material",
- // label: "材质",
- // },
- {
- prop: "specinfo",
- label: "规格",
- "min-width": "150",
- _slot_: 'specinfo'
- },
- {
- prop: "",
- label: "操作",
- fixed: "right",
- _noset_: true,
- _slot_: "operation",
- width: "50"
- },
- ]
|