修复 多次显示重复库位
parent
0ce807b0c8
commit
3228ef1085
@ -1,21 +1,11 @@
|
||||
/**
|
||||
* 看单明细表格列
|
||||
*/
|
||||
import vm from '@/main';
|
||||
import vm from "@/main";
|
||||
export const headers = [
|
||||
{
|
||||
label: vm.$t('message.product_barCode'),
|
||||
key: 'barcode',
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
label: vm.$t('message.product_FGCode'),
|
||||
key: 'materialCode',
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
label: vm.$t('message.product_FGDes'),
|
||||
key: 'materialDesc',
|
||||
label: vm.$t("message.InventoryOrderNo"),
|
||||
key: "label",
|
||||
width: 300,
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue