[update] 冻结
This commit is contained in:
@@ -27,34 +27,10 @@
|
||||
<!-- 认证工程师退回 7-->
|
||||
<!-- 已同步至上报库 8-->
|
||||
<!-- 变更 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>
|
||||
<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>
|
||||
|
||||
@@ -624,7 +624,7 @@ export default {
|
||||
},
|
||||
getFreeze() {
|
||||
let _this = this
|
||||
let param = {paramsManifestId: this.paramsManifest.id, configFlag: 2}
|
||||
let param = {paramsManifestId: this.paramsManifest.id, configFlag: 1}
|
||||
axios({
|
||||
url: '/jero-boot/params/collectManifest/getConfigLableList',
|
||||
method: 'post',
|
||||
@@ -657,7 +657,6 @@ export default {
|
||||
distributionAndCollectionJurisdiction() {
|
||||
let homoJurisdictionBatchdelete = this.homoJurisdictionBatchdelete()
|
||||
if(homoJurisdictionBatchdelete) {
|
||||
console.log(';;;;')
|
||||
this.distributionAndCollection()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user