flx:去除质量安全违章人员必填
This commit is contained in:
parent
c4314fda7f
commit
6b390ea71d
@ -42,7 +42,7 @@
|
||||
</view>
|
||||
<view class="type flex" v-if="title == '整改'">
|
||||
<view class="uni-form-label">
|
||||
<text class="star">*</text>违章人员
|
||||
违章人员
|
||||
</view>
|
||||
<!-- <picker mode="selector" :range="personList" range-key="workerName" @change="handleChangeRegion"
|
||||
filterable>
|
||||
@ -344,10 +344,10 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.violatorId == "" && this.type == 1) {
|
||||
this.$message.error("请选择违章人员");
|
||||
return;
|
||||
}
|
||||
// if (this.violatorId == "" && this.type == 1) {
|
||||
// this.$message.error("请选择违章人员");
|
||||
// return;
|
||||
// }
|
||||
let time = this.getNewDate()
|
||||
|
||||
let data = {
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
</view>
|
||||
<view class="type flex" v-if="title == '整改'">
|
||||
<view class="name">
|
||||
<text class="star">*</text>违章人员:
|
||||
违章人员:
|
||||
</view>
|
||||
<!-- <picker mode="selector" :range="personList" range-key="workerName" @change="handleChangeRegion"
|
||||
filterable>
|
||||
@ -461,10 +461,10 @@
|
||||
return
|
||||
}
|
||||
|
||||
if (this.violatorId.length == 0 && this.type == 1) {
|
||||
this.$message.error("请选择违章人员");
|
||||
return;
|
||||
}
|
||||
// if (this.violatorId.length == 0 && this.type == 1) {
|
||||
// this.$message.error("请选择违章人员");
|
||||
// return;
|
||||
// }
|
||||
let time = this.getNewDate()
|
||||
|
||||
let data = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user