|
@@ -1320,28 +1320,28 @@ export const SearchColumns = [
|
|
dictName: "order_delivery_status",
|
|
dictName: "order_delivery_status",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // item: {
|
|
|
|
- // key: "isUrgency",
|
|
|
|
- // title: "紧急标识",
|
|
|
|
- // },
|
|
|
|
- // attr: {
|
|
|
|
- // clearable: true,
|
|
|
|
- // is: "el-select",
|
|
|
|
- // dictName: "sys_yes_no"
|
|
|
|
- // },
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // item: {
|
|
|
|
- // key: "isReplenishment",
|
|
|
|
- // title: "补单标识",
|
|
|
|
- // },
|
|
|
|
- // attr: {
|
|
|
|
- // clearable: true,
|
|
|
|
- // is: "el-select",
|
|
|
|
- // dictName: "sys_yes_no"
|
|
|
|
- // },
|
|
|
|
- // },
|
|
|
|
|
|
+ {
|
|
|
|
+ item: {
|
|
|
|
+ key: "isUrgency",
|
|
|
|
+ title: "紧急标识",
|
|
|
|
+ },
|
|
|
|
+ attr: {
|
|
|
|
+ clearable: true,
|
|
|
|
+ is: "el-select",
|
|
|
|
+ dictName: "sys_yes_no"
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ item: {
|
|
|
|
+ key: "isReplenishment",
|
|
|
|
+ title: "补单标识",
|
|
|
|
+ },
|
|
|
|
+ attr: {
|
|
|
|
+ clearable: true,
|
|
|
|
+ is: "el-select",
|
|
|
|
+ dictName: "sys_yes_no"
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
|
|
// {
|
|
// {
|
|
// item:{
|
|
// item:{
|