Browse Source

【修改】bug

howie 2 years ago
parent
commit
7c56706d71

+ 16 - 0
src/views/deposit_home/components/refund_list-detail.vue

@@ -353,6 +353,22 @@
               v-model="detailList.refOtherAnnexIdea"
             ></el-input>
           </div>
+        </el-col>  <el-col :xs="24" :sm="24" :lg="8" class="item">
+          <div class="label">资料审核日期</div>
+          <!-- <div class="value">{{ detailList.remark }}</div> -->
+          <div class="value">
+            <el-date-picker
+            readonly
+              prefix-icon="''"
+              placeholder="请选择安装时间"
+              class="selectStyle"
+              v-model="detailList.refDatumAcceptDate"
+              type="datetime"
+              default-time="00:00:00"
+              value-format="yyyy-MM-dd HH:mm:ss"
+            >
+            </el-date-picker>
+          </div>
         </el-col>
         <!-- <el-col :xs="24" :sm="24" :lg="8" class="item">
           <div class="label">寄厂日期</div>

+ 16 - 1
src/views/deposit_home/refund_list.vue

@@ -571,7 +571,22 @@ export default {
         .then((res) => {
           this.isShowExamineDialog = false;
           this.$successMsg("修改成功");
-          this.getList();
+          this.getDataList({
+        pageSize: this.pageSize,
+        pageNum: this.currentPage,
+        confirmName: "",
+        createName: "",
+        customerKeyword: "",
+        // endDeliverTime: "",
+        enginOrderNo: "",
+        enginOrderType: this.enginOrderType,
+        examineStatus: "",
+        refEnginRecordNo: "",
+        refProjectName: "",
+        refUseUnit: "",
+        ...this.screenForm,
+        // startDeliverTime: "",
+      });
         })
     },
     //审批后更新列表数据