Browse Source

采购、销售交货日期地址

rainco 7 years ago
parent
commit
7903882bd0

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

@@ -65,7 +65,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
         fieldLabel : "交货地址", 
         fieldLabel : "交货地址", 
         allowBlank : false, 
         allowBlank : false, 
         columnWidth : 0.5,
         columnWidth : 0.5,
-        hiddenBtn:true,//true 则会关闭新增按钮功能
+        hiddenBtn:false,//true 则会关闭新增按钮功能
         addHandler:function(b){
         addHandler:function(b){
             var document = Ext.create('saas.view.document.kind.Kind',{});
             var document = Ext.create('saas.view.document.kind.Kind',{});
             var form = this.ownerCmp.ownerCt;
             var form = this.ownerCmp.ownerCt;

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

@@ -53,14 +53,14 @@ Ext.define('saas.view.sale.sale.FormPanel', {
         fieldLabel : "客户名称",
         fieldLabel : "客户名称",
         allowBlank : false
         allowBlank : false
     }, {
     }, {
-        name : "sa_toplace", 
+        name : "pu_shipaddresscode", 
         editable:false,
         editable:false,
         xtype : "remotecombo", 
         xtype : "remotecombo", 
         storeUrl:'/api/document/address/getCombo',
         storeUrl:'/api/document/address/getCombo',
         fieldLabel : "交货地址", 
         fieldLabel : "交货地址", 
         allowBlank : false, 
         allowBlank : false, 
         columnWidth : 0.5,
         columnWidth : 0.5,
-        hiddenBtn:true,//true 则会关闭新增按钮功能
+        hiddenBtn:false,//true 则会关闭新增按钮功能
         addHandler:function(b){
         addHandler:function(b){
             var document = Ext.create('saas.view.document.kind.Kind',{});
             var document = Ext.create('saas.view.document.kind.Kind',{});
             var form = this.ownerCmp.ownerCt;
             var form = this.ownerCmp.ownerCt;