|
|
@@ -20,10 +20,10 @@
|
|
|
<template #userinfotype="{ record }">
|
|
|
<a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
|
|
|
</template>
|
|
|
- <!-- 委托状态 -->
|
|
|
- <template #orderstatus="{ record }">
|
|
|
- <a>{{ getOrderStatusName(record.orderstatus) }}</a>
|
|
|
- </template>
|
|
|
+ <!-- 委托状态 -->
|
|
|
+ <template #orderstatus="{ record }">
|
|
|
+ <a>{{ getOrderStatusName(record.orderstatus) }}</a>
|
|
|
+ </template>
|
|
|
|
|
|
</a-table>
|
|
|
</contextMenu>
|
|
|
@@ -38,7 +38,7 @@ import { QueryTradeOrderDetailRsp } from '@/services/go/ermcp/order/interface';
|
|
|
import Filter from '../../compoments/filter/index.vue';
|
|
|
import { QueryTradeOrderDetailReq } from '@/services/go/ermcp/qhj/interface';
|
|
|
import { getUserId } from '@/services/bus/account';
|
|
|
-import {getOrderStatusName} from "@/common/constants/enumsName";
|
|
|
+import { getOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'platinum_document_query_order',
|
|
|
@@ -51,7 +51,7 @@ export default defineComponent({
|
|
|
// 表格操作按钮列表
|
|
|
const [firstBtn] = _getBtnList('platinum_document_query_order', false).value;
|
|
|
// 表格列表数据
|
|
|
- const { loading, tableList, queryTable } = queryTableList(true);
|
|
|
+ const { loading, tableList, queryTable } = queryTableList();
|
|
|
function search(value: any) {
|
|
|
const { includesub, goodsid, filtername, userid, ordertime, userinfotype } = value;
|
|
|
const len = ordertime.length;
|