From f866c19fbfe7b6f60a12a63681ea1a076d510e2d Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 17 十一月 2025 14:33:51 +0800
Subject: [PATCH] 凯贝华勤客户条码规则升级变更,新华三外箱条码流水号获取方式变更
---
WebAPI/Template/barCodeTemplateStorage.json | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/WebAPI/Template/barCodeTemplateStorage.json b/WebAPI/Template/barCodeTemplateStorage.json
index f5a166f..d4d9671 100644
--- a/WebAPI/Template/barCodeTemplateStorage.json
+++ b/WebAPI/Template/barCodeTemplateStorage.json
@@ -2,17 +2,25 @@
{
"Id": 1,
"OrgShort": "娴疯瘹",
- "HBillSubtype": "1203",
+ "HBillSubtype": "1103",
"Format": "{HBillNo}@{HSubID}@{HMaterNumber}@{HMTONo}@{HQty}",
"Description": "",
"Placeholder": [ "HBillNo", "HSubID", "HMaterNumber", "HMTONo", "HQty" ]
},
{
"Id": 2,
- "Obillsubtype": "1203",
- "Hrg_short": "鍏磋揪",
- "Format": "{HBillNo}@{HSupNumber}@{FlowBumber}",
+ "Hbillsubtype": "1103",
+ "OrgShort": "鍏磋揪",
+ "Format": "{HBillNo}@{HSupNumber}@{FlowNumber}",
"Description": "",
- "Placeholder": [ "HBillNo", "HSubID", "FlowBumber" ]
+ "Placeholder": [ "HBillNo", "HSubID", "FlowNumber" ]
+ },
+ {
+ "Id": 3,
+ "Hbillsubtype": "1103",
+ "OrgShort": "鏅轰簯",
+ "Format": "{HBillNo}@{HSupNumber}@{FlowNumber}",
+ "Description": "鏅轰簯鏉$爜娴嬭瘯",
+ "Placeholder": [ "HBillNo", "HSubID", "FlowNumber" ]
}
]
\ No newline at end of file
--
Gitblit v1.9.1