|
@@ -1442,13 +1442,13 @@
|
1442
|
1442
|
</el-row>
|
1443
|
1443
|
|
1444
|
1444
|
<el-row>
|
1445
|
|
- <el-col :span="12">
|
|
1445
|
+ <el-col :span="8">
|
1446
|
1446
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
1447
|
1447
|
<el-radio v-model="qualityForm.pass_examination" label="1">是</el-radio>
|
1448
|
1448
|
<el-radio v-model="qualityForm.pass_examination" label="2">否</el-radio>
|
1449
|
1449
|
</el-form-item>
|
1450
|
1450
|
</el-col>
|
1451
|
|
- <el-col :span="12">
|
|
1451
|
+ <el-col :span="8">
|
1452
|
1452
|
<el-form-item label="修改标志:" required prop="modifications">
|
1453
|
1453
|
<el-select style="width:150px" v-model="qualityForm.modifications">
|
1454
|
1454
|
<el-option v-for="(item,index) in modifications" :key="index" :label="item.name" :value="item.id"></el-option>
|
|
@@ -1567,13 +1567,13 @@
|
1567
|
1567
|
</el-col>
|
1568
|
1568
|
</el-row>
|
1569
|
1569
|
<el-row>
|
1570
|
|
- <el-col :span="12">
|
|
1570
|
+ <el-col :span="8">
|
1571
|
1571
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
1572
|
1572
|
<el-radio v-model="qualityFormTwo.pass_examination" label="1">是</el-radio>
|
1573
|
1573
|
<el-radio v-model="qualityFormTwo.pass_examination" label="2">否</el-radio>
|
1574
|
1574
|
</el-form-item>
|
1575
|
1575
|
</el-col>
|
1576
|
|
- <el-col :span="12">
|
|
1576
|
+ <el-col :span="8">
|
1577
|
1577
|
<el-form-item label="修改标志:" required prop="modifications">
|
1578
|
1578
|
<el-select style="width:150px" v-model="qualityFormTwo.modifications">
|
1579
|
1579
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -1694,13 +1694,13 @@
|
1694
|
1694
|
</el-col>
|
1695
|
1695
|
</el-row>
|
1696
|
1696
|
<el-row>
|
1697
|
|
- <el-col :span="12">
|
|
1697
|
+ <el-col :span="8">
|
1698
|
1698
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
1699
|
1699
|
<el-radio v-model="qualityFormFour.pass_examination" label="1">是</el-radio>
|
1700
|
1700
|
<el-radio v-model="qualityFormFour.pass_examination" label="2">否</el-radio>
|
1701
|
1701
|
</el-form-item>
|
1702
|
1702
|
</el-col>
|
1703
|
|
- <el-col :span="12">
|
|
1703
|
+ <el-col :span="8">
|
1704
|
1704
|
<el-form-item label="修改标志:" required prop="modifications">
|
1705
|
1705
|
<el-select style="width:150px" v-model="qualityFormFour.modifications">
|
1706
|
1706
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -1820,13 +1820,13 @@
|
1820
|
1820
|
</el-col>
|
1821
|
1821
|
</el-row>
|
1822
|
1822
|
<el-row>
|
1823
|
|
- <el-col :span="12">
|
|
1823
|
+ <el-col :span="8">
|
1824
|
1824
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
1825
|
1825
|
<el-radio v-model="qualityFormFive.pass_examination" label="1">是</el-radio>
|
1826
|
1826
|
<el-radio v-model="qualityFormFive.pass_examination" label="2">否</el-radio>
|
1827
|
1827
|
</el-form-item>
|
1828
|
1828
|
</el-col>
|
1829
|
|
- <el-col :span="12">
|
|
1829
|
+ <el-col :span="8">
|
1830
|
1830
|
<el-form-item label="修改标志:" required prop="modifications">
|
1831
|
1831
|
<el-select style="width:150px" v-model="qualityFormFive.modifications">
|
1832
|
1832
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -1947,13 +1947,13 @@
|
1947
|
1947
|
</el-col>
|
1948
|
1948
|
</el-row>
|
1949
|
1949
|
<el-row>
|
1950
|
|
- <el-col :span="12">
|
|
1950
|
+ <el-col :span="8">
|
1951
|
1951
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
1952
|
1952
|
<el-radio v-model="qualityFormSix.pass_examination" label="1">是</el-radio>
|
1953
|
1953
|
<el-radio v-model="qualityFormSix.pass_examination" label="2">否</el-radio>
|
1954
|
1954
|
</el-form-item>
|
1955
|
1955
|
</el-col>
|
1956
|
|
- <el-col :span="12">
|
|
1956
|
+ <el-col :span="8">
|
1957
|
1957
|
<el-form-item label="修改标志:" required prop="modifications">
|
1958
|
1958
|
<el-select style="width:150px" v-model="qualityFormSix.modifications">
|
1959
|
1959
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -2073,13 +2073,13 @@
|
2073
|
2073
|
</el-col>
|
2074
|
2074
|
</el-row>
|
2075
|
2075
|
<el-row>
|
2076
|
|
- <el-col :span="12">
|
|
2076
|
+ <el-col :span="8">
|
2077
|
2077
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
2078
|
2078
|
<el-radio v-model="qualityFormSeven.pass_examination" label="1">是</el-radio>
|
2079
|
2079
|
<el-radio v-model="qualityFormSeven.pass_examination" label="2">否</el-radio>
|
2080
|
2080
|
</el-form-item>
|
2081
|
2081
|
</el-col>
|
2082
|
|
- <el-col :span="12">
|
|
2082
|
+ <el-col :span="8">
|
2083
|
2083
|
<el-form-item label="修改标志:" required prop="modifications">
|
2084
|
2084
|
<el-select style="width:150px" v-model="qualityFormSeven.modifications">
|
2085
|
2085
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -2234,13 +2234,13 @@
|
2234
|
2234
|
<div></div>
|
2235
|
2235
|
</el-row>
|
2236
|
2236
|
<el-row>
|
2237
|
|
- <el-col :span="12">
|
|
2237
|
+ <el-col :span="8">
|
2238
|
2238
|
<el-form-item label="检测合格:" required prop="pass_examination">
|
2239
|
2239
|
<el-radio v-model="qualityFormThree.pass_examination" label="1">是</el-radio>
|
2240
|
2240
|
<el-radio v-model="qualityFormThree.pass_examination" label="2">否</el-radio>
|
2241
|
2241
|
</el-form-item>
|
2242
|
2242
|
</el-col>
|
2243
|
|
- <el-col :span="12">
|
|
2243
|
+ <el-col :span="8">
|
2244
|
2244
|
<el-form-item label="修改标志:" required prop="modifications">
|
2245
|
2245
|
<el-select style="width:150px" v-model="qualityFormThree.modifications">
|
2246
|
2246
|
<el-option v-for="item in modifications" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
|
@@ -4630,8 +4630,6 @@ export default {
|
4630
|
4630
|
this.qualityForm.concentrate_noa = '',
|
4631
|
4631
|
this.qualityForm.concentrate_nob = '',
|
4632
|
4632
|
this.qualityForm.sampling_locationa = '',
|
4633
|
|
- this.qualityForm.sampler = ''
|
4634
|
|
- this.qualityForm.reporting_date = ''
|
4635
|
4633
|
this.qualityForm.detection_result = ''
|
4636
|
4634
|
this.$refs.mychild.getAllQulityInfo()
|
4637
|
4635
|
}else{
|
|
@@ -4683,8 +4681,6 @@ export default {
|
4683
|
4681
|
this.qualityFormTwo.concentrate_noc = ''
|
4684
|
4682
|
this.qualityFormTwo.concentrateb_nod = ''
|
4685
|
4683
|
this.qualityFormTwo.sampling_locationb = ''
|
4686
|
|
- this.qualityFormTwo.samplerb = ''
|
4687
|
|
- this.qualityFormTwo.reporting_dateb = ''
|
4688
|
4684
|
this.qualityFormTwo.detection_resultb = ''
|
4689
|
4685
|
|
4690
|
4686
|
|
|
@@ -4716,10 +4712,8 @@ export default {
|
4716
|
4712
|
var ion = response.data.data.ion
|
4717
|
4713
|
this.$message.success('保存成功')
|
4718
|
4714
|
this.$refs.mychild.getAllQulityInfo()
|
4719
|
|
- this.qualityFormThree.samplerc = ''
|
4720
|
4715
|
this.qualityFormThree.concentrate_nof = ''
|
4721
|
4716
|
this.qualityFormThree.concentrate_nog = ''
|
4722
|
|
- this.qualityFormThree.date_reportc = ''
|
4723
|
4717
|
this.qualityFormThree.actual_na = ''
|
4724
|
4718
|
this.qualityFormThree.actual_pna = ''
|
4725
|
4719
|
this.qualityFormThree.actual_k = ''
|
|
@@ -5104,8 +5098,7 @@ export default {
|
5104
|
5098
|
this.qualityFormFour.concentrate_noc = ''
|
5105
|
5099
|
this.qualityFormFour.concentrateb_nod = ''
|
5106
|
5100
|
this.qualityFormFour.sampling_locationb = ''
|
5107
|
|
- this.qualityFormFour.samplerb = ''
|
5108
|
|
- this.qualityFormFour.reporting_dateb = ''
|
|
5101
|
+
|
5109
|
5102
|
this.qualityFormFour.detection_resultb = ''
|
5110
|
5103
|
|
5111
|
5104
|
|
|
@@ -5149,8 +5142,6 @@ export default {
|
5149
|
5142
|
this.qualityFormFive.concentrate_noc = ''
|
5150
|
5143
|
this.qualityFormFive.concentrateb_nod = ''
|
5151
|
5144
|
this.qualityFormFive.sampling_locationb = ''
|
5152
|
|
- this.qualityFormFive.samplerb = ''
|
5153
|
|
- this.qualityFormFive.reporting_dateb = ''
|
5154
|
5145
|
this.qualityFormFive.detection_resultb = ''
|
5155
|
5146
|
|
5156
|
5147
|
|
|
@@ -5194,8 +5185,6 @@ export default {
|
5194
|
5185
|
this.qualityFormSix.concentrate_noc = ''
|
5195
|
5186
|
this.qualityFormSix.concentrateb_nod = ''
|
5196
|
5187
|
this.qualityFormSix.sampling_locationb = ''
|
5197
|
|
- this.qualityFormSix.samplerb = ''
|
5198
|
|
- this.qualityFormSix.reporting_dateb = ''
|
5199
|
5188
|
this.qualityFormSix.detection_resultb = ''
|
5200
|
5189
|
|
5201
|
5190
|
|
|
@@ -5241,8 +5230,6 @@ export default {
|
5241
|
5230
|
this.qualityFormSeven.concentrate_noc = ''
|
5242
|
5231
|
this.qualityFormSeven.concentrateb_nod = ''
|
5243
|
5232
|
this.qualityFormSeven.sampling_locationb = ''
|
5244
|
|
- this.qualityFormSeven.samplerb = ''
|
5245
|
|
- this.qualityFormSeven.reporting_dateb = ''
|
5246
|
5233
|
this.qualityFormSeven.detection_resultb = ''
|
5247
|
5234
|
|
5248
|
5235
|
|