61 lines
1.2 KiB
JavaScript
61 lines
1.2 KiB
JavaScript
const detailConfig = {
|
|
title: "自购材料表",
|
|
config: [
|
|
{
|
|
label: "材料大类",
|
|
value: "first_level_name"
|
|
},
|
|
{
|
|
label: "材料中类",
|
|
value: "second_level_name"
|
|
},
|
|
{
|
|
label: "材料小类",
|
|
value: "three_level_name"
|
|
},
|
|
{
|
|
label: "材料编码",
|
|
value: "code"
|
|
},
|
|
{
|
|
label: "品牌",
|
|
value: "brand"
|
|
},
|
|
{
|
|
label: "材料名称",
|
|
value: "name"
|
|
},
|
|
{
|
|
label: "规格型号",
|
|
value: "specs"
|
|
},
|
|
{
|
|
label: "单位",
|
|
value: "unit"
|
|
},
|
|
{
|
|
label: "安全库存量",
|
|
value: "inventory"
|
|
},
|
|
{
|
|
label: "参数说明",
|
|
value: "parameter_description"
|
|
},
|
|
{
|
|
label: "附件",
|
|
value: "annex",
|
|
column: 1
|
|
},
|
|
{
|
|
label: "销售指导价",
|
|
value: "sales_price"
|
|
},
|
|
{
|
|
label: "预算成本价",
|
|
value: "cost_price"
|
|
},
|
|
],
|
|
|
|
|
|
}
|
|
export default detailConfig; |