|
@@ -1746,7 +1746,7 @@
|
|
|
<el-button type="primary" @click="doPassNotRecord()">已知晓</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :visible.sync="notSubmitDialog" width="45%" center top="35vh" custom-class="doWarehouseClass" @closed="remindClean()">
|
|
|
+ <!-- <el-dialog :visible.sync="notSubmitDialog" width="45%" center top="35vh" custom-class="doWarehouseClass" @closed="remindClean()">
|
|
|
<el-divider content-position="left">
|
|
|
<h3 >
|
|
|
<div style="color: red;"><i class="el-icon-warning"></i> 上报协会提醒</div>
|
|
@@ -1765,7 +1765,7 @@
|
|
|
<el-button @click="notSubmitDialog=false">暂不处理</el-button>
|
|
|
<el-button type="primary" @click="doPassNotSubmit()">已知晓</el-button>
|
|
|
</span>
|
|
|
- </el-dialog>
|
|
|
+ </el-dialog> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -3415,13 +3415,13 @@ export default {
|
|
|
this.notRecordDialog = true;
|
|
|
return;
|
|
|
}
|
|
|
- if (this.productions[0].isSubmit && !verify.passNotSubmit && this.major.businessObjectType==='房地产'){
|
|
|
- verify.state = false;
|
|
|
- callback(verify);
|
|
|
- this.notSubmitRemind = this.productions[0];
|
|
|
- this.notSubmitDialog = true;
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (this.productions[0].isSubmit && !verify.passNotSubmit && this.major.businessObjectType==='房地产'){
|
|
|
+ // verify.state = false;
|
|
|
+ // callback(verify);
|
|
|
+ // this.notSubmitRemind = this.productions[0];
|
|
|
+ // this.notSubmitDialog = true;
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
break;
|
|
|
case "INITIAL_PRICE":
|
|
|
let notEvaluateValueTargets = this.evaluateLandData.filter(function (e) {
|