' +
- '
' +
+ '
' +
+ '
' +
'
' +
'
' +
- '
'
- });
- (function loadprocess(code, that) {
- that = this, that.$box = $('[data-queue-load=' + code + ']');
- if (doAjax === false || that.$box.length < 1) return false;
- this.$code = that.$box.find('code'), this.$name = that.$box.find('[data-message-title]');
- this.$percent = that.$box.find('.layui-progress div'), this.runCache = function (code, index, value) {
- this.ckey = code + '_' + index, this.ctype = 'admin-queue-script';
- return value !== undefined ? layui.data(this.ctype, {key: this.ckey, value: value}) : layui.data(this.ctype)[this.ckey] || 0;
- };
- this.setState = function (status, message) {
- if (message.indexOf('javascript:') === -1) if (status === 1) {
- that.$name.html('
' + message + '').addClass('text-center');
- that.$percent.addClass('layui-bg-blue').removeClass('layui-bg-green layui-bg-red');
- } else if (status === 2) {
- if (message.indexOf('>>>') > -1) {
- that.$name.html('
' + message + '').addClass('text-center');
- } else {
- that.$name.html('
正在处理:' + message).removeClass('text-center');
- }
- that.$percent.addClass('layui-bg-blue').removeClass('layui-bg-green layui-bg-red');
- } else if (status === 3) {
- that.$name.html('
' + message + '').addClass('text-center');
- that.$percent.addClass('layui-bg-green').removeClass('layui-bg-blue layui-bg-red');
- } else if (status === 4) {
- that.$name.html('
' + message + '').addClass('text-center');
- that.$percent.addClass('layui-bg-red').removeClass('layui-bg-blue layui-bg-green');
- }
- };
- $.form.load(tapiRoot + '/api.queue/progress', {code: code}, 'post', function (ret) {
- if (ret.code) {
- that.lines = [];
- for (this.lineIndex in ret.data.history) {
- this.line = ret.data.history[this.lineIndex], this.percent = '[ ' + this.line.progress + '% ] ';
- if (this.line.message.indexOf('javascript:') === -1) {
- that.lines.push(this.line.message.indexOf('>>>') > -1 ? this.line.message : this.percent + this.line.message);
- } else if (!that.runCache(code, this.lineIndex) && doScript !== false) {
- that.runCache(code, this.lineIndex, 1), location.href = this.line.message;
+ '
',
+ success: function ($elem) {
+ new function () {
+ var that = this;
+ this.$box = $elem.find('[data-queue-load=' + code + ']');
+ if (doAjax === false || this.$box.length < 1) return false;
+ this.$coder = this.$box.find('code'), this.$name = this.$box.find('[data-message-title]');
+ this.$percent = this.$box.find('.layui-progress div'), this.SetCache = function (code, index, value) {
+ var ckey = code + '_' + index, ctype = 'admin-queue-script';
+ return value !== undefined ? layui.data(ctype, {key: ckey, value: value}) : layui.data(ctype)[ckey] || 0;
+ }, this.SetState = function (status, message) {
+ if (message.indexOf('javascript:') === -1) if (status === 1) {
+ that.$name.html('