|
@@ -19,7 +19,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.material_properties,
|
|
|
+ dicData: dicts.material_properties,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -47,7 +47,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.quality_testing_plan,
|
|
|
+ dicData: dicts.quality_testing_plan,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -57,7 +57,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.material_level,
|
|
|
+ dicData: dicts.material_level,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -67,7 +67,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.packaging_method,
|
|
|
+ dicData: dicts.packaging_method,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -77,7 +77,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.quality_grade,
|
|
|
+ dicData: dicts.quality_grade,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -87,7 +87,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.selection_type,
|
|
|
+ dicData: dicts.selection_type,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -97,7 +97,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.stage,
|
|
|
+ dicData: dicts.stage,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -107,7 +107,7 @@ export const tableConfig = {
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
dataType: "string",
|
|
|
- dicData: dicts.value.danwei_type,
|
|
|
+ dicData: dicts.danwei_type,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{ label: "备注", prop: "remark", type: "textarea", search: true },
|
|
@@ -369,7 +369,7 @@ export const tableConfig = {
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
dicData:
|
|
|
- dicts.value.device_type,
|
|
|
+ dicts.device_type,
|
|
|
props: {
|
|
|
label: "dictLabel",
|
|
|
value: "dictValue",
|
|
@@ -429,7 +429,7 @@ export const tableConfig = {
|
|
|
label: "物料属性",
|
|
|
prop: "bomMaterialAttribute",
|
|
|
type: 'select',
|
|
|
- dicData: dicts.value.material_properties,
|
|
|
+ dicData: dicts.material_properties,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|