+
@@ -15,30 +15,46 @@
+
+
+
+
+
-
+
+
+ 台
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
-
-
+
+
+
+ MPa
+
+
-
-
+
+
@@ -46,75 +62,307 @@
+
+
+
+
+
@@ -123,23 +371,14 @@
import Sticky from '@/components/Sticky'
import btn from '@/views/common/FxButton'
export default {
- name: 'RqZbgAqfj2100',
+ name: 'RqAqfj',
components: { Sticky, btn },
data() {
return {
ysjl: {},
- param: {
- ywjwucha: '±',
- ylbjiandingriqi: '年 月 日',
- bppgenghuariqi: '年 月 日',
- qitajianyan: '未见异常',
- kuaikaimenjianyanjieguo: true
- },
+ param: {},
state: '',
edit: false,
- editAqf: false,
- editBpp: false,
- editAqls: false,
ysjlId: this.$route.query.id,
info: {
ysjlId: this.$route.query.id,
@@ -169,26 +408,12 @@ export default {
// 有无损原始记录参数
this.state = 'update'
this.param = data.param
- this.changeAqf(this.param.aqfexist)
- this.changeBpp(this.param.bppexist)
- this.changeAqls(this.param.aqlsexist)
- } else {
- this.param = {
- aqfjianyanriqi: this.ysjl.jianyanjieshuriqi,
- bppjianyanriqi: this.ysjl.jianyanjieshuriqi,
- aqlsjianyanriqi: this.ysjl.jianyanjieshuriqi
- }
}
if (this.ysjl.flowstatus === 4) {
this.state = 'finish'
this.edit = true
}
- if (this.param.kuaikaimenjianyanjieguo === '☑满足设计文件规定的使用要求') {
- this.param.kuaikaimenjianyanjieguo = true
- } else {
- this.param.kuaikaimenjianyanjieguo = false
- }
- this.$refs.btn.getParentInfo(this.ysjl, this.param, null, null, this.state, this.$route.query.jyxm, true, false)
+ this.$refs.btn.getParentInfo(this.ysjl, this.param, null, this.state, this.$route.query.jyxm)
})
},
// 表格单击选中行
@@ -204,59 +429,6 @@ export default {
this.delRowIndex.push(val[i].index)
}
},
- changeAqf(val) {
- if (val) {
- this.editAqf = true
- this.param.aqfshuliang = '无此项'
- this.param.aqfyouxiaoqi = '无此项'
- this.param.aqfjianyanriqi = '无此项'
- } else {
- this.editAqf = false
- if (this.param.aqfshuliang === '无此项') {
- this.param.aqfshuliang = ''
- }
- if (this.param.aqfyouxiaoqi === '无此项') {
- this.param.aqfyouxiaoqi = ''
- }
- if (this.param.aqfjianyanriqi === '无此项') {
- this.param.aqfjianyanriqi = this.ysjl.jianyanjieshuriqi
- }
- }
- },
- changeBpp(val) {
- if (val) {
- this.editBpp = true
- this.param.bppshuliang = '无此项'
- this.param.bppgenghuanzhouqiyaoqiu = '无此项'
- this.param.bppjianyanriqi = '无此项'
- } else {
- this.editBpp = false
- if (this.param.bppshuliang === '无此项') {
- this.param.bppshuliang = ''
- }
- if (this.param.bppgenghuanzhouqiyaoqiu === '无此项') {
- this.param.bppgenghuanzhouqiyaoqiu = ''
- }
- if (this.param.bppjianyanriqi === '无此项') {
- this.param.bppjianyanriqi = this.ysjl.jianyanjieshuriqi
- }
- }
- },
- changeAqls(val) {
- if (val) {
- this.editAqls = true
- this.param.shifoumanzu = '无此项'
- this.param.aqlsjianyanriqi = '无此项'
- } else {
- this.editAqls = false
- if (this.param.shifoumanzu === '无此项') {
- this.param.shifoumanzu = ''
- }
- if (this.param.aqlsjianyanriqi === '无此项') {
- this.param.aqlsjianyanriqi = this.ysjl.jianyanjieshuriqi
- }
- }
- },
beforeSaveBuildData() {
// TODO
}