update 上料模块里的单位展示
This commit is contained in:
@@ -87,16 +87,9 @@ export default function () {
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { placeholder: "请输入混料程序编码" },
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
forceDisabled: true,
|
||||
prop: 'shapeCode',
|
||||
label: '当前砖型'
|
||||
},
|
||||
{
|
||||
select: true,
|
||||
label: "选择新砖型",
|
||||
label: "砖型",
|
||||
prop: "shapeId",
|
||||
options: [],
|
||||
refreshOptionsAfterConfirm: true,
|
||||
@@ -104,6 +97,13 @@ export default function () {
|
||||
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 2, externalCode: '', key: '', techId } }),
|
||||
},
|
||||
],
|
||||
// [
|
||||
// {
|
||||
// forceDisabled: true,
|
||||
// prop: 'shapeCode',
|
||||
// label: '当前砖型'
|
||||
// },
|
||||
// ],
|
||||
// {
|
||||
// select: true,
|
||||
// label: "砖型",
|
||||
@@ -128,11 +128,11 @@ export default function () {
|
||||
// { prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: "name", label: "参数名称", isEditField: true },
|
||||
{ prop: "code", label: "参数编码", isEditField: true },
|
||||
{ prop: "specifications", label: "规格", isEditField: true },
|
||||
// { prop: "specifications", label: "规格", isEditField: true },
|
||||
{ prop: "value", label: "参数值", isEditField: true },
|
||||
{ prop: "valueFloor", label: "参数值下限", isEditField: true },
|
||||
{ prop: "valueTop", label: "参数值上限", isEditField: true },
|
||||
{ prop: "description", label: "描述", isEditField: true },
|
||||
{ prop: "value", label: "设定值", isEditField: true },
|
||||
{ prop: "valueFloor", label: "值下限", isEditField: true },
|
||||
{ prop: "valueTop", label: "值上限", isEditField: true },
|
||||
{
|
||||
prop: "operations",
|
||||
name: "操作",
|
||||
@@ -166,7 +166,7 @@ export default function () {
|
||||
label: "参数编码",
|
||||
prop: "code",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { placeholder: "请输入描述" },
|
||||
elparams: { placeholder: "请输入参数编码" },
|
||||
},
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user