Просмотр исходного кода

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

刘恒 1 год назад
Родитель
Сommit
fd15258d1f

Разница между файлами не показана из-за своего большого размера
+ 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);

Некоторые файлы не были показаны из-за большого количества измененных файлов