|
@@ -178,7 +178,7 @@
|
|
|
|
|
|
|
|
<!-- 移网审核 -->
|
|
<!-- 移网审核 -->
|
|
|
<el-dialog :title="$t('member.reviewNetworkTransfer')" :visible.sync="dialogAuditFormVisible" :width="screenWidth" style="margin-top: -80px">
|
|
<el-dialog :title="$t('member.reviewNetworkTransfer')" :visible.sync="dialogAuditFormVisible" :width="screenWidth" style="margin-top: -80px">
|
|
|
- <el-form :model="form" label-width="230px" :label-position="labelPosition" v-loading="dialogAuditLoading" size="mini" style="padding: 10px 15px;">>
|
|
|
|
|
|
|
+ <el-form :model="form" label-width="230px" :label-position="labelPosition" v-loading="dialogAuditLoading" size="mini" style="padding: 10px 15px;">
|
|
|
<el-form-item :label="$t('member.networkTransferType')">
|
|
<el-form-item :label="$t('member.networkTransferType')">
|
|
|
<el-select v-model="form.type" :placeholder="$t('member.selectNetworkTransferType')" style="width: 100%;">
|
|
<el-select v-model="form.type" :placeholder="$t('member.selectNetworkTransferType')" style="width: 100%;">
|
|
|
<el-option v-for="(item,key) in netType" :label="item.name" :value="item.id" :key="key"></el-option>
|
|
<el-option v-for="(item,key) in netType" :label="item.name" :value="item.id" :key="key"></el-option>
|
|
@@ -347,10 +347,6 @@
|
|
|
this.auditId = row.ID
|
|
this.auditId = row.ID
|
|
|
this.dialogEditFormVisible = true
|
|
this.dialogEditFormVisible = true
|
|
|
fetchNetworkMoveGet({ id: this.auditId }).then(response => {
|
|
fetchNetworkMoveGet({ id: this.auditId }).then(response => {
|
|
|
- this.$message({
|
|
|
|
|
- message: response,
|
|
|
|
|
- type: 'success'
|
|
|
|
|
- })
|
|
|
|
|
this.dialogEditLoading = false
|
|
this.dialogEditLoading = false
|
|
|
this.form = response
|
|
this.form = response
|
|
|
this.form.type = String(response.type)
|
|
this.form.type = String(response.type)
|
|
@@ -390,10 +386,6 @@
|
|
|
this.auditId = row.ID
|
|
this.auditId = row.ID
|
|
|
this.dialogAuditFormVisible = true
|
|
this.dialogAuditFormVisible = true
|
|
|
fetchNetworkMoveGet({ id: this.auditId }).then(response => {
|
|
fetchNetworkMoveGet({ id: this.auditId }).then(response => {
|
|
|
- this.$message({
|
|
|
|
|
- message: response,
|
|
|
|
|
- type: 'success'
|
|
|
|
|
- })
|
|
|
|
|
this.dialogAuditLoading = false
|
|
this.dialogAuditLoading = false
|
|
|
this.form = response
|
|
this.form = response
|
|
|
this.form.type = String(response.type)
|
|
this.form.type = String(response.type)
|