|
@@ -15,21 +15,18 @@
|
|
|
// ];
|
|
|
|
|
|
// 待完善
|
|
|
-export const D1GtableC = (backFu: (id: number) => void) => {
|
|
|
- return [
|
|
|
- ['img', '封面图', 'thumb'],
|
|
|
- ['text', '编号类型', 'num', 50, 'S', backFu],
|
|
|
- ['txt', '藏品编号', 'userName'],
|
|
|
- ['txt', '藏品名称', 'userName'],
|
|
|
- ['txt', '数量', 'userName'],
|
|
|
- ['txt', '库存状态', 'userName'],
|
|
|
- ['txt', '区域名称', 'userName'],
|
|
|
- ['txt', '排架', 'userName'],
|
|
|
- ['txt', '层数', 'userName'],
|
|
|
- ['txt', '表格', 'userName'],
|
|
|
- ['txt', '库位说明', 'description']
|
|
|
- ]
|
|
|
-}
|
|
|
+export const D1GtableC = [
|
|
|
+ ['img', '封面图', 'thumb'],
|
|
|
+ ['txt', '藏品编号', 'userName'],
|
|
|
+ ['txt', '藏品名称', 'userName'],
|
|
|
+ ['txt', '数量', 'userName'],
|
|
|
+ ['txt', '库存状态', 'userName'],
|
|
|
+ ['txt', '区域名称', 'userName'],
|
|
|
+ ['txt', '排架', 'userName'],
|
|
|
+ ['txt', '层数', 'userName'],
|
|
|
+ ['txt', '表格', 'userName'],
|
|
|
+ ['txt', '库位说明', 'description']
|
|
|
+]
|
|
|
|
|
|
// 待完善
|
|
|
export const B3tableC = [
|
|
@@ -69,14 +66,13 @@ export const D2tableCSon = [
|
|
|
|
|
|
// 待完善
|
|
|
export const Y22tableC = [
|
|
|
- ['txt', '库存信息', 'userName'],
|
|
|
+ ['txt', '库存信息', 'xxxx'],
|
|
|
['txt', '库存详情', 'description']
|
|
|
]
|
|
|
|
|
|
// 待完善
|
|
|
export const Y33tableC = [
|
|
|
- ['txt', '附件类型', 'userName'],
|
|
|
- ['img', '缩略图', 'thumb'],
|
|
|
+ ['txt', '附件类型', 'type'],
|
|
|
['txt', '附件名称', 'description'],
|
|
|
['txt', '用途', 'description'],
|
|
|
['txt', '上传日期', 'description'],
|
|
@@ -86,7 +82,7 @@ export const Y33tableC = [
|
|
|
|
|
|
// 待完善
|
|
|
export const Y44tableC = [
|
|
|
- ['txt', '业务类型', 'userName'],
|
|
|
+ ['txt', '业务类型', 'xxxx'],
|
|
|
['txt', '申请编号', 'description'],
|
|
|
['txt', '业务名称', 'description'],
|
|
|
['txt', '发起部门', 'description'],
|