|
@@ -14,6 +14,43 @@
|
|
|
// ["text", "创建日期",'description', 50,A],
|
|
|
// ];
|
|
|
|
|
|
+// 待完善
|
|
|
+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 B3tableC = [
|
|
|
+ ['txt', '申请编号', 'userName'],
|
|
|
+ ['txt', '业务名称', 'userName'],
|
|
|
+ ['txt', '发起部门', 'userName'],
|
|
|
+ ['txt', '发送人', 'userName'],
|
|
|
+ ['txt', '发起日期', 'userName'],
|
|
|
+ ['txt', '申请状态', 'userName']
|
|
|
+]
|
|
|
+
|
|
|
+// 待完善
|
|
|
+export const D1tableC = [
|
|
|
+ ['txt', '区域名称', 'name1'],
|
|
|
+ ['txt', '排架', 'userName'],
|
|
|
+ ['txt', '层数', 'userName'],
|
|
|
+ ['txt', '层格', 'userName'],
|
|
|
+ ['txt', '库位说明', 'description'],
|
|
|
+ ['txt', '是否空置', 'userName']
|
|
|
+]
|
|
|
+
|
|
|
export const D2tableC = [
|
|
|
['txt', '仓库名称', 'name'],
|
|
|
['txt', '仓库编码', 'num'],
|
|
@@ -30,6 +67,34 @@ export const D2tableCSon = [
|
|
|
['text', '库位说明', 'description', 50]
|
|
|
]
|
|
|
|
|
|
+// 待完善
|
|
|
+export const Y22tableC = [
|
|
|
+ ['txt', '库存信息', 'userName'],
|
|
|
+ ['txt', '库存详情', 'description']
|
|
|
+]
|
|
|
+
|
|
|
+// 待完善
|
|
|
+export const Y33tableC = [
|
|
|
+ ['txt', '附件类型', 'userName'],
|
|
|
+ ['img', '缩略图', 'thumb'],
|
|
|
+ ['txt', '附件名称', 'description'],
|
|
|
+ ['txt', '用途', 'description'],
|
|
|
+ ['txt', '上传日期', 'description'],
|
|
|
+ ['txt', '上传人', 'description'],
|
|
|
+ ['txt', '文件大小', 'description']
|
|
|
+]
|
|
|
+
|
|
|
+// 待完善
|
|
|
+export const Y44tableC = [
|
|
|
+ ['txt', '业务类型', 'userName'],
|
|
|
+ ['txt', '申请编号', 'description'],
|
|
|
+ ['txt', '业务名称', 'description'],
|
|
|
+ ['txt', '发起部门', 'description'],
|
|
|
+ ['txt', '发起人', 'description'],
|
|
|
+ ['txt', '发起日期', 'description'],
|
|
|
+ ['txt', '申请状态', 'description']
|
|
|
+]
|
|
|
+
|
|
|
export const Z2tableC = [
|
|
|
['txt', '编号类型', 'name'],
|
|
|
['txt', '前缀', 'prefix'],
|