|
|
@@ -192,17 +192,18 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
|
|
|
xtype: 'textfield'
|
|
|
}
|
|
|
}]
|
|
|
- }, {
|
|
|
- xtype:'dbfindtrigger',
|
|
|
- columnWidth: 1,
|
|
|
- fieldLabel:'选择源单',
|
|
|
- name: 'choseSource'
|
|
|
},{
|
|
|
xtype: "detailGridField",
|
|
|
storeModel: 'saas.model.money.PayBalance2',
|
|
|
detnoColumn: 'pbd_detno',
|
|
|
allowEmpty: true,
|
|
|
deleteDetailUrl: '/api/money/paybalance/deleteDetail2/',
|
|
|
+ tbar: ['->', {
|
|
|
+ xtype:'dbfindtrigger',
|
|
|
+ columnWidth: 1,
|
|
|
+ fieldLabel:'选择源单',
|
|
|
+ name: 'choseSource'
|
|
|
+ }],
|
|
|
columns: [{
|
|
|
text: 'ID',
|
|
|
dataIndex: 'id',
|