|
@@ -43,6 +43,11 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
|
<el-form-item label="机型" prop="startSpecification">
|
|
|
+ <!-- <div class="fanwei">
|
|
|
+ <el-input v-model="searchForm.startSpecification"></el-input>
|
|
|
+ <span>-</span>
|
|
|
+ <el-input v-model="searchForm.endSpecification"></el-input>
|
|
|
+ </div> -->
|
|
|
<el-input v-model="searchForm.startSpecification" placeholder="请输入"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -51,16 +56,22 @@
|
|
|
<el-input v-model="searchForm.refProjectName" placeholder="请输入"></el-input>
|
|
|
</el-form-item> -->
|
|
|
<el-form-item label="特价编号" prop="startSpecialNo">
|
|
|
-
|
|
|
+ <!-- <div class="fanwei">
|
|
|
+ <el-input v-model="searchForm.startSpecialNo"></el-input>
|
|
|
+ <span>-</span>
|
|
|
+ <el-input v-model="searchForm.endSpecialNo"></el-input>
|
|
|
+ </div> -->
|
|
|
<el-input v-model="searchForm.startSpecialNo" placeholder="请输入"></el-input>
|
|
|
-
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
|
<el-form-item label="厂编号" prop="startRefFactoryNo">
|
|
|
-
|
|
|
+ <!-- <div class="fanwei">
|
|
|
+ <el-input v-model="searchForm.startRefFactoryNo"></el-input>
|
|
|
+ <span>-</span>
|
|
|
+ <el-input v-model="searchForm.endRefFactoryNo"></el-input>
|
|
|
+ </div> -->
|
|
|
<el-input v-model="searchForm.startRefFactoryNo" placeholder="请输入"></el-input>
|
|
|
-
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
@@ -72,6 +83,17 @@
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+
|
|
|
+ <!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-form-item label="开始安装日期" prop="startInstallTime">
|
|
|
+ <el-date-picker class="dateStyle" v-model="searchForm.startInstallTime" type="datetime" placeholder="" default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-form-item label="结束安装日期" prop="endInstallTime">
|
|
|
+ <el-date-picker class="dateStyle" v-model="searchForm.endInstallTime" type="datetime" placeholder="" default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col> -->
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
|
<el-form-item label="区域" prop="refRegionWork">
|
|
|
<el-input v-model="searchForm.refRegionWork" placeholder="请输入"></el-input>
|
|
@@ -130,7 +152,7 @@
|
|
|
<el-radio-button label="HOME">家用工程</el-radio-button>
|
|
|
<el-radio-button label="TRADE">商用工程</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button type="primary" size="mini" @click="syncDateFn">同步资料日期</el-button>
|
|
|
+ <!-- <el-button type="primary" size="mini" @click="syncDateFn">同步资料日期</el-button> -->
|
|
|
</div>
|
|
|
<div class="fr">
|
|
|
<el-button type="primary" size="mini" @click="exportFn">导出</el-button>
|
|
@@ -160,25 +182,13 @@
|
|
|
<span>{{scope.row.refEnginRecordNo}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="项目类别" prop="refProjectName" min-width="160" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.refProjectName" />
|
|
|
- <span>{{scope.row.refProjectName}}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="left" label="机型" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.specification" />
|
|
|
- <span>{{scope.row.a}}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="left" label="经销商编码" prop="customerNumber" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="经销商编码" prop="customerNumber" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.customerNumber" />
|
|
|
<span>{{scope.row.customerNumber}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="经销商名称" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="经销商名称" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.customerName" />
|
|
|
<span>{{scope.row.customerName}}</span>
|
|
@@ -190,36 +200,66 @@
|
|
|
<span>{{scope.row.refFactoryNo}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column align="left" label="产品编码" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="厂编号" prop="factoryNo" min-width="160" show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="right" label="特价编号" prop="specialNo" min-width="160" show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="left" label="项目类别" prop="refProjectName" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.customerName" />
|
|
|
- <span>{{scope.row.customerName}}</span>
|
|
|
+ <CopyButton :copyText="scope.row.refProjectName" />
|
|
|
+ <span>{{scope.row.refProjectName}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="物料编码" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="使用单位
|
|
|
+" prop="refUseUnit" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.customerName" />
|
|
|
- <span>{{scope.row.customerName}}</span>
|
|
|
+ <CopyButton :copyText="scope.row.refUseUnit" />
|
|
|
+ <span>{{scope.row.refUseUnit}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="产品名称" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
+
|
|
|
+
|
|
|
+ <el-table-column align="left" label="区域" prop="refRegionWork" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.customerName" />
|
|
|
- <span>{{scope.row.customerName}}</span>
|
|
|
+ <CopyButton :copyText="scope.row.refRegionWork" />
|
|
|
+ <span>{{scope.row.refRegionWork}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="规格型号" prop="customerName" min-width="260" show-overflow-tooltip>
|
|
|
+
|
|
|
+ <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="260" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.customerName" />
|
|
|
- <span>{{scope.row.customerName}}</span>
|
|
|
+ <CopyButton :copyText="scope.row.materialNumber" />
|
|
|
+ <span>{{scope.row.materialNumber}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="260" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <CopyButton :copyText="scope.row.materialOldNumber" />
|
|
|
+ <span>{{scope.row.materialOldNumber}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
+ <el-table-column align="left" label="产品名称" prop="materialName" min-width="260" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <CopyButton :copyText="scope.row.materialName" />
|
|
|
+ <span>{{scope.row.materialName}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="left" label="规格型号" prop="specification" min-width="260" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <CopyButton :copyText="scope.row.specification" />
|
|
|
+ <span>{{scope.row.specification}}</span>
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
- <el-table-column align="right" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="right" label="特价编号" prop="specialNo" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="押金金额" prop="depositAmount" min-width="160" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.depositAmount | numToFixed }}
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="right" label="厂编号" prop="factoryNo" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
|
+
|
|
|
+
|
|
|
<el-table-column align="right" label="安装日期" prop="installDate" min-width="160" show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="审核人" prop="confirmBy" min-width="160" show-overflow-tooltip>
|
|
@@ -228,12 +268,7 @@
|
|
|
<span>{{scope.row.confirmBy}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="区域" prop="refRegionWork" min-width="160" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.refRegionWork" />
|
|
|
- <span>{{scope.row.refRegionWork}}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+
|
|
|
<el-table-column fixed="right" align="center" label="操作" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" class="textColor" v-if="
|
|
@@ -264,8 +299,8 @@
|
|
|
<script>
|
|
|
import {
|
|
|
getDepositManageList,
|
|
|
- getDepositManagExport,
|
|
|
getDepositManageDate,
|
|
|
+ getDepositManagExport,
|
|
|
} from "@/api/engin_deposit/refund_list";
|
|
|
import { downloadFiles, handleImport } from "@/utils/util";
|
|
|
import RefundListDetail from "./components/refund_list-detail.vue";
|
|
@@ -465,7 +500,7 @@ export default {
|
|
|
}
|
|
|
downloadFiles("/deposit-manage/export", {
|
|
|
id: arr,
|
|
|
- orderType: "TRADE",
|
|
|
+ orderType: "HOME",
|
|
|
});
|
|
|
} else {
|
|
|
this.$errorMsg("请选择押金项");
|