Commit b9a21959 by jianglong

修改BOPSND后端查询

parent 7858e733
...@@ -7,7 +7,10 @@ export default { ...@@ -7,7 +7,10 @@ export default {
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
console.log(rtnmsg.data);
//TODO 处理数据逻辑
this.updateModel(rtnmsg.data);
this.stmData.data = rtnmsg.data.msgstm.rows;
} }
else else
{ {
......
...@@ -79,11 +79,12 @@ export default { ...@@ -79,11 +79,12 @@ export default {
columns: [ columns: [
//{index:3,position:3,width:110,pattern:'date',label:'日期'}, //{index:3,position:3,width:110,pattern:'date',label:'日期'},
//{index:4,position:4,width:100,pattern:'code',label:'状态',code:this.codes.relstaEN}, //{index:4,position:4,width:100,pattern:'code',label:'状态',code:this.codes.relstaEN},
'0 1 "申报编号" 150 ', '0 1 "申报编号" 180 ',
'1 2 "临时编号" 150', '1 2 "临时编号" 180',
'2 3 "收付汇日期" 100', //'2 3 "收付汇日期" 100',
'3 4 "数据类型" 90', {index:2,position:3,width:150,pattern:'date',label:'收付汇日期'},
'4 5 "申报类型" 200', '3 4 "数据类型" 120',
'4 5 "申报类型" 250',
'5 6 "状态" 80', '5 6 "状态" 80',
], ],
data: [], data: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment