|
@@ -5,24 +5,13 @@ export const tableConfig = {
|
|
|
MARTERIAL: {
|
|
|
url: "/api/v1/base/material",
|
|
|
column: [
|
|
|
- { label: "客户型号", prop: "customervodel", search: true },
|
|
|
- { label: "生产厂家", prop: "manufacturer", search: true },
|
|
|
+
|
|
|
{ label: "物料编码", prop: "materialCode", search: true },
|
|
|
{ label: "物料名称", prop: "materialName", search: true },
|
|
|
{ label: "保质期", prop: "qualityGuaranteePeriod", search: true },
|
|
|
|
|
|
- { label: "筛选规范", prop: "selectionSpec", search: true },
|
|
|
{ label: "物料规格", prop: "spec", search: true },
|
|
|
- {
|
|
|
- label: "适用平台",
|
|
|
- prop: "applicablePlatformsDictValue",
|
|
|
- // search: true,
|
|
|
- // filterable: true,
|
|
|
- // type: "select",
|
|
|
- // dataType: "string",
|
|
|
- // dicData: dicts.applicable_platforms,
|
|
|
- // props: { label: "dictLabel", value: "dictValue" },
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
label: "物料属性",
|
|
|
prop: "attributeDictValue",
|
|
@@ -354,7 +343,6 @@ export const tableConfig = {
|
|
|
label: "设备编号",
|
|
|
prop: "deviceNo",
|
|
|
search: true,
|
|
|
- width: '120',
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -367,7 +355,6 @@ export const tableConfig = {
|
|
|
label: "设备名称",
|
|
|
prop: "deviceName",
|
|
|
search: true,
|
|
|
- width: '120',
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -381,7 +368,6 @@ export const tableConfig = {
|
|
|
prop: "deviceType",
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
- width: '100',
|
|
|
dicData:
|
|
|
dicts.device_type,
|
|
|
props: {
|
|
@@ -391,22 +377,18 @@ export const tableConfig = {
|
|
|
},
|
|
|
{
|
|
|
label: "负责人",
|
|
|
- width: '100',
|
|
|
prop: "head",
|
|
|
},
|
|
|
{
|
|
|
label: "设备位置",
|
|
|
- width: '150',
|
|
|
prop: "devicePosition",
|
|
|
},
|
|
|
{
|
|
|
label: "规格",
|
|
|
- width: '150',
|
|
|
prop: "specifications",
|
|
|
},
|
|
|
{
|
|
|
label: "品牌",
|
|
|
- width: '150',
|
|
|
prop: "brand",
|
|
|
},
|
|
|
],
|