|
@@ -82,7 +82,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<div class="main">
|
|
<p class="title" v-if="form.type&&form.moduleType">
|
|
<p class="title" v-if="form.type&&form.moduleType">
|
|
- 填写单明细:
|
|
|
|
|
|
+ <i v-if="form.type!=1">*</i>填写单明细:
|
|
</p>
|
|
</p>
|
|
<QuestionTagGroup v-if="form.type&&form.moduleType&&form.type!=1" qaType="3" :ascription="form.type" @changeActionData="pushValues" :options="editData.moduleDetail"></QuestionTagGroup>
|
|
<QuestionTagGroup v-if="form.type&&form.moduleType&&form.type!=1" qaType="3" :ascription="form.type" @changeActionData="pushValues" :options="editData.moduleDetail"></QuestionTagGroup>
|
|
<div class="static" v-if="form.type==1">
|
|
<div class="static" v-if="form.type==1">
|
|
@@ -143,7 +143,7 @@
|
|
],
|
|
],
|
|
remark:[
|
|
remark:[
|
|
{ validator: (rule, value, callback)=>{
|
|
{ validator: (rule, value, callback)=>{
|
|
- if(value.length>120){
|
|
|
|
|
|
+ if((value&&value.trim().length>0)&&value.length>120){
|
|
callback(new Error('备注不能超过120个字'));
|
|
callback(new Error('备注不能超过120个字'));
|
|
}else{
|
|
}else{
|
|
callback();
|
|
callback();
|