|
|
@@ -14,7 +14,7 @@
|
|
|
// ["text", "创建日期",'description', 50,A],
|
|
|
// ];
|
|
|
|
|
|
-import { dictSelect, goodsSelect, statusSelect } from './select'
|
|
|
+import { dictSelect, goodsSelect, statusSelect, storageSelect } from './select'
|
|
|
|
|
|
export const auditTableC = [
|
|
|
['txt', '节点名称', 'nodeName'],
|
|
|
@@ -36,11 +36,11 @@ export const B1tableC = [
|
|
|
['img', '封面图', 'thumb'],
|
|
|
['time', '入馆时间', 'inHouseTime'],
|
|
|
['time', '登记时间', 'registerTime'],
|
|
|
- ['time', '入库时间', '待完善'],
|
|
|
- ['time', '出库时间', '待完善'],
|
|
|
+ ['time', '入库时间', 'siteDateIn'],
|
|
|
+ ['time', '出库时间', 'siteDateOut'],
|
|
|
['select', '类型', 'typeDictId', dictSelect('藏品类型')],
|
|
|
['select', '材质', 'textureDictId', dictSelect('藏品材质')],
|
|
|
- ['txt', '当前位置', '待完善'],
|
|
|
+ ['txt', '当前位置', 'siteLoc'],
|
|
|
['ping', '数量', 'pcs', 'pcsUnitDictId', dictSelect('数量单位')],
|
|
|
['txt', '有无说明牌', 'isNote'],
|
|
|
['select', '状态', 'status', goodsSelect]
|
|
|
@@ -55,6 +55,19 @@ export const B2tableC = [
|
|
|
['select', '申请状态', 'status', statusSelect]
|
|
|
]
|
|
|
|
|
|
+export const C1tableC = [
|
|
|
+ ['txt', '库房位置', 'siteLoc'],
|
|
|
+ ['txt', '藏品编号', 'num'],
|
|
|
+ ['txt', '藏品名称', 'name'],
|
|
|
+ ['img', '封面图', 'thumb'],
|
|
|
+ ['select', '库存状态', 'siteStatus', storageSelect],
|
|
|
+ ['time', '入库时间', 'siteDateIn'],
|
|
|
+ ['time', '出库时间', 'siteDateOut'],
|
|
|
+ ['select', '类型', 'typeDictId', dictSelect('藏品类型')],
|
|
|
+ ['select', '材质', 'textureDictId', dictSelect('藏品材质')],
|
|
|
+ ['ping', '数量', 'pcs', 'pcsUnitDictId', dictSelect('数量单位')]
|
|
|
+]
|
|
|
+
|
|
|
export const D2tableC = [
|
|
|
['txt', '流程名称', 'name'],
|
|
|
['text', '流程说明', 'remark', '100'],
|