From 3aedad63dd01f1fc5154cb520af32edab967d6e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 12 5月 2025 09:15:26 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo
---
PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/components/collapse-table/columns.ts | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 98 insertions(+), 0 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/components/collapse-table/columns.ts b/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/components/collapse-table/columns.ts
new file mode 100644
index 0000000..75d40f3
--- /dev/null
+++ b/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/components/collapse-table/columns.ts
@@ -0,0 +1,98 @@
+import { _t } from '../../app'
+
+export const processColumns = [
+ {
+ title: _t('宸ュ簭搴忓彿'),
+ field: 'oper',
+ width: 150,
+ },
+ {
+ title: _t('宸ヨ壓璺嚎鐗堟湰'),
+ field: 'floW_SEQ',
+ width: 150,
+ },
+ {
+ title: _t('宸ヨ壓璺嚎'),
+ field: 'flow',
+ width: 150,
+ },
+ {
+ title: _t('宸ュ簭鏍囧噯鏂囨湰鐮�'),
+ field: 'oper',
+ width: 150,
+ },
+ {
+ title: _t('宸ュ簭鍚嶇О'),
+ field: 'opeR_NAME',
+ width: 150,
+ },
+ {
+ title: _t('鍓嶄竴宸ュ簭鏂囨湰鐮�'),
+ field: 'prE_OPER',
+ width: 150,
+ },
+ {
+ title: _t('鍚庝竴宸ュ簭鏂囨湰鐮�'),
+ field: 'nexT_OPER',
+ width: 150,
+ },
+ {
+ title: _t('璁″垝寮�濮嬫椂闂�'),
+ field: 'plaN_STAR_TIME',
+ width: 150,
+ },
+ {
+ title: _t('璁″垝缁撴潫鏃堕棿'),
+ field: 'plaN_END_TIME',
+ width: 150,
+ },
+ {
+ title: _t('瀵瑰簲涓诲伐鑹鸿矾绾�'),
+ field: 'maiN_FLOW',
+ width: 150,
+ },
+]
+export const bomColumns = [
+ {
+ title: _t('BOM缂栧彿'),
+ field: 'boM_SET_ID',
+ },
+ {
+ title: _t('鐗╂枡鎻忚堪'),
+ field: 'maT_DESC',
+ },
+ {
+ title: _t('鏁伴噺'),
+ field: 'maT_QTY',
+ },
+ {
+ title: _t('閲嶈杩芥函浠�'),
+ field: 'seriaL_INPUT_FLAG',
+ },
+ {
+ title: _t('鎵�灞炲伐搴�'),
+ field: 'oper',
+ },
+]
+export const lotColumns = [
+ {
+ title: _t('LOT鍙�'),
+ field: 'loT_ID',
+ },
+ {
+ title: _t('LOT鎻忚堪'),
+ field: 'loT_DESC',
+ },
+ {
+ title: _t('LOT鐘舵��'),
+ field: 'loT_STATUS',
+ },
+ {
+ title: _t('LOT绫诲瀷'),
+ field: 'loT_TYPE',
+ },
+ {
+ title: _t('搴忓垪鍙�'),
+ field: 'subloT_ID',
+ },
+]
--
Gitblit v1.9.3