@@ -56,6 +56,18 @@ Ext.define('saas.view.core.dbfind.types.BomDbfindTrigger', {
text: "版本",
width: 80,
dataIndex: "bo_version"
+ }, {
+ text: "默认仓库id",
+ hidden: true,
+ dataIndex: "pr_whid"
+ text: "默认仓库编号",
+ dataIndex: "pr_whcode"
+ text: "默认仓库名称",
+ dataIndex: "pr_whname"
}, {
dataIndex: '',
flex: 1
@@ -99,6 +99,15 @@ Ext.define('saas.view.stock.make.FormPanelController', {
from: 'pr_orispeccode',
to: 'ma_prodorispec'
+ from: 'pr_whid',
+ to: 'ma_whid'
+ from: 'pr_whcode',
+ to: 'ma_whcode'
+ from: 'pr_whname',
+ to: 'ma_whname'
}],
aftertrigger: function (f, record) {
me.getBomData(record.data.id)