diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index fc8927c8..c64f9319 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -1717,35 +1717,35 @@ - - - -
- 提交 - - 取消 - -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + { - this.editQuery = { - ...this.editQuery, - distributeLevelCount: res.data.distributeLevelCount, - } - }) + // calculateDistCount(matchingItem).then((res) => { + // this.editQuery = { + // ...this.editQuery, + // distributeLevelCount: res.data.distributeLevelCount, + // } + // }) }, useLevelDiChange(val) { const matchingItem = this.detailList.find(item => item.nameCode == val); @@ -1330,12 +1330,12 @@ export default { this.editQuery.useLevelUnit = matchingItem.packUnit; this.editQuery.useLevel = matchingItem.packLevel; } - calculateUseCount(matchingItem).then((res) => { - this.editQuery = { - ...this.editQuery, - useLeverCount: res.data.useLeverCount, - } - }) + // calculateUseCount(matchingItem).then((res) => { + // this.editQuery = { + // ...this.editQuery, + // useLeverCount: res.data.useLeverCount, + // } + // }) }, classifyChange() { this.classifyChange(this.editQuery.flbm) diff --git a/src/views/collect/prescribe/prescribeDownloadDialog.vue b/src/views/collect/prescribe/prescribeDownloadDialog.vue index 3a75e76e..6586befe 100644 --- a/src/views/collect/prescribe/prescribeDownloadDialog.vue +++ b/src/views/collect/prescribe/prescribeDownloadDialog.vue @@ -431,7 +431,11 @@ export default { this.loading = false if (res.code == 20000){ this.list = res.data.list || [] - this.total = res.data.total || 0 + if (res.data.list.length === 0){ + this.total = 0 + }else + this.total = res.data.total + }else { this.$message.error(res.message) } diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue index 45997b94..7d8528a1 100644 --- a/src/views/purchase/purApply/purApplyEditDiaolog.vue +++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue @@ -116,7 +116,7 @@ - +