|
|
@@ -21,7 +21,7 @@
|
|
|
<template #custom>
|
|
|
<div class="mt-10">
|
|
|
<p class="search__label">{{$t(`状态`)}}:</p>
|
|
|
- <el-select v-model="where.status" clearable style="margin-right:10px" size="small" :placeholder="$t(`请选择状态`)" @change="change">
|
|
|
+ <el-select v-model="where.status2" clearable style="margin-right:10px" size="small" :placeholder="$t(`请选择状态`)" @change="change" multiple>
|
|
|
<el-option :label="$t(`新建`)" value="新建"></el-option>
|
|
|
<el-option :label="$t(`预提交`)" value="预提交"></el-option>
|
|
|
<el-option :label="$t(`提交`)" value="提交"></el-option>
|
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
"siteid":JSON.parse(sessionStorage.getItem('active_account')).siteid,
|
|
|
where: {
|
|
|
"condition":"",
|
|
|
- "status" : '',
|
|
|
+ "status2" : '',
|
|
|
"type" : '',
|
|
|
"tradefield": '',
|
|
|
"writeoffstatus":"",//未核销,已核销,部分核销"invoicestatus":"未开票",//未开票,已开票,部分开票"isreturn":",//是否退回:0,1"ischange":.".//是否变更:0,1
|