|
@@ -418,7 +418,7 @@ let zTreeOprObj = {
|
|
_setupArchive: function() {
|
|
_setupArchive: function() {
|
|
//
|
|
//
|
|
},
|
|
},
|
|
- _chkPrePayStatus: async function() {
|
|
|
|
|
|
+ _chkPrePayStatus: function() {
|
|
let rst = 0;
|
|
let rst = 0;
|
|
let me = zTreeOprObj;
|
|
let me = zTreeOprObj;
|
|
if (me.currentNode && me.currentNode.hasOwnProperty('flags') && me.currentNode.flags.hasOwnProperty('rptTplType')) {
|
|
if (me.currentNode && me.currentNode.hasOwnProperty('flags') && me.currentNode.flags.hasOwnProperty('rptTplType')) {
|