|
@@ -11,121 +11,227 @@
|
|
<br /><br />
|
|
<br /><br />
|
|
<!-- 筛选条件 -->
|
|
<!-- 筛选条件 -->
|
|
<div>
|
|
<div>
|
|
- <el-form ref="searchForm" :model="searchForm" label-width="120px" size="mini" label-position="left">
|
|
|
|
- <el-row :gutter="10">
|
|
|
|
|
|
+ <el-form
|
|
|
|
+ ref="screenForm"
|
|
|
|
+ :model="screenForm"
|
|
|
|
+ label-width="120px"
|
|
|
|
+ size="mini"
|
|
|
|
+ label-position="left"
|
|
|
|
+ >
|
|
|
|
+ <el-row :gutter="20">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-form-item label="工程登录编号" prop="refEnginRecordNo">
|
|
<el-form-item label="工程登录编号" prop="refEnginRecordNo">
|
|
- <el-input v-model="searchForm.refEnginRecordNo" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.refEnginRecordNo"
|
|
|
|
+ placeholder="请输入"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="经销商编码" prop="customerKeyword">
|
|
|
|
- <el-input v-model="searchForm.customerKeyword" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-form-item label="经销商编码/名称" prop="customerKeyword">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.customerKeyword"
|
|
|
|
+ placeholder="请输入"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
<!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
<el-form-item label="经销商名称" prop="customerKeyword">
|
|
<el-form-item label="经销商名称" prop="customerKeyword">
|
|
<el-input
|
|
<el-input
|
|
- v-model="searchForm.customerKeyword"
|
|
|
|
|
|
+ v-model="screenForm.customerKeyword"
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
></el-input>
|
|
></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col> -->
|
|
</el-col> -->
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="行业类别" prop="refTradeCategory">
|
|
|
|
- <el-input v-model="searchForm.refTradeCategory" placeholder="请输入"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="使用单位" prop="refProjectName">
|
|
|
|
- <el-input v-model="searchForm.refProjectName" placeholder="请输入"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="审核人" prop="confirmName">
|
|
|
|
- <el-input v-model="searchForm.confirmName" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-form-item label="使用单位" prop="refUseUnit">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.refUseUnit"
|
|
|
|
+ placeholder="请输入"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="规格型号" prop="specification">
|
|
|
|
- <el-input v-model="searchForm.specification" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-form-item label="开始申请日期" prop="startSubmitTime">
|
|
|
|
+ <el-date-picker
|
|
|
|
+ v-model="screenForm.startSubmitTime"
|
|
|
|
+ class="dateStyle"
|
|
|
|
+ type="datetime"
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="特价编号" prop="specialNo">
|
|
|
|
- <el-input v-model="searchForm.specialNo" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="结束申请日期" prop="endSubmitTime">
|
|
|
|
+ <el-date-picker
|
|
|
|
+ v-model="screenForm.endSubmitTime"
|
|
|
|
+ class="dateStyle"
|
|
|
|
+ type="datetime"
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+
|
|
|
|
+
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="跨区厂编号" prop="startRefFactoryNo">
|
|
|
|
- <el-input v-model="searchForm.refFactoryNo" placeholder="请输入"></el-input>
|
|
|
|
|
|
+ <el-form-item label="是否退押 " prop="isRefundDeposit">
|
|
|
|
+ <el-select
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ v-model="screenForm.isRefundDeposit"
|
|
|
|
+ placeholder="请选择是否退押 "
|
|
|
|
+ >
|
|
|
|
+ <el-option label="默认" :value="null"></el-option>
|
|
|
|
+
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in refundDepositArr"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value"
|
|
|
|
+ >
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="区域" prop="refRegionWork">
|
|
|
|
- <el-input v-model="searchForm.refRegionWork" placeholder="请输入"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :xs="12" :sm="12" :lg="12">
|
|
|
|
- <el-form-item label="安装日期" prop="">
|
|
|
|
- <div class="fanwei">
|
|
|
|
- <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" />
|
|
|
|
- <span>-</span>
|
|
|
|
- <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" />
|
|
|
|
- </div>
|
|
|
|
|
|
+ <el-form-item label="状态 " prop="examineStatus">
|
|
|
|
+ <el-select
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ v-model="screenForm.examineStatus"
|
|
|
|
+ placeholder="请选择状态 "
|
|
|
|
+ >
|
|
|
|
+ <el-option label="默认" :value="null"></el-option>
|
|
|
|
+
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in examineStatusArr"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value"
|
|
|
|
+ >
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
-
|
|
|
|
<!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
<!-- <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 label="产品名称" prop="">
|
|
|
|
+ <el-input placeholder="请输入"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<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 label="规格型号" prop="">
|
|
|
|
+ <el-input placeholder="请输入"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col> -->
|
|
</el-col> -->
|
|
- <!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="发货申请开始日期" prop="startDeliverTime">
|
|
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="开始受理日期" prop="startConfirmTime">
|
|
<el-date-picker
|
|
<el-date-picker
|
|
|
|
+ v-model="screenForm.startConfirmTime"
|
|
class="dateStyle"
|
|
class="dateStyle"
|
|
- v-model="searchForm.startDeliverTime"
|
|
|
|
type="datetime"
|
|
type="datetime"
|
|
- placeholder=""
|
|
|
|
- default-time="00:00:00"
|
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
- >
|
|
|
|
- </el-date-picker>
|
|
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="发货申请结束日期" prop="endDeliverTime">
|
|
|
|
|
|
+ <el-form-item label="结束受理日期" prop="endConfirmTime">
|
|
<el-date-picker
|
|
<el-date-picker
|
|
- v-model="searchForm.endDeliverTime"
|
|
|
|
|
|
+ v-model="screenForm.endConfirmTime"
|
|
class="dateStyle"
|
|
class="dateStyle"
|
|
type="datetime"
|
|
type="datetime"
|
|
- placeholder=""
|
|
|
|
- default-time="23:59:59"
|
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
- >
|
|
|
|
- </el-date-picker>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col> -->
|
|
|
|
- <!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="产品名称" prop="">
|
|
|
|
- <el-input placeholder="请输入"></el-input>
|
|
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
- <el-form-item label="规格型号" prop="">
|
|
|
|
- <el-input placeholder="请输入"></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col> -->
|
|
|
|
|
|
+ <template v-if="!isCustomer">
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="审核人" prop="confirmName">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.confirmName"
|
|
|
|
+ placeholder="请输入审核人"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="区域" prop="refRegionWork">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="screenForm.refRegionWork"
|
|
|
|
+ placeholder="请输入区域"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="安装日期" style="margin-bottom:0">
|
|
|
|
+ <div class="fanwei">
|
|
|
|
+ <el-form-item prop="startInstallTime">
|
|
|
|
+ <el-date-picker
|
|
|
|
+ v-model="screenForm.startInstallTime"
|
|
|
|
+ class="dateStyle"
|
|
|
|
+ type="datetime"
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <span>-</span>
|
|
|
|
+ <el-form-item prop="endInstallTime">
|
|
|
|
+ <el-date-picker
|
|
|
|
+ v-model="screenForm.endInstallTime"
|
|
|
|
+ class="dateStyle"
|
|
|
|
+ type="datetime"
|
|
|
|
+ placeholder="选择日期"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </div>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="规格型号" prop="specification">
|
|
|
|
+ <el-input v-model="screenForm.specification" ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="特价编号" prop="specialNo">
|
|
|
|
+
|
|
|
|
+ <el-input v-model="screenForm.specialNo" ></el-input>
|
|
|
|
+
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="跨区厂编号" prop="refFactoryNo">
|
|
|
|
+
|
|
|
|
+ <el-input v-model="screenForm.refFactoryNo" ></el-input>
|
|
|
|
|
|
- <el-col :xs="24" :sm="12" :lg="18">
|
|
|
|
|
|
+ </el-form-item>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+ <!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="产品编码" >
|
|
|
|
+ <div class="fanwei">
|
|
|
|
+ <el-form-item prop="startMaterialOldNumber">
|
|
|
|
+ <el-input type="startMaterialOldNumber" ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+
|
|
|
|
+ <span>-</span>
|
|
|
|
+ <el-form-item prop="endMaterialOldNumber">
|
|
|
|
+ <el-input type="endMaterialOldNumber" ></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </el-form-item>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </el-col> -->
|
|
|
|
+
|
|
|
|
+ </template>
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="24">
|
|
|
|
+ <div class="fl">
|
|
|
|
+ <!-- <el-radio-group @change="changeEnginOrderTypeFn" v-model="enginOrderType" size="mini">
|
|
|
|
+ <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> -->
|
|
|
|
+ </div>
|
|
<el-form-item label="" class="fr">
|
|
<el-form-item label="" class="fr">
|
|
- <el-button size="mini" @click="resetFn">清空</el-button>
|
|
|
|
|
|
+ <el-button size="mini" @click="resetFn">清空</el-button>
|
|
<el-button size="mini" type="primary" @click="searchFn">搜索</el-button>
|
|
<el-button size="mini" type="primary" @click="searchFn">搜索</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -181,7 +287,7 @@
|
|
<span>{{scope.row.customerName}}</span>
|
|
<span>{{scope.row.customerName}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="跨区厂编号" prop="refFactoryNo" min-width="260" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="厂编号" prop="refFactoryNo" min-width="260" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.refFactoryNo" />
|
|
<CopyButton :copyText="scope.row.refFactoryNo" />
|
|
<span>{{scope.row.refFactoryNo}}</span>
|
|
<span>{{scope.row.refFactoryNo}}</span>
|
|
@@ -303,22 +409,64 @@ export default {
|
|
pageSize: 10, // 每页数量
|
|
pageSize: 10, // 每页数量
|
|
listTotal: 0, // 列表总数
|
|
listTotal: 0, // 列表总数
|
|
dataList: [], // 列表数据
|
|
dataList: [], // 列表数据
|
|
- searchForm: {
|
|
|
|
- refEnginRecordNo: "",
|
|
|
|
- customerKeyword: "",
|
|
|
|
- refProjectName: "",
|
|
|
|
- refTradeCategory: '',
|
|
|
|
- confirmName: "",
|
|
|
|
- specification: "",
|
|
|
|
- endSpecification: "",
|
|
|
|
- specialNo: "",
|
|
|
|
- endSpecialNo: "",
|
|
|
|
- refFactoryNo: "",
|
|
|
|
- endRefFactoryNo: "",
|
|
|
|
|
|
+ screenForm: {
|
|
|
|
+ confirmName: "", // 审核人
|
|
|
|
+ createName: "", // 创建人
|
|
|
|
+ customerKeyword: "", // 客户编码/客户名称
|
|
|
|
+ endDeliverTime: "", // 发货申请日期-结束
|
|
|
|
+ enginOrderNo: "", // 工程订单编号
|
|
|
|
+ enginOrderType: "HOME", // 工程订单类型
|
|
|
|
+ examineStatus: "", // 状态
|
|
|
|
+ refEnginRecordNo: "", // 登录单号
|
|
|
|
+ refProjectName: "", // 项目名称
|
|
|
|
+ refUseUnit: "", // 使用单位
|
|
|
|
+ startDeliverTime: "", // 发货申请日期-开始
|
|
|
|
+ startSubmitTime: "",
|
|
|
|
+ startConfirmTime: "",
|
|
|
|
+ isRefundDeposit: null,
|
|
startInstallTime: "",
|
|
startInstallTime: "",
|
|
|
|
+ endConfirmTime: "",
|
|
endInstallTime: "",
|
|
endInstallTime: "",
|
|
|
|
+ specification:'',
|
|
|
|
+ refFactoryNo:'',
|
|
|
|
+ factoryNo: "",
|
|
|
|
+ specialNo: "",
|
|
refRegionWork: "",
|
|
refRegionWork: "",
|
|
- }, //搜索表单
|
|
|
|
|
|
+ endSubmitTime:'',
|
|
|
|
+ }, // 搜索表单
|
|
|
|
+ refundDepositArr: [
|
|
|
|
+ {
|
|
|
|
+ label: "是",
|
|
|
|
+ value: true,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: "否",
|
|
|
|
+ value: false,
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ examineStatusArr: [
|
|
|
|
+ {
|
|
|
|
+ label: "保存",
|
|
|
|
+ value: "SAVE",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: "待审核",
|
|
|
|
+ value: "WAIT",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: "通过",
|
|
|
|
+ value: "OK",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: "不通过",
|
|
|
|
+ value: "FAIL",
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: "关闭",
|
|
|
|
+ value: "CLOSE",
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
listLoading: false, // 列表加载loading
|
|
listLoading: false, // 列表加载loading
|
|
examine: "",
|
|
examine: "",
|
|
showSurrender: true,
|
|
showSurrender: true,
|
|
@@ -330,19 +478,18 @@ export default {
|
|
this.getDataList({
|
|
this.getDataList({
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
pageNum: this.currentPage,
|
|
pageNum: this.currentPage,
|
|
- confirmName: "",
|
|
|
|
- createName: "",
|
|
|
|
- customerKeyword: "",
|
|
|
|
- // endDeliverTime: "",
|
|
|
|
- enginOrderNo: "",
|
|
|
|
enginOrderType: this.enginOrderType,
|
|
enginOrderType: this.enginOrderType,
|
|
- examineStatus: "",
|
|
|
|
- refEnginRecordNo: "",
|
|
|
|
- refProjectName: "",
|
|
|
|
- refUseUnit: "",
|
|
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ computed: {
|
|
|
|
+ isCustomer() {
|
|
|
|
+ return (
|
|
|
|
+ this.$store.getters.customerId && this.$store.getters.customerNumber
|
|
|
|
+ );
|
|
|
|
+ },
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
//同步资料日期
|
|
//同步资料日期
|
|
async syncDateFn() {
|
|
async syncDateFn() {
|
|
@@ -375,6 +522,7 @@ export default {
|
|
refEnginRecordNo: "",
|
|
refEnginRecordNo: "",
|
|
refProjectName: "",
|
|
refProjectName: "",
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
@@ -396,6 +544,7 @@ export default {
|
|
refEnginRecordNo: "",
|
|
refEnginRecordNo: "",
|
|
refProjectName: "",
|
|
refProjectName: "",
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -418,6 +567,7 @@ export default {
|
|
refEnginRecordNo: "",
|
|
refEnginRecordNo: "",
|
|
refProjectName: "",
|
|
refProjectName: "",
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -438,6 +588,7 @@ export default {
|
|
refEnginRecordNo: "",
|
|
refEnginRecordNo: "",
|
|
refProjectName: "",
|
|
refProjectName: "",
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -457,6 +608,7 @@ export default {
|
|
refEnginRecordNo: "",
|
|
refEnginRecordNo: "",
|
|
refProjectName: "",
|
|
refProjectName: "",
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
|
|
+ ...this.screenForm,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -466,16 +618,9 @@ export default {
|
|
this.getDataList({
|
|
this.getDataList({
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
pageNum: this.currentPage,
|
|
pageNum: this.currentPage,
|
|
- confirmName: "",
|
|
|
|
- createName: "",
|
|
|
|
- customerKeyword: "",
|
|
|
|
- // endDeliverTime: "",
|
|
|
|
- enginOrderNo: "",
|
|
|
|
enginOrderType: this.enginOrderType,
|
|
enginOrderType: this.enginOrderType,
|
|
- examineStatus: this.examine,
|
|
|
|
- refEnginRecordNo: "",
|
|
|
|
- refProjectName: "",
|
|
|
|
- refUseUnit: "",
|
|
|
|
|
|
+ ...this.screenForm,
|
|
|
|
+ examineStatus: this.examine,
|
|
// startDeliverTime: "",
|
|
// startDeliverTime: "",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -500,12 +645,12 @@ export default {
|
|
},
|
|
},
|
|
//重置
|
|
//重置
|
|
resetFn() {
|
|
resetFn() {
|
|
- this.searchForm.startInstallTime = "";
|
|
|
|
- this.searchForm.endInstallTime = "";
|
|
|
|
- this.$refs.searchForm.resetFields();
|
|
|
|
- // this.searchForm.endSpecification = "";
|
|
|
|
- // this.searchForm.endSpecialNo = "";
|
|
|
|
- // this.searchForm.endRefFactoryNo = "";
|
|
|
|
|
|
+ this.screenForm.startInstallTime = "";
|
|
|
|
+ this.screenForm.endInstallTime = "";
|
|
|
|
+ this.$refs.screenForm.resetFields();
|
|
|
|
+ // this.screenForm.endSpecification = "";
|
|
|
|
+ // this.screenForm.endSpecialNo = "";
|
|
|
|
+ // this.screenForm.endRefFactoryNo = "";
|
|
},
|
|
},
|
|
//搜索
|
|
//搜索
|
|
searchFn() {
|
|
searchFn() {
|
|
@@ -518,7 +663,7 @@ export default {
|
|
enginOrderType: this.enginOrderType,
|
|
enginOrderType: this.enginOrderType,
|
|
examineStatus: this.examine,
|
|
examineStatus: this.examine,
|
|
refUseUnit: "",
|
|
refUseUnit: "",
|
|
- ...this.searchForm,
|
|
|
|
|
|
+ ...this.screenForm,
|
|
});
|
|
});
|
|
},
|
|
},
|
|
//详情
|
|
//详情
|