| | |
| | | <view class="info-label">不良描述</view> |
| | | <view class="info-value danger">{{formData.funit}}</view> |
| | | </view> |
| | | <view v-if="formData.meom!=null" class="result-ng"> |
| | | <view class="result-ng"> |
| | | <view class="info-label">备注</view> |
| | | <view class="info-value danger">{{formData.meom}}</view> |
| | | </view> |
| | |
| | | </form> |
| | | </view> |
| | | </view> |
| | | <view v-if="showPopup" class="overlay"> |
| | | <view v-if="showMeom" class="overlay"> |
| | | <view class="popup"> |
| | | <h3>修改检验结果</h3> |
| | | <form :modelValue="editData"> |
| | |
| | | <input class="form-input" type="text" v-model="editData.fcheckResu" /> |
| | | </view> |
| | | <button type="warn" @click="eidt">修改</button> |
| | | <button @click="showPopup = !showPopup">取消</button> |
| | | <button @click="showMeom = !showMeom">取消</button> |
| | | </form> |
| | | </view> |
| | | </view> |
| | |
| | | isBatchInputValid: false, |
| | | funit:'', |
| | | meomPopup: false, |
| | | showMeom:false, |
| | | meom: '', |
| | | } |
| | | }, |
| | |
| | | } else { |
| | | this.isNumber = false; |
| | | } |
| | | |
| | | }) |
| | | }, |
| | | editResult(fcheckResu) { |
| | |
| | | }, |
| | | toDetail(item) { |
| | | this.showPopup = !this.showPopup; |
| | | this.showMeom = !this.showMeom; |
| | | this.editData = item; |
| | | |
| | | }, |
| | | upMeom() { |
| | | this.meomPopup = true; |
| | | this.meom = this.formData.meom || ''; // 初始化备注值 |
| | | |
| | | }, |
| | | editMeom() { |
| | | // 保存备注信息 |
| | | if (this.Meom) { |
| | | if (this.meom) { |
| | | this.$post({ |
| | | url: "/LLJ/saveRemarksPid", |
| | | data: { |
| | | pid: this.formData.id, |
| | | remarks: this.meom |
| | | meom: this.meom, |
| | | |
| | | } |
| | | }).then(res => { |
| | | if (res.data.tbBillList > 0) { |
| | |
| | | }, |
| | | editRemarks() { |
| | | if (this.remarks) { |
| | | //saveRemarksGid |
| | | |
| | | this.$post({ |
| | | url: "/LLJ/saveRemarksPid", |
| | | data: { |
| | |
| | | data: { |
| | | id: this.formID, |
| | | releaseNo: this.releaseNo, |
| | | meom:this.meom |
| | | |
| | | } |
| | | }).then(res1 => { |
| | | let tableData = res1.data.tbBillList |