|
@@ -18,7 +18,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: 'select',
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.material_properties,
|
|
|
+ dicData:dicts.material_properties,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
rules: [{
|
|
|
required: true,
|
|
@@ -37,7 +37,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.unit,
|
|
|
+ dicData:dicts.danwei_type,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
rules: [{
|
|
|
required: true,
|
|
@@ -51,7 +51,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.material_level,
|
|
|
+ dicData:dicts.material_level,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
rules: [{
|
|
|
required: true,
|
|
@@ -70,7 +70,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.quality_testing_plan,
|
|
|
+ dicData:dicts.quality_testing_plan,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -79,7 +79,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.applicable_platforms,
|
|
|
+ dicData:dicts.applicable_platforms,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
rules: [{
|
|
|
required: true, message: "请选择适用平台",
|
|
@@ -92,7 +92,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.quality_grade,
|
|
|
+ dicData:dicts.quality_grade,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
rules: [{
|
|
|
required: true,
|
|
@@ -106,7 +106,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.selection_type,
|
|
|
+ dicData:dicts.selection_type,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{
|
|
@@ -115,7 +115,7 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.stage,
|
|
|
+ dicData:dicts.stage,
|
|
|
props: { label: "dictLabel", value: "dictValue" },
|
|
|
},
|
|
|
{ label: "客户型号", prop: "customerModel", search: true },
|
|
@@ -132,8 +132,8 @@ export const columns = [
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- dicUrl:dictDataUtil.request_url+dictDataUtil.TYPE_CODE.packaging_method,
|
|
|
- props: { label: "dictLabel", value: "dictValue" },
|
|
|
+ dicData:dicts.packaging_method,
|
|
|
+ props: { label: "dictLabel", value: "dictLabel" },
|
|
|
},
|
|
|
|
|
|
{
|