|
@@ -132,6 +132,9 @@ import {
|
|
|
orderBaseList,
|
|
|
orderBaseListExport,
|
|
|
orderBaseStatusCount,
|
|
|
+ orderEsBaseListEs,
|
|
|
+ orderEsBaseListExportEs,
|
|
|
+ orderEsBaseStatusCountEs,
|
|
|
orderBaseImport,
|
|
|
orderBaseImport2,
|
|
|
orderBaseImport3,
|
|
@@ -523,7 +526,7 @@ export default {
|
|
|
|
|
|
// 获取统计
|
|
|
getOrderBaseStatusCount(...p) {
|
|
|
- orderBaseStatusCount(...p).then(res => {
|
|
|
+ orderEsBaseStatusCountEs(...p).then(res => {
|
|
|
this.orderStatusList = [
|
|
|
{
|
|
|
label: '待预约',
|
|
@@ -615,7 +618,7 @@ export default {
|
|
|
)
|
|
|
}
|
|
|
cb && cb(pam)
|
|
|
- return orderBaseList(pam)
|
|
|
+ return orderEsBaseListEs(pam)
|
|
|
} catch (err) {
|
|
|
} finally {
|
|
|
this.$nextTick(() => {
|
|
@@ -636,7 +639,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
// 列表导出函数
|
|
|
- exportList: orderBaseListExport,
|
|
|
+ exportList: orderEsBaseListExportEs,
|
|
|
|
|
|
// 监听勾选变化
|
|
|
selectionChange(data) {
|