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