Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2021-08-12 13:49:28 +08:00
3 changed files with 38 additions and 12 deletions
@@ -304,11 +304,14 @@
label="能源类型"> label="能源类型">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="putTime" prop="ssrq"
sortable sortable
align="center" align="center"
width="210px" width="210px"
label="标准实施日期"> label="标准实施日期">
<template slot-scope="scope">
<span>{{ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
@@ -458,7 +461,7 @@
</el-form-item> </el-form-item>
<el-form-item label="标准实施日期" prop="putTime"> <el-form-item label="标准实施日期" prop="putTime">
<el-date-picker <el-date-picker
v-model.trim="editRowData.putTime" v-model.trim="editRowData.ssrq"
type="date" type="date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
placeholder="选择日期"> placeholder="选择日期">
@@ -582,7 +585,7 @@ export default {
standEnName: '', standEnName: '',
typeApplicable: '', typeApplicable: '',
nylx: '', nylx: '',
putTime: '', ssrq: '',
zccssrqgj: '', zccssrqgj: '',
xcxssrqgj: '', xcxssrqgj: '',
zrbm: '', zrbm: '',
@@ -1335,6 +1338,7 @@ export default {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
this.$set(item, 'zrbm', '') this.$set(item, 'zrbm', '')
@@ -1346,6 +1350,7 @@ export default {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
this.$set(item, 'zrbm', item.attrInfoMap.ZRBM) this.$set(item, 'zrbm', item.attrInfoMap.ZRBM)
@@ -1382,6 +1387,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1393,6 +1399,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1427,6 +1434,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1438,6 +1446,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1526,7 +1535,6 @@ export default {
}, },
// 导出确定功能 // 导出确定功能
exportTestItem () { exportTestItem () {
let exportNames = this.exportName
let exportList = [] let exportList = []
if (this.sarAccessInfoListArry.length > 0) { if (this.sarAccessInfoListArry.length > 0) {
exportList = this.sarAccessInfoListArry exportList = this.sarAccessInfoListArry
@@ -288,11 +288,14 @@
label="能源类型"> label="能源类型">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="putTime" prop="ssrq"
sortable sortable
align="center" align="center"
width="210px" width="210px"
label="标准实施日期"> label="标准实施日期">
<template slot-scope="scope">
<span>{{ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
@@ -440,9 +443,9 @@
<el-form-item label="能源类型" prop="nylx"> <el-form-item label="能源类型" prop="nylx">
<el-input v-model.trim="editRowData.nylx" :disabled="true"/> <el-input v-model.trim="editRowData.nylx" :disabled="true"/>
</el-form-item> </el-form-item>
<el-form-item label="标准实施日期" prop="putTime"> <el-form-item label="标准实施日期" prop="ssrq">
<el-date-picker <el-date-picker
v-model.trim="editRowData.putTime" v-model.trim="editRowData.ssrq"
type="date" type="date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
placeholder="选择日期"> placeholder="选择日期">
@@ -566,7 +569,7 @@ export default {
standEnName: '', standEnName: '',
typeApplicable: '', typeApplicable: '',
nylx: '', nylx: '',
putTime: '', ssrq: '',
zccssrqgj: '', zccssrqgj: '',
xcxssrqgj: '', xcxssrqgj: '',
zrbm: '', zrbm: '',
@@ -1302,6 +1305,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1313,6 +1317,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1349,6 +1354,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1360,6 +1366,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1395,6 +1402,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1406,6 +1414,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -288,11 +288,14 @@
label="能源类型"> label="能源类型">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="putTime" prop="ssrq"
sortable sortable
align="center" align="center"
width="210px" width="210px"
label="标准实施日期"> label="标准实施日期">
<template slot-scope="scope">
<span>{{ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
@@ -439,9 +442,9 @@
<el-form-item label="能源类型" prop="nylx"> <el-form-item label="能源类型" prop="nylx">
<el-input v-model.trim="editRowData.nylx" :disabled="true"/> <el-input v-model.trim="editRowData.nylx" :disabled="true"/>
</el-form-item> </el-form-item>
<el-form-item label="标准实施日期" prop="putTime"> <el-form-item label="标准实施日期" prop="ssrq">
<el-date-picker <el-date-picker
v-model.trim="editRowData.putTime" v-model.trim="editRowData.ssrq"
type="date" type="date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
placeholder="选择日期"> placeholder="选择日期">
@@ -580,7 +583,7 @@ export default {
standEnName: '', standEnName: '',
typeApplicable: '', typeApplicable: '',
nylx: '', nylx: '',
putTime: '', ssrq: '',
zccssrqgj: '', zccssrqgj: '',
xcxssrqgj: '', xcxssrqgj: '',
zrbm: '', zrbm: '',
@@ -1302,6 +1305,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1313,6 +1317,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1349,6 +1354,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1360,6 +1366,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)
@@ -1394,6 +1401,7 @@ export default {
if (item.attrInfoMap === null) { if (item.attrInfoMap === null) {
this.$set(item, 'zccssrqgj', '') this.$set(item, 'zccssrqgj', '')
this.$set(item, 'xcxssrqgj', '') this.$set(item, 'xcxssrqgj', '')
this.$set(item, 'ssrq', '')
this.$set(item, 'sycpx', '') this.$set(item, 'sycpx', '')
this.$set(item, 'typeApplicable', '') this.$set(item, 'typeApplicable', '')
this.$set(item, 'nylx', '') this.$set(item, 'nylx', '')
@@ -1405,6 +1413,7 @@ export default {
}else { }else {
this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ) this.$set(item, 'zccssrqgj', item.attrInfoMap.ZCCSSRQ)
this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ) this.$set(item, 'xcxssrqgj', item.attrInfoMap.XCXSSRQ)
this.$set(item, 'ssrq', item.attrInfoMap.SSRQ)
this.$set(item, 'sycpx', item.attrInfoMap.SYCPX) this.$set(item, 'sycpx', item.attrInfoMap.SYCPX)
this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX) this.$set(item, 'typeApplicable', item.attrInfoMap.CLLX)
this.$set(item, 'nylx', item.attrInfoMap.NYLX) this.$set(item, 'nylx', item.attrInfoMap.NYLX)