|
|
@@ -4,12 +4,12 @@ Ext.define('saas.view.stock.report.ProdinoutCountController', {
|
|
|
init: function (form) {
|
|
|
this.control({
|
|
|
//放大镜赋值关系 以及 tpl模板
|
|
|
- 'dbfindtrigger[name=pd_prodcode]':{
|
|
|
+ 'dbfindtrigger[name=pr_code]':{
|
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
|
dbfinds:[
|
|
|
{
|
|
|
- from:'pr_code',to:'pd_prodcode'
|
|
|
+ from:'pr_code',to:'pr_code'
|
|
|
}, {
|
|
|
from:'pr_detail',to:'pr_detail'
|
|
|
}, {
|