fix 0807docs
This commit is contained in:
@@ -12,9 +12,9 @@ export default function () {
|
||||
{ prop: "name", label: "牌号" },
|
||||
{ prop: "syncTime", label: "同步时间", filter: timeFilter },
|
||||
{ width: 120, prop: "techCode", label: "烧制曲线", subcomponent: techBox },
|
||||
{ prop: "upweight", label: "建议混料上限" },
|
||||
{ prop: "downweight", label: "建议混料下限" },
|
||||
// { prop: "externalCode", label: "版本号" },
|
||||
{ width: 110, prop: "upweight", label: "建议混料上限" },
|
||||
{ width: 110, prop: "downweight", label: "建议混料下限" },
|
||||
{ prop: "shortDesc", label: "喷码描述" },
|
||||
// { prop: "specifications", label: "程序号" },
|
||||
// { prop: "unitDictValue", label: "砖型", filter: dictFilter("unit") },
|
||||
// { prop: "unitDictValue", label: "物料号", filter: dictFilter("unit") },
|
||||
@@ -256,7 +256,7 @@ export default function () {
|
||||
rows: [
|
||||
[
|
||||
{
|
||||
input: true,
|
||||
forceDisabled: true,
|
||||
label: "配方号",
|
||||
prop: "code",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
@@ -264,7 +264,7 @@ export default function () {
|
||||
elparams: { disabled: true },
|
||||
},
|
||||
{
|
||||
input: true,
|
||||
forceDisabled: true,
|
||||
label: "牌号",
|
||||
prop: "name",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
@@ -286,7 +286,17 @@ export default function () {
|
||||
rules: [{ type: "number", trigger: "blur", message: "请输入数字类型", transform: (val) => Number(val) }],
|
||||
elparams: { placeholder: "请输入建议混料上限" },
|
||||
},
|
||||
]
|
||||
],
|
||||
[
|
||||
{
|
||||
input: true,
|
||||
label: "喷码描述",
|
||||
prop: "shortDesc",
|
||||
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
// elparams: { disabled: true },
|
||||
},
|
||||
null
|
||||
],
|
||||
],
|
||||
operations: [
|
||||
{ name: "add-bom", label: "保存", type: "primary", permission: "", showOnEdit: false },
|
||||
|
||||
Reference in New Issue
Block a user