Commit b9b451d0 by lsk

汇款查询

parent 9aaff1d9
...@@ -342,29 +342,32 @@ export default { ...@@ -342,29 +342,32 @@ export default {
searchToggle: true, searchToggle: true,
stmData: { stmData: {
columns: [ columns: [
'1 1 "Reference" 120 ', '1 1 "Reference" 150 ',
'2 1 "Resp. User" 1200 ', '2 2 "Resp. User" 100 ',
'3 1 "PYE NO." 120 ', '12 3 "PYE NO." 100 ',
'1 2 "Party Number" 150', '9 4 "Payee.Party Number" 150',
'2 2 "Payee Customer" 150', '10 5 "Payee Customer" 250',
'3 2 "PYE.Customer CN" 150', '11 6 "PYE.Customer CN" 130',
'1 3 "Party Number" 150', '13 7 "Ord.Party Number" 150',
'2 3 "Ord.Customer" 150', '14 8 "Ord.Customer" 250',
'3 3 "Ord.Customer CN" 150', '15 9 "Ord.Customer CN" 130',
'1 4 "Party Number" 150', '16 10 "1.Party Number" 150',
'2 4 "Ord.Institution" 150', '17 11 "Ord.Institution" 200',
'3 4 "ORC NO." 150', '12 12 "ORC NO." 150',
'1 5 "Party Number" 150', '18 13 "2.Party Number" 150',
'2 5 "Paying Bank" 150', '19 14 "Paying Bank" 150',
'1 6 "Opened" 100', //'3 15 "Opened" 140',
'2 6 "Value" 100', {index:3,position:15,width:140,pattern:'time',label:'Opened'},
'1 7 "Closed" 100', //'4 16 "Value" 140',
'1 8 "Cur" 100', {index:4,position:16,width:140,pattern:'time',label:'Value'},
'2 8 "Cur" 100', //'5 17 "Closed" 140',
'1 9 "Paym.Amount" 150', {index:5,position:17,width:140,pattern:'time',label:'Closed'},
'2 9 "Amount rcvd." 150', '20 18 "1.Cur" 80',
'1 10 "Pyectycod" 150', '22 19 "2.Cur" 80',
'1 11 "Orcctycod" 150', '21 20 "Paym.Amount" 120',
'23 21 "Amount rcvd." 120',
'6 22 "Pyectycod" 100',
'7 23 "Orcctycod" 100',
], ],
data: [], data: [],
}, },
...@@ -372,7 +375,7 @@ export default { ...@@ -372,7 +375,7 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
handleSearch(callback) { /* handleSearch(callback) {
setTimeout(() => { setTimeout(() => {
this.$notify.info({ this.$notify.info({
title: "提示", title: "提示",
...@@ -381,7 +384,7 @@ export default { ...@@ -381,7 +384,7 @@ export default {
// 执行子组件回调函数控制按钮状态 // 执行子组件回调函数控制按钮状态
callback(); callback();
}, 1000); }, 1000);
}, }, */
handleReset() {}, handleReset() {},
}, },
created: function () {}, created: function () {},
......
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