|
@@ -1,17 +1,19 @@
|
|
|
import { ContentConfig } from "/@/components/PageContent";
|
|
|
import { httpList } from "/@/api/InvoiceSales/sheetOrderPool";
|
|
|
|
|
|
-import { h } from "vue";
|
|
|
+
|
|
|
+import { inv_open_status, retrun_status } from "./search.config";
|
|
|
+import { renderIconLabelLeft } from "/@/utils/columnRenderHelper";
|
|
|
import { ElImage, ElTag } from "element-plus";
|
|
|
+import { h } from "vue";
|
|
|
+
|
|
|
import {
|
|
|
- useTypeOptions,
|
|
|
- send_status_list,
|
|
|
+ xs_order_source_options,
|
|
|
xs_order_type_options,
|
|
|
- xs_order_source_options
|
|
|
+ send_status_list,
|
|
|
+ useTypeOptions
|
|
|
} from "/@/utils/status";
|
|
|
|
|
|
-import { inv_open_status, retrun_status } from "./search.config";
|
|
|
-import { renderIconLabelLeft } from "/@/utils/columnRenderHelper";
|
|
|
|
|
|
const columns = [
|
|
|
{
|
|
@@ -20,12 +22,6 @@ const columns = [
|
|
|
align: "center",
|
|
|
fixed: "left"
|
|
|
},
|
|
|
- // {
|
|
|
- // label: "序号",
|
|
|
- // type: "index",
|
|
|
- // width: 70,
|
|
|
- // hide: ({ checkList }) => !checkList.includes("序号列")
|
|
|
- // },
|
|
|
{
|
|
|
label: "销售订单编码",
|
|
|
prop: "sequenceNo",
|
|
@@ -45,22 +41,12 @@ const columns = [
|
|
|
useTypeOptions.find(s => s.value === row.platform_type)?.label || "--"
|
|
|
})
|
|
|
},
|
|
|
- // {
|
|
|
- // label: "卖方公司编码",
|
|
|
- // prop: "companyNo",
|
|
|
- // width: 150
|
|
|
- // },
|
|
|
{
|
|
|
label: "卖出方公司",
|
|
|
prop: "companyName",
|
|
|
minWidth: 160,
|
|
|
...renderIconLabelLeft('companyNo','companyName','卖出方公司编码:')
|
|
|
},
|
|
|
- // {
|
|
|
- // label: "客户编码",
|
|
|
- // prop: "customerNo",
|
|
|
- // width: 150
|
|
|
- // },
|
|
|
{
|
|
|
label: "客户公司",
|
|
|
prop: "customerName",
|