Commit 4e3ff652 authored by 沈翠玲's avatar 沈翠玲

去除Decompression

parent 3ba0c98c
...@@ -247,20 +247,6 @@ ...@@ -247,20 +247,6 @@
Number(feedback.isSerialReport) === 1 Number(feedback.isSerialReport) === 1
" "
> >
<u-col :span="6">
<u-form-item
label="Decompression:"
prop="Decompression"
label-width="110px"
>
<uni-easyinput
type="text"
v-model="feedback.decompressionValue"
style="width: 200px"
:placeholder="$t('请输入Decompression')"
/>
</u-form-item>
</u-col>
<u-col :span="6"> <u-col :span="6">
<u-form-item :label="$t('备注:')" name="qrcode"> <u-form-item :label="$t('备注:')" name="qrcode">
<uni-easyinput <uni-easyinput
...@@ -2295,7 +2281,6 @@ export default { ...@@ -2295,7 +2281,6 @@ export default {
abnormalRemark: null, abnormalRemark: null,
printTemplate: '', printTemplate: '',
tableSizeData: [], tableSizeData: [],
decompressionValue: '',
remark: '', remark: '',
tableSizeColumn: [ tableSizeColumn: [
{ {
...@@ -2561,7 +2546,6 @@ export default { ...@@ -2561,7 +2546,6 @@ export default {
} }
if (item.isSerialReport && Number(item.isSerialReport) === 1) { if (item.isSerialReport && Number(item.isSerialReport) === 1) {
par['qrcode'] = item.qrcode par['qrcode'] = item.qrcode
par['decompressionValue'] = item.decompressionValue
par['remark'] = item.remark par['remark'] = item.remark
} }
apires = this.$u.api.feedback(par) apires = this.$u.api.feedback(par)
...@@ -2657,7 +2641,6 @@ export default { ...@@ -2657,7 +2641,6 @@ export default {
} }
if (item.isSerialReport && Number(item.isSerialReport) === 1) { if (item.isSerialReport && Number(item.isSerialReport) === 1) {
this.feedbackForms[0]['qrcode'] = '' this.feedbackForms[0]['qrcode'] = ''
this.feedbackForms[0]['decompressionValue'] = ''
this.isFocus = true this.isFocus = true
// this.proVisible = true; // this.proVisible = true;
this.$refs.uModal.clearLoading() this.$refs.uModal.clearLoading()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment