|
|
@@ -29,19 +29,21 @@ Ext.define('saas.view.sale.saleIn.FormPanelController', {
|
|
|
beforerender: function (f) {
|
|
|
Ext.apply(f, {
|
|
|
dbfinds: [{
|
|
|
- from: 'id',
|
|
|
- to: 'pd_prodid',
|
|
|
- ignore: true
|
|
|
- },
|
|
|
- {
|
|
|
- from: 'pr_code',
|
|
|
- to: 'pd_prodcode'
|
|
|
+ from: 'id', to: 'pd_prodid', ignore: true
|
|
|
+ }, {
|
|
|
+ from: 'pr_code', to: 'pd_prodcode'
|
|
|
}, {
|
|
|
- from: 'pr_detail',
|
|
|
- to: 'pr_detail'
|
|
|
+ from: 'pr_detail', to: 'pr_detail'
|
|
|
}, {
|
|
|
- from: 'pr_spec',
|
|
|
- to: 'pr_spec'
|
|
|
+ from: 'pr_spec', to: 'pr_spec'
|
|
|
+ }, {
|
|
|
+ from:'pr_whid',to:'pd_whid'
|
|
|
+ }, {
|
|
|
+ from:'pr_whcode',to:'pd_whcode'
|
|
|
+ }, {
|
|
|
+ from:'pr_whname',to:'pd_whname'
|
|
|
+ }, {
|
|
|
+ from:'pr_saleprice',to:'pd_sendprice'
|
|
|
}
|
|
|
],
|
|
|
});
|