|
|
@ -165,6 +165,9 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: false, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -186,6 +189,9 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -212,6 +218,9 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -238,6 +247,9 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -489,7 +501,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
hiddenInMain: true |
|
|
|
hiddenInMain: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '包装号',
|
|
|
@ -508,7 +520,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// searchCondition: [
|
|
|
|
// // {
|
|
|
|
// // key:'customerCode', // 查询列表中字段
|
|
|
|
// // value:'customerCode', // 指主表某字段
|
|
|
|
// // value:'customerCode', // 指主表某字段
|
|
|
|
// // message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
|
// // isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
|
// // }
|
|
|
@ -526,7 +538,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// searchCondition: [
|
|
|
|
// // {
|
|
|
|
// // key:'customerCode', // 查询列表中字段
|
|
|
|
// // value:'customerCode', // 指主表某字段
|
|
|
|
// // value:'customerCode', // 指主表某字段
|
|
|
|
// // message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
|
// // isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
|
// // }
|
|
|
@ -633,7 +645,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
hiddenInMain: true |
|
|
|
hiddenInMain: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物品描述2', |
|
|
@ -644,7 +656,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
hiddenInMain: true |
|
|
|
hiddenInMain: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '项目代码', |
|
|
@ -655,7 +667,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
hiddenInMain: true |
|
|
|
hiddenInMain: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '数量', |
|
|
|