不合格描述长度修改

master
lijing 7 months ago
parent beb6e9bf02
commit 9361ad3bcf

@ -76,10 +76,11 @@ export default {
console.log('this.tagslist[index]:', this.tagslist[index]);
},
changeInput(event, index) {
console.log(event, index, 'sddww11', this.tagslist[index].defect, event === '0');
// if (event === '0') {
// this.tagslist[index].value = null;
// }
if (event === '0') {
delete this.tagslist[index].defect;
this.tagslist = JSON.parse(JSON.stringify(this.tagslist));
console.log(event, index, 'sddww11', this.tagslist, this.tagslist[index].defect, event === '0');
}
},
cancel() {

@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version);
}
///******************
version = '0.0.146'; //
version = '0.0.147'; //
//version = '0.0.14'; //
//*************** false true ****************
//isTest = true;

@ -306,7 +306,7 @@
</u-form-item>
<div v-show="formdata.checkResult == 'N'">
<u-form-item label="不合格描述:">
<u-input style="background: #fafafa; border: 1px dashed #e2e2e2; padding: 10px 5px" v-model="formdata.remark" placeholder="" type="textarea" />
<u-input style="background: #fafafa; border: 1px dashed #e2e2e2; padding: 10px 5px" :maxlength="700" v-model="formdata.remark" placeholder="" type="textarea" />
</u-form-item>
</div>
<div v-show="formdata.startOA == '1'">

Loading…
Cancel
Save