update firingstep
This commit is contained in:
@@ -96,7 +96,7 @@ export default function () {
|
||||
// const dialogConfigs = {
|
||||
// extraIds: { wsId: 3 }, // 工艺管理里面的相关模块的 dialogWithMenu 需要额外的工序 id
|
||||
// menu: [
|
||||
// { name: "烧制工艺", key: "info" },
|
||||
// { name: "烧成曲线", key: "info" },
|
||||
// { name: "工艺参数", key: "attr", onlyEditMode: true },
|
||||
// ],
|
||||
// form: {
|
||||
@@ -107,14 +107,14 @@ export default function () {
|
||||
// label: "工艺名称",
|
||||
// prop: "name",
|
||||
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
// elparams: { placeholder: "请输入烧制工艺名称" },
|
||||
// elparams: { placeholder: "请输入烧成曲线名称" },
|
||||
// },
|
||||
// {
|
||||
// input: true,
|
||||
// label: "工艺编码",
|
||||
// prop: "code",
|
||||
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
// elparams: { placeholder: "请输入烧制工艺编码" },
|
||||
// elparams: { placeholder: "请输入烧成曲线编码" },
|
||||
// },
|
||||
// {
|
||||
// select: true,
|
||||
|
||||
Reference in New Issue
Block a user