Преглед на файлове

押金清空刷新列表

zhouhao преди 2 години
родител
ревизия
6e94a2960c

+ 6 - 1
src/views/deposit_commerce/deposit_list.vue

@@ -343,7 +343,12 @@
               prop="refEnginRecordNo"
               min-width="160"
               show-overflow-tooltip
-            />
+            >
+            <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.refEnginRecordNo" />
+                <span>{{ scope.row.refEnginRecordNo }}</span>
+              </template>
+          </el-table-column>
             <el-table-column align="left" label="使用单位" prop="refUseUnit" min-width="160" show-overflow-tooltip />
             <el-table-column align="left" label="申请日期" prop="submitTime" min-width="160" show-overflow-tooltip />
             <el-table-column align="left" label="受理日期" prop="checkDate" min-width="160" show-overflow-tooltip />

+ 11 - 0
src/views/deposit_commerce/refund_list.vue

@@ -867,6 +867,17 @@ export default {
       // this.screenForm.endSpecification = "";
       // this.screenForm.endSpecialNo = "";
       // this.screenForm.endRefFactoryNo = "";
+      this.getDataList({
+        pageSize: this.pageSize,
+        pageNum: 1,
+        confirmName: '',
+        createName: '',
+        enginOrderNo: '',
+        enginOrderType: this.enginOrderType,
+        examineStatus: this.examine,
+        refUseUnit: '',
+        ...this.screenForm
+      })
     },
     //搜索
     searchFn() {

+ 8 - 1
src/views/deposit_home/components/deposit_replenish.vue

@@ -900,8 +900,15 @@ export default {
             this.fileList = []
         },
         replenishClick() {
-            console.log(this.details.dataList);
             var arr = []
+            if (this.details.dataList.length) {
+               arr =  this.details.dataList.filter(k=>{
+                    if (k.dataPosition=='AMEND') {
+                        return k
+                    }
+                })
+            }
+
             if (this.fileList.length) {
                 this.fileList.forEach(el => {
                     arr.push({

+ 6 - 1
src/views/deposit_home/deposit_list.vue

@@ -446,7 +446,12 @@
               prop="refEnginRecordNo"
               min-width="160"
               show-overflow-tooltip
-            />
+            >
+            <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.refEnginRecordNo" />
+                <span>{{ scope.row.refEnginRecordNo }}</span>
+              </template>
+          </el-table-column>
             <el-table-column v-if="!isCustomer" align="right" label="跨区厂编号" min-width="160" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copy-text="scope.row.refFactoryNo" />

+ 11 - 0
src/views/deposit_home/refund_list.vue

@@ -860,6 +860,17 @@ export default {
       this.screenForm.startInstallTime = ''
       this.screenForm.endInstallTime = ''
       this.$refs.screenForm.resetFields()
+      this.getDataList({
+        pageSize: this.pageSize,
+        pageNum: 1,
+        confirmName: '',
+        createName: '',
+        enginOrderNo: '',
+        enginOrderType: this.enginOrderType,
+        examineStatus: this.examine,
+        refUseUnit: '',
+        ...this.screenForm
+      })
       // this.screenForm.endSpecification = "";
       // this.screenForm.endSpecialNo = "";
       // this.screenForm.endRefFactoryNo = "";