Browse Source

fix:协议调度增加二次确认

刘恒 1 year ago
parent
commit
fd15258d1f

File diff suppressed because it is too large
+ 510 - 298
src/views/AgreementManage/CarInsurance/SourceManagement.vue


+ 9 - 0
src/views/FinancialManagement/ContractManagement/ContractManagement.vue

@@ -1407,6 +1407,10 @@ export default {
     },
     cancel() {
       this.form = {};
+      this.date = "";
+      this.year = "";
+      this.month = "";
+      this.days = "";
       this.dialogVisible = false;
       this.$nextTick(() => {
         this.$refs.ruleForm.clearValidate();
@@ -1583,6 +1587,10 @@ export default {
     handleClose(done) {
       done();
       this.form = {};
+      this.date = "";
+      this.year = "";
+      this.month = "";
+      this.days = "";
       this.dialogVisible = false;
       this.$nextTick(() => {
         this.$refs.ruleForm.clearValidate();
@@ -1599,6 +1607,7 @@ export default {
       this.month = "";
       this.days = "";
       this.date = "";
+      this.supplierIdChildList = [];
 
       this.$nextTick(() => {
         this.$refs.ruleForm.clearValidate();

+ 2 - 0
src/views/FinancialManagement/ContractManagement/ContractStatement.vue

@@ -355,10 +355,12 @@ export default {
     },
     //获取合同列表
     getList() {
+      console.log();
       this.$api.contract
         .supplierContractPage({
           ...this.pageInfo,
           ...this.formInline,
+          supplierIdList: this.formInline.supplierIdList.flat(),
         })
         .then((res) => {
           // console.log(res);

Some files were not shown because too many files changed in this diff