|
@@ -90,13 +90,8 @@
|
|
</a-select>
|
|
</a-select>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
|
|
|
|
- <a-form-item label="客服">
|
|
|
|
- <customerService ref="customerName" v-model="queryParam.bizUserSn"></customerService>
|
|
|
|
- </a-form-item>
|
|
|
|
- </a-col>
|
|
|
|
</template>
|
|
</template>
|
|
- <a-col :md="isShowCustomerSearch?24:6" :sm="24" :style="{textAlign:isShowCustomerSearch?'center':''}">
|
|
|
|
|
|
+ <a-col :md="6" :sm="24">
|
|
<div class="table-page-search-submitButtons">
|
|
<div class="table-page-search-submitButtons">
|
|
<a-button type="primary" :disabled="disabled" @click="handleSearch">查询</a-button>
|
|
<a-button type="primary" :disabled="disabled" @click="handleSearch">查询</a-button>
|
|
<a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
|
|
<a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
|
|
@@ -230,8 +225,7 @@ export default {
|
|
billStatus: undefined, // 业务状态
|
|
billStatus: undefined, // 业务状态
|
|
sendFlag: '', // 发货状态
|
|
sendFlag: '', // 发货状态
|
|
provinceSn: undefined, // 省份
|
|
provinceSn: undefined, // 省份
|
|
- timeoutflag: undefined, // 超时环节提醒
|
|
|
|
- bizUserSn: undefined
|
|
|
|
|
|
+ timeoutflag: undefined // 超时环节提醒
|
|
},
|
|
},
|
|
// 加载数据方法 必须为 Promise 对象
|
|
// 加载数据方法 必须为 Promise 对象
|
|
loadData: parameter => {
|
|
loadData: parameter => {
|
|
@@ -393,7 +387,6 @@ export default {
|
|
this.queryParam.sendFlag = ''
|
|
this.queryParam.sendFlag = ''
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.timeoutflag = undefined
|
|
this.queryParam.timeoutflag = undefined
|
|
- this.queryParam.bizUserSn = undefined
|
|
|
|
this.examineTime = []
|
|
this.examineTime = []
|
|
this.paymentTime = []
|
|
this.paymentTime = []
|
|
this.$refs.subarea.clearData()
|
|
this.$refs.subarea.clearData()
|