|
@ -217,7 +217,7 @@ |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|
that.jobContent = res.data; |
|
|
that.jobContent = res.data; |
|
|
that.jobStatus = res.data.status; |
|
|
that.jobStatus = res.data.status; |
|
|
let range = that.jobContent.countRange.find(r => r.type == "ITEMS_CODE"); |
|
|
let range = that.jobContent.countRange.find(r => r.type == "ITEM_CODE"); |
|
|
if (range != undefined) { |
|
|
if (range != undefined) { |
|
|
that.itemRangeValue = range.value; |
|
|
that.itemRangeValue = range.value; |
|
|
} |
|
|
} |
|
|