update
This commit is contained in:
parent
59034e7caa
commit
5a1f8d894d
@ -96,6 +96,7 @@ export default function () {
|
|||||||
prop: "bomId",
|
prop: "bomId",
|
||||||
options: [],
|
options: [],
|
||||||
refreshOptionsAfterConfirm: true,
|
refreshOptionsAfterConfirm: true,
|
||||||
|
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { clearable: true, filterable: true, placeholder: "请选择配方" },
|
elparams: { clearable: true, filterable: true, placeholder: "请选择配方" },
|
||||||
fetchData: (techId = -1) => this.$http.get("/pms/bom/listUnR", { params: { wsId: 1, externalCode: '', key: '', techId } }),
|
fetchData: (techId = -1) => this.$http.get("/pms/bom/listUnR", { params: { wsId: 1, externalCode: '', key: '', techId } }),
|
||||||
},
|
},
|
||||||
|
@ -96,6 +96,7 @@ export default function () {
|
|||||||
prop: "bomId",
|
prop: "bomId",
|
||||||
options: [],
|
options: [],
|
||||||
refreshOptionsAfterConfirm: true,
|
refreshOptionsAfterConfirm: true,
|
||||||
|
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { clearable: true, filterable: true, placeholder: "请选择配方" },
|
elparams: { clearable: true, filterable: true, placeholder: "请选择配方" },
|
||||||
fetchData: (techId = -1) => this.$http.get("/pms/bom/listUnR", { params: { wsId: 3, externalCode: '', key: '', techId } }),
|
fetchData: (techId = -1) => this.$http.get("/pms/bom/listUnR", { params: { wsId: 3, externalCode: '', key: '', techId } }),
|
||||||
},
|
},
|
||||||
|
@ -93,6 +93,7 @@ export default function () {
|
|||||||
prop: "shapeId",
|
prop: "shapeId",
|
||||||
options: [],
|
options: [],
|
||||||
refreshOptionsAfterConfirm: true,
|
refreshOptionsAfterConfirm: true,
|
||||||
|
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
||||||
// 下面参数的 techId 是为 /pms/xxx/listUnR 接口定制的,默认为 -1,新增时使用,编辑时传对应的 工艺id
|
// 下面参数的 techId 是为 /pms/xxx/listUnR 接口定制的,默认为 -1,新增时使用,编辑时传对应的 工艺id
|
||||||
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 5, externalCode: '', key: '', techId } }),
|
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 5, externalCode: '', key: '', techId } }),
|
||||||
|
@ -93,6 +93,7 @@ export default function () {
|
|||||||
prop: "shapeId",
|
prop: "shapeId",
|
||||||
options: [],
|
options: [],
|
||||||
refreshOptionsAfterConfirm: true,
|
refreshOptionsAfterConfirm: true,
|
||||||
|
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
||||||
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 2, externalCode: '', key: '', techId } }),
|
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 2, externalCode: '', key: '', techId } }),
|
||||||
},
|
},
|
||||||
|
@ -93,6 +93,7 @@ export default function () {
|
|||||||
prop: "shapeId",
|
prop: "shapeId",
|
||||||
options: [],
|
options: [],
|
||||||
refreshOptionsAfterConfirm: true,
|
refreshOptionsAfterConfirm: true,
|
||||||
|
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||||
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
elparams: { clearable: true, filterable: true, placeholder: "请选择砖型" },
|
||||||
// 下面参数的 techId 是为 /pms/xxx/listUnR 接口定制的,默认为 -1,新增时使用,编辑时传对应的 工艺id
|
// 下面参数的 techId 是为 /pms/xxx/listUnR 接口定制的,默认为 -1,新增时使用,编辑时传对应的 工艺id
|
||||||
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 4, externalCode: '', key: '', techId } }),
|
fetchData: (techId = -1) => this.$http.get("/pms/shape/listUnR", { params: { wsId: 4, externalCode: '', key: '', techId } }),
|
||||||
|
Loading…
Reference in New Issue
Block a user