|
|
|
@ -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) {
|
|
|
|
|