|
|
@@ -60,14 +60,14 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
}, {
|
|
|
xtype: 'multicombo',
|
|
|
name: 'sa_sendstatuscode',
|
|
|
- bind: '{sa_sendstatuscode}',
|
|
|
- fieldLabel: '出库状态',
|
|
|
+ fieldLabel: '业务状态',
|
|
|
allowBlank: true,
|
|
|
columnWidth: 0.25,
|
|
|
datas: [
|
|
|
["TURNOUT", "已出库"],
|
|
|
["UNTURNOUT", "未出库"],
|
|
|
- ["PARTOUT", "部分出库"]
|
|
|
+ ["PARTOUT", "部分出库"],
|
|
|
+ ["CLOSE", "已关闭"]
|
|
|
]
|
|
|
}],
|
|
|
moreQueryFormItems: [],
|
|
|
@@ -96,9 +96,13 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
dataIndex: 'sa_cuname',
|
|
|
width: 120
|
|
|
}, {
|
|
|
- text: '业务状态',
|
|
|
+ text: '审核状态',
|
|
|
dataIndex: 'sa_status',
|
|
|
width: 120
|
|
|
+ }, {
|
|
|
+ text: '业务状态',
|
|
|
+ dataIndex: 'sa_sendstatus',
|
|
|
+ width: 120
|
|
|
}, {
|
|
|
text: '单据日期',
|
|
|
dataIndex: 'sa_recorddate',
|