feat: 汇总单号

dev2.5_scan
chenhc 3 months ago
parent 823f5e995b
commit 9410b60dc0

@ -142,6 +142,7 @@
v-if="panelALive"
:prescribeData="curRow"
:bizIds="bizIds"
:summaryNoFlag=true
></prescribeOriginPanel>
</el-tabs>

@ -126,6 +126,10 @@ export default {
default: null,
required: true
},
summaryNoFlag: {
type: Boolean,
default: false
},
},
@ -141,6 +145,7 @@ export default {
preTotal: 0,
preQuery: {
orderIdFk: null,
summaryNoFlag: null,
page: 1,
limit: 10,
bizIdList: []
@ -161,6 +166,7 @@ export default {
if (!this.hasPrescribeData) return
this.preQuery.page = 1
this.preQuery.orderIdFk = this.prescribeData.billNo
this.preQuery.summaryNoFlag = this.summaryNoFlag
this.preLoading = true
orderDetail(this.preQuery).then(res => {
if (res.code !== 20000) {

@ -262,6 +262,7 @@
<DevicesPannelOrderBiz
v-if="panelALive"
:prescribeData="curRow"
:summaryNoFlag=true
></DevicesPannelOrderBiz>
<!-- 在表格下方添加说明 -->
<el-row style="text-align: right;font-size: 12px;margin-top: 10px">

Loading…
Cancel
Save