You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/**
|
|
|
|
* 补料明细表格列
|
|
|
|
*/
|
|
|
|
import vm from "@/main";
|
|
|
|
export const headers = [
|
|
|
|
{
|
|
|
|
label: vm.$t("message.po_MaterielNo"),
|
|
|
|
key: "materialCode",
|
|
|
|
width: 220,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: vm.$t("message.po_MaterielDes"),
|
|
|
|
key: "materialDesc",
|
|
|
|
width: 350,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: vm.$t("message.po_ActualQuantity"),
|
|
|
|
key: "fillAmount",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: vm.$t("message.Summary_Number"),
|
|
|
|
key: "amount",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: vm.$t("message.Feeding_ReplenishedQuantity"),
|
|
|
|
key: "totalFillAmount",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: vm.$t("message.po_Location"),
|
|
|
|
key: "locationCode",
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// label: '工位',
|
|
|
|
// key: 'sendSpot',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '行项目',
|
|
|
|
// key: 'groupId',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '单位',
|
|
|
|
// key: 'unit',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '凭证号',
|
|
|
|
// key: 'credNo',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '发货地点',
|
|
|
|
// key: 'wkposCodeP',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '工厂',
|
|
|
|
// key: 'sapFactoryCode',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: 'MRP',
|
|
|
|
// key: 'mrpCode',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '生产订单',
|
|
|
|
// key: 'prdOrder',
|
|
|
|
// },
|
|
|
|
];
|