huangli865118801 4 years ago
parent
commit
57ed1ba9b7
  1. 50
      pages/stampingInspectionInfo/stampingInspectionInfo.vue

50
pages/stampingInspectionInfo/stampingInspectionInfo.vue

@ -189,32 +189,32 @@ export default {
this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value]; this.configSet[index].check_conf_msg[idx].situation = this.methList[e.detail.value];
}, },
submits() { submits() {
// for (let b in this.configSet) { for (let b in this.configSet) {
// for (let i in this.configSet[b].check_conf_msg) { for (let i in this.configSet[b].check_conf_msg) {
// let items = this.configSet[b].check_conf_msg[i]; let items = this.configSet[b].check_conf_msg[i];
// if (this.configSet[b].check_conf_msg[i].status == 1) { if (this.configSet[b].check_conf_msg[i].status == 1) {
// if (items.choice == 'NG' && (!items.content || !items.situation)) { if (items.choice == 'NG' && (!items.content || !items.situation)) {
// this.$functions.error(''); this.$functions.error('请完整填写信息');
// return false; return false;
// } }
// } else { } else {
// if (!items.input) { if (!items.input) {
// this.$functions.error(''); this.$functions.error('请完整填写信息');
// return false; return false;
// } }
// } }
// this.froms.item.push({ this.froms.item.push({
// check_conf_id: item.id, check_conf_id: item.id,
// json: { json: {
// choice: items.choice, choice: items.choice,
// content: items.content, content: items.content,
// situation: items.situation, situation: items.situation,
// input: items.input input: items.input
// } }
// }); });
// } }
// } }
cyCheckAdd(this.froms).then(res => { cyCheckAdd(this.froms).then(res => {
this.$functions.success('提交成功').then(() => { this.$functions.success('提交成功').then(() => {

Loading…
Cancel
Save