新增 补料 退料 委外
commit
d1cd6ea91a
@ -1,21 +1,40 @@
|
|||||||
|
/*
|
||||||
|
* @Author: zhou lei
|
||||||
|
* @Date: 2021-11-10 17:14:44
|
||||||
|
* @LastEditTime: 2021-11-22 17:43:40
|
||||||
|
* @LastEditors: zhou lei
|
||||||
|
* @Description:
|
||||||
|
* @FilePath: /wms_haiwai_app/src/pages/raw/commission/entrant/config.ts
|
||||||
|
* 联系方式:910592680@qq.com 18669792120 科海达信息技术有限公司
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* 看单明细表格列
|
* 看单明细表格列
|
||||||
*/
|
*/
|
||||||
import vm from '@/main';
|
import vm from '@/main';
|
||||||
export const headers = [
|
export const headers = [
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_barCode'),
|
label: vm.$t('message.CommissionedSingleNumber'),
|
||||||
key: 'barcode',
|
key: 'poNo',
|
||||||
width: 300,
|
width: 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_FGCode'),
|
label: vm.$t('message.po_MaterielNo'),
|
||||||
key: 'materialCode',
|
key: 'materialCode',
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_FGDes'),
|
label: vm.$t('message.CommissionedMaterielDesc'),
|
||||||
key: 'materialDesc',
|
key: 'materialDesc',
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: vm.$t('message.CommissionedReceiptQuantity'),
|
||||||
|
key: 'amount',
|
||||||
|
width: 200,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: vm.$t('message.CommissionedLocation'),
|
||||||
|
key: 'wlCode',
|
||||||
|
width: 200,
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
@ -1,21 +1,40 @@
|
|||||||
|
/*
|
||||||
|
* @Author: zhou lei
|
||||||
|
* @Date: 2021-11-11 11:09:57
|
||||||
|
* @LastEditTime: 2021-11-22 15:16:21
|
||||||
|
* @LastEditors: zhou lei
|
||||||
|
* @Description:
|
||||||
|
* @FilePath: /wms_haiwai_app/src/pages/raw/commission/goOut/config.ts
|
||||||
|
* 联系方式:910592680@qq.com 18669792120 科海达信息技术有限公司
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* 看单明细表格列
|
* 看单明细表格列
|
||||||
*/
|
*/
|
||||||
import vm from '@/main';
|
import vm from '@/main';
|
||||||
export const headers = [
|
export const headers = [
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_barCode'),
|
label: vm.$t('message.CommissionedSingleNumber'),
|
||||||
key: 'barcode',
|
key: 'poNo',
|
||||||
width: 300,
|
width: 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_FGCode'),
|
label: vm.$t('message.po_MaterielNo'),
|
||||||
key: 'materialCode',
|
key: 'materialCode',
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: vm.$t('message.product_FGDes'),
|
label: vm.$t('message.CommissionedMaterielDesc'),
|
||||||
key: 'materialDesc',
|
key: 'materialDesc',
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: vm.$t('message.CommissionedGoOutNumber'),
|
||||||
|
key: 'outAmount',
|
||||||
|
width: 200,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: vm.$t('message.CommissionedLocation'),
|
||||||
|
key: 'wlCode',
|
||||||
|
width: 200,
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue