|
@@ -117,7 +117,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text : "品牌",
|
|
text : "品牌",
|
|
|
- width : 150.0,
|
|
|
|
|
|
|
+ width : 100.0,
|
|
|
dataIndex : "pr_brand",
|
|
dataIndex : "pr_brand",
|
|
|
ignore:true,
|
|
ignore:true,
|
|
|
renderer: function (v, m, r) {
|
|
renderer: function (v, m, r) {
|
|
@@ -128,8 +128,8 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text : "名称",
|
|
|
|
|
- width : 200.0,
|
|
|
|
|
|
|
+ text : "物料名称",
|
|
|
|
|
+ width : 150.0,
|
|
|
dataIndex : "pr_detail",
|
|
dataIndex : "pr_detail",
|
|
|
ignore:true,
|
|
ignore:true,
|
|
|
renderer: function (v, m, r) {
|
|
renderer: function (v, m, r) {
|
|
@@ -152,7 +152,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
text : "规格",
|
|
text : "规格",
|
|
|
- width : 150,
|
|
|
|
|
|
|
+ width : 200,
|
|
|
dataIndex : "pr_spec",
|
|
dataIndex : "pr_spec",
|
|
|
ignore:true,
|
|
ignore:true,
|
|
|
renderer: function (v, m, r) {
|
|
renderer: function (v, m, r) {
|
|
@@ -181,7 +181,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
text : "单位",
|
|
text : "单位",
|
|
|
- width : 80.0,
|
|
|
|
|
|
|
+ width : 65.0,
|
|
|
dataIndex : "pr_unit",
|
|
dataIndex : "pr_unit",
|
|
|
ignore:true,
|
|
ignore:true,
|
|
|
renderer: function (v, m, r) {
|
|
renderer: function (v, m, r) {
|
|
@@ -204,7 +204,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
{
|
|
{
|
|
|
text : "拨出仓库",
|
|
text : "拨出仓库",
|
|
|
dataIndex : "pd_whname",
|
|
dataIndex : "pd_whname",
|
|
|
- width : 150.0,
|
|
|
|
|
|
|
+ width : 120.0,
|
|
|
items : null,
|
|
items : null,
|
|
|
allowBlank:false,
|
|
allowBlank:false,
|
|
|
editor : {
|
|
editor : {
|
|
@@ -234,7 +234,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanel', {
|
|
|
{
|
|
{
|
|
|
text : "拨入仓库",
|
|
text : "拨入仓库",
|
|
|
dataIndex : "pd_inwhname",
|
|
dataIndex : "pd_inwhname",
|
|
|
- width : 150.0,
|
|
|
|
|
|
|
+ width : 120.0,
|
|
|
allowBlank:false,
|
|
allowBlank:false,
|
|
|
items : null,
|
|
items : null,
|
|
|
editor : {
|
|
editor : {
|