diff --git a/src/main/webapp/resources/js/locale-zh_CN.js b/src/main/webapp/resources/js/locale-zh_CN.js
index 214903d..cc39845 100644
--- a/src/main/webapp/resources/js/locale-zh_CN.js
+++ b/src/main/webapp/resources/js/locale-zh_CN.js
@@ -172,6 +172,12 @@ App.loadLocale_CH({
"Orders Report":"订单报告",
"Outstanding Report":"未付报告",
"Customer Report":"客户报告",
+ "Creation Date":"创建日期",
+ "Customer (Eng)":"客户(英)",
+ "Customer (Chinese)":"客户(中)",
+ "Phone 1":"电话 1",
+ "Phone 2":"电话 2",
+ "Order Amount (Total)":"订单金额(总)",
"Current Password":"旧密码",
"New Password":"新密码",
diff --git a/src/main/webapp/resources/js/locale-zh_TW.js b/src/main/webapp/resources/js/locale-zh_TW.js
index fae8934..ce8411c 100644
--- a/src/main/webapp/resources/js/locale-zh_TW.js
+++ b/src/main/webapp/resources/js/locale-zh_TW.js
@@ -173,6 +173,12 @@ App.loadLocale_ZH({
"Orders Report":"訂單報告",
"Outstanding Report":"未付報告",
"Customer Report":"客戶報告",
+ "Creation Date":"創建日期",
+ "Customer (Eng)":"客戶(英)",
+ "Customer (Chinese)":"客戶(中)",
+ "Phone 1":"電話 1",
+ "Phone 2":"電話 2",
+ "Order Amount (Total)":"訂單金額(總)",
"Current Password":"舊密碼",
"New Password":"新密碼",
diff --git a/src/main/webapp/resources/js/view/Customer/CustomerContainer.js b/src/main/webapp/resources/js/view/Customer/CustomerContainer.js
index 39d2687..0b3fb46 100644
--- a/src/main/webapp/resources/js/view/Customer/CustomerContainer.js
+++ b/src/main/webapp/resources/js/view/Customer/CustomerContainer.js
@@ -1,7 +1,9 @@
+
Ext.define('App.view.CustomerContainer', {
extend: 'Ext.container.Container',
xtype: 'customerContainer',
alias: 'widget.customerContainer',
+ itemId: 'customerContainer',
layout: 'vbox',
defaults: {
width: '100%',
@@ -203,11 +205,20 @@ Ext.define('App.view.CustomerContainer', {
}
]
});
-
me.callParent(arguments);
- }
+/*
+ onScan.attachTo(document,{
+ suffixKeyCodes: [13],
+ reactToPaste: false,
+ onScan: function(sCode,iQty ) {
+ alert(iQty + 'x ' + sCode);
+ }
+ });
+*/
+ },
});
+
Ext.define('App.view.CustomerGrid', {
extend: 'Ext.grid.Panel',
alias: 'widget.customerGrid',
diff --git a/src/main/webapp/resources/js/view/Order/OrderForm.js b/src/main/webapp/resources/js/view/Order/OrderForm.js
index 0ecc988..632d1af 100644
--- a/src/main/webapp/resources/js/view/Order/OrderForm.js
+++ b/src/main/webapp/resources/js/view/Order/OrderForm.js
@@ -499,7 +499,19 @@ Ext.define("App.view.OrderForm", {
scope: this
});
}
- }
+ },
+ {
+ xtype: 'label',
+ width: '100%',
+ html: '