Commit dcc121fe authored by 周远喜's avatar 周远喜

质量记录卡

parent 19902dfd
......@@ -71,8 +71,8 @@
</FormItem>
</Col>
<Col :span="12">
<FormItem :label="l('checkType')" prop="checkType">
<Dictionary code="QC.checktype" v-model="entity.checkType" type="checkbox"></Dictionary>
<FormItem :label="l('checkType')" prop="inspectTypes">
<Dictionary code="QC.checktype" v-model="entity.inspectTypes" type="checkbox"></Dictionary>
</FormItem>
</Col>
<Col :span="12">
......@@ -185,7 +185,8 @@ export default {
routingDetailId: null,
routingStepId: 0,
checkContent: "",
checkType: [1],
checkType: '1',
inspectTypes:[],
checkParams: "",
measurementUnit: "",
fillintype: 2,
......@@ -210,7 +211,7 @@ export default {
{ required: true, message: "请选择工序", type: "number" }
],
checkContent: [{ required: true, message: "必填", trigger: "blur" }],
checkType: [
inspectTypes: [
{
required: true,
message: "检测类型至少选择一项",
......
......@@ -24,8 +24,8 @@
<Filed :span="12" :name="l('creatorUserId')">
<User :value="entity.creatorUserId"></User>
</Filed>
<Filed :span="12" :name="l('lastModificationTime')">{{entity.lastModificationTime}}</Filed>
<Filed :span="12" :name="l('lastModifierUserId')">
<!-- <Filed :span="12" :name="l('lastModificationTime')">{{entity.lastModificationTime}}</Filed>
<Filed :span="12" :name="l('lastModifierUserId')"> -->
<User v-model="entity.lastModifierUserId"></User>
</Filed>
<!-- <Filed :span="12" :name="l('isDeleted')">{{entity.isDeleted}}</Filed>
......
......@@ -71,8 +71,8 @@
</FormItem>
</Col>
<Col :span="12">
<FormItem :label="l('checkType')" prop="checkType">
<Dictionary code="QC.checktype" v-model="entity.checkType" type="checkbox"></Dictionary>
<FormItem :label="l('checkType')" prop="inspectTypes">
<Dictionary code="QC.checktype" v-model="entity.inspectTypes" type="checkbox"></Dictionary>
</FormItem>
</Col>
<Col :span="12">
......@@ -193,7 +193,7 @@ export default {
{ required: true, message: "请选择工序", type: "number" }
],
checkContent: [{ required: true, message: "必填", trigger: "blur" }],
checkType: [
inspectTypes: [
{
required: true,
message: "检测类型至少选择一项",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment