|
|
@@ -61,7 +61,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
|
|
|
xtype: 'warehouseDbfindTrigger',
|
|
|
name: 'pd_whname',
|
|
|
fieldLabel: '拨出仓',
|
|
|
- emptyText :'请输入仓库名或仓库编号',
|
|
|
+ emptyText :'请输入拨出仓库编号或名称',
|
|
|
showDetail: true,
|
|
|
getCondition: function(value) {
|
|
|
if(value == '' || value == null) {
|
|
|
@@ -74,7 +74,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
|
|
|
xtype: 'warehouseDbfindTrigger',
|
|
|
name: 'pd_inwhname',
|
|
|
fieldLabel: '拨入仓',
|
|
|
- emptyText :'请输入仓库名或仓库编号',
|
|
|
+ emptyText :'请输入拨入仓库编号或名称',
|
|
|
showDetail: true,
|
|
|
getCondition: function(value) {
|
|
|
if(value == '' || value == null) {
|