|
@@ -12,12 +12,12 @@
|
|
<el-date-picker value-format='yyyy-MM-dd' v-model="value" type="daterange" align="right" unlink-panels range-separator="至"
|
|
<el-date-picker value-format='yyyy-MM-dd' v-model="value" type="daterange" align="right" unlink-panels range-separator="至"
|
|
start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions" class="data_css" @change="changeDate" >
|
|
start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions" class="data_css" @change="changeDate" >
|
|
</el-date-picker></div>
|
|
</el-date-picker></div>
|
|
- <el-select style="margin-left:10px;" v-model="agent" multiple filterable allow-create default-first-option placeholder="按经办人筛选"
|
|
|
|
|
|
+ <el-select style="margin-left:10px;" v-model="agent" filterable allow-create default-first-option placeholder="按经办人筛选"
|
|
clearable @change="getList1" class="options_css">
|
|
clearable @change="getList1" class="options_css">
|
|
<el-option v-for="item in personList" :key="item.id" :label="item.agent" :value="item.agent">
|
|
<el-option v-for="item in personList" :key="item.id" :label="item.agent" :value="item.agent">
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- <el-input placeholder="可按业务编号、合同编号、客户查找" class="input_css" v-model="searchKeyWord"></el-input>
|
|
|
|
|
|
+ <el-input placeholder="可按业务编号、合同编号、客户查找" class="input_css" v-model="searchKeyWord"></el-input>
|
|
<el-button class="find" type="primary" @click="find()"><img width="16" height="16" style="left: -8px;"
|
|
<el-button class="find" type="primary" @click="find()"><img width="16" height="16" style="left: -8px;"
|
|
src="../../../public/img/sousuo.png" alt="" /></el-button>
|
|
src="../../../public/img/sousuo.png" alt="" /></el-button>
|
|
</div>
|
|
</div>
|
|
@@ -115,7 +115,7 @@
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<WinseaContentModal v-model="accessoryTFs" :title="$t('system.noticeCircular.information')"
|
|
<WinseaContentModal v-model="accessoryTFs" :title="$t('system.noticeCircular.information')"
|
|
- @on-cancel="handleClose">
|
|
|
|
|
|
+ @on-cancel="handleClose1">
|
|
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="appendixIdss" :editable="false"
|
|
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="appendixIdss" :editable="false"
|
|
accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />
|
|
accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />
|
|
</WinseaContentModal>
|
|
</WinseaContentModal>
|
|
@@ -199,7 +199,7 @@ import {
|
|
|
|
|
|
async getList() {
|
|
async getList() {
|
|
var response=await getroll({
|
|
var response=await getroll({
|
|
- // warehouseType: 1,
|
|
|
|
|
|
+ agent: this.agent,
|
|
startDate:this.startDate,
|
|
startDate:this.startDate,
|
|
endDate:this.endDate,
|
|
endDate:this.endDate,
|
|
searchKeyWord:this.searchKeyWord,
|
|
searchKeyWord:this.searchKeyWord,
|
|
@@ -235,6 +235,9 @@ import {
|
|
this.getList()
|
|
this.getList()
|
|
|
|
|
|
},
|
|
},
|
|
|
|
+ getList1() {
|
|
|
|
+ this.getList()
|
|
|
|
+ },
|
|
handleSizeChange(val) {
|
|
handleSizeChange(val) {
|
|
console.log(`每页 ${val} 条`)
|
|
console.log(`每页 ${val} 条`)
|
|
this.pageSize = val
|
|
this.pageSize = val
|