[update] 冻结

This commit is contained in:
zhaomeijing
2022-06-01 09:30:46 +08:00
parent 69f916ef3c
commit 4eadf6b7c7
2 changed files with 3 additions and 28 deletions
@@ -27,34 +27,10 @@
<!-- 认证工程师退回 7--> <!-- 认证工程师退回 7-->
<!-- 已同步至上报库 8--> <!-- 已同步至上报库 8-->
<!-- 变更 9--> <!-- 变更 9-->
<span v-if='homo === 1'> <span v-if='home === 1'>
<!-- 认证工程师 --> <!-- 认证工程师 -->
<span v-if='record.state == "待发起收集"'> <span v-if='record.state == "待发起收集" || record.state == "工程接口人退回" || record.state == "变更"'>
<span @click='ondataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span> <span @click='ondataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "待工程接口人处理"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "工程接口人退回"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "待填写"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "填写人退回"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "已提交"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "认证工程师退回"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "已同步至上报库"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-if='record.state == "变更"'>
<span @click='ondataValueNot(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span> </span>
</span> </span>
</span> </span>
@@ -624,7 +624,7 @@ export default {
}, },
getFreeze() { getFreeze() {
let _this = this let _this = this
let param = {paramsManifestId: this.paramsManifest.id, configFlag: 2} let param = {paramsManifestId: this.paramsManifest.id, configFlag: 1}
axios({ axios({
url: '/jero-boot/params/collectManifest/getConfigLableList', url: '/jero-boot/params/collectManifest/getConfigLableList',
method: 'post', method: 'post',
@@ -657,7 +657,6 @@ export default {
distributionAndCollectionJurisdiction() { distributionAndCollectionJurisdiction() {
let homoJurisdictionBatchdelete = this.homoJurisdictionBatchdelete() let homoJurisdictionBatchdelete = this.homoJurisdictionBatchdelete()
if(homoJurisdictionBatchdelete) { if(homoJurisdictionBatchdelete) {
console.log(';;;;')
this.distributionAndCollection() this.distributionAndCollection()
} }
}, },