|
@@ -137,23 +137,6 @@ const tag_type = [
|
|
|
|
|
|
const searchFormConfig: FormConfig = {
|
|
|
formItems: [
|
|
|
- {
|
|
|
- field: "group",
|
|
|
- type_field: "group_type",
|
|
|
- type: "input_group",
|
|
|
- span: 8,
|
|
|
- otherOptions: {
|
|
|
- inputGroupOptions: [
|
|
|
- { value: "sequenceNo", label: "订单编码" },
|
|
|
- { value: "cxCode", label: "销售订单主编码" },
|
|
|
- { value: "customerNo", label: "客户编码" },
|
|
|
- { value: "customer", label: "客户名称" },
|
|
|
- { value: "platName", label: "平台名称" },
|
|
|
- { value: "department", label: "部门" },
|
|
|
- { value: "saler", label: "销售员" }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
field: "order_timer",
|
|
|
type: "date_picker",
|
|
@@ -165,12 +148,13 @@ const searchFormConfig: FormConfig = {
|
|
|
endPlaceholder: "下单结束时间"
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- field: "inv_status",
|
|
|
+ field: "qrdsource",
|
|
|
type: "select",
|
|
|
- placeholder: "开票状态",
|
|
|
- options: inv_open_status,
|
|
|
- span: 6
|
|
|
+ placeholder: "订单来源",
|
|
|
+ options: good_source,
|
|
|
+ span: 4
|
|
|
},
|
|
|
{
|
|
|
field: "qrdtype",
|
|
@@ -180,12 +164,13 @@ const searchFormConfig: FormConfig = {
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
|
- field: "qrdsource",
|
|
|
+ field: "inv_status",
|
|
|
type: "select",
|
|
|
- placeholder: "订单来源",
|
|
|
- options: good_source,
|
|
|
+ placeholder: "开票状态",
|
|
|
+ options: inv_open_status,
|
|
|
span: 4
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
field: "pay_status",
|
|
|
type: "select",
|
|
@@ -193,6 +178,24 @@ const searchFormConfig: FormConfig = {
|
|
|
options: retrun_status,
|
|
|
span: 4
|
|
|
},
|
|
|
+ {
|
|
|
+ field: "group",
|
|
|
+ type_field: "group_type",
|
|
|
+ type: "input_group",
|
|
|
+ span: 8,
|
|
|
+ otherOptions: {
|
|
|
+ inputGroupOptions: [
|
|
|
+ { value: "sequenceNo", label: "订单编码" },
|
|
|
+ { value: "cxCode", label: "销售订单主编码" },
|
|
|
+ { value: "customerNo", label: "客户编码" },
|
|
|
+ { value: "customer", label: "客户名称" },
|
|
|
+ { value: "platName", label: "平台名称" },
|
|
|
+ { value: "department", label: "部门" },
|
|
|
+ { value: "saler", label: "销售员" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
field: "sendstatus",
|
|
|
type: "select",
|
|
@@ -208,17 +211,17 @@ const searchFormConfig: FormConfig = {
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
|
- field: "tag_id",
|
|
|
+ field: "platform_type",
|
|
|
type: "select",
|
|
|
- placeholder: "标签类型",
|
|
|
- options: tag_type,
|
|
|
+ placeholder: "平台类型",
|
|
|
+ options: useTypeOptions,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
|
- field: "platform_type",
|
|
|
+ field: "tag_id",
|
|
|
type: "select",
|
|
|
- placeholder: "平台类型",
|
|
|
- options: useTypeOptions,
|
|
|
+ placeholder: "标签类型",
|
|
|
+ options: tag_type,
|
|
|
span: 4
|
|
|
}
|
|
|
]
|