|
@ -185,7 +185,7 @@ |
|
|
if (this.type == 'predict') { |
|
|
if (this.type == 'predict') { |
|
|
updateTitle("预生产上架任务(" + this.totalCount + ")"); |
|
|
updateTitle("预生产上架任务(" + this.totalCount + ")"); |
|
|
} else if (this.type == 'assemble') { |
|
|
} else if (this.type == 'assemble') { |
|
|
updateTitle("装配上架任务(" + this.totalCount + ")"); |
|
|
updateTitle("成品入库任务(" + this.totalCount + ")"); |
|
|
} |
|
|
} |
|
|
if (list == null || list.length == 0) { |
|
|
if (list == null || list.length == 0) { |
|
|
this.loadingType = "nomore"; |
|
|
this.loadingType = "nomore"; |
|
@ -202,7 +202,7 @@ |
|
|
if (this.type == 'predict') { |
|
|
if (this.type == 'predict') { |
|
|
updateTitle("预生产上架任务(" + this.totalCount + ")"); |
|
|
updateTitle("预生产上架任务(" + this.totalCount + ")"); |
|
|
} else if (this.type == 'assemble') { |
|
|
} else if (this.type == 'assemble') { |
|
|
updateTitle("装配上架任务(" + this.totalCount + ")"); |
|
|
updateTitle("成品入库任务(" + this.totalCount + ")"); |
|
|
} |
|
|
} |
|
|
this.loadingType = ""; |
|
|
this.loadingType = ""; |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|