@@ -30,7 +30,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
name: 'id',
fieldLabel: 'id'
}, {
- xtype: 'textfield',
+ xtype: 'hidden',
name: 'pb_kind',
fieldLabel: '单据类型',
defaultValue: '付款单',
@@ -33,7 +33,7 @@ Ext.define('saas.view.money.recBalance.FormPanel', {
name: 'rb_custid',
fieldLabel: '客户ID'
name: 'rb_kind',
defaultValue: '收款单',
@@ -41,7 +41,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
allowBlank: true,
columnWidth: 0
},{
- xtype : "textfield",
+ xtype : "hidden",
name : "pi_class",
fieldLabel : "单据类型",
readOnly:true,
@@ -66,6 +66,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
name: 'pd_whname',
fieldLabel: '仓库',
emptyText:'请输入仓库编号或名称',
+ showDetail: true
xtype: 'textfield',
name: 'pi_pucode',
@@ -35,7 +35,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
name: 'pi_ioid',
fieldLabel: 'pi_ioid'
@@ -30,7 +30,7 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
@@ -40,7 +40,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
@@ -31,7 +31,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
@@ -34,7 +34,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
@@ -33,7 +33,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
- xtype: "textfield",
+ xtype: "hidden",
name: "pi_class",
fieldLabel: "单据类型",
readOnly: true,