Browse Source

Merge branch 'dev' of ssh://10.10.100.21/source/saas-platform into dev

chenw 7 years ago
parent
commit
784fcbefdb

+ 1 - 1
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -198,7 +198,7 @@ Ext.define('saas.view.sale.sale.FormPanel', {
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "createTime", 
+        name : "sa_recorddate", 
         fieldLabel : "录入日期",
         readOnly:true
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/saleIn/FormPanel.js

@@ -196,7 +196,7 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "createTime", 
+        name : "pi_recorddate", 
         fieldLabel : "录入日期",
         readOnly:true
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -204,7 +204,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "createTime", 
+        name : "pi_recorddate", 
         fieldLabel : "录入日期",
         readOnly:true
     }, {