|
|
|
|
@ -274,15 +274,14 @@ export default {
|
|
|
|
|
///界面配置相关------------end
|
|
|
|
|
|
|
|
|
|
preHandleCurrentChange(val) {
|
|
|
|
|
this.filterQuery.page = val.page;
|
|
|
|
|
this.getPrescribeDetail(this, null);
|
|
|
|
|
this.preQuery.page = val.page;
|
|
|
|
|
this.getPrescribeDetail(this);
|
|
|
|
|
},
|
|
|
|
|
getPrescribeDetail(_this) {
|
|
|
|
|
|
|
|
|
|
if (_this.prescribeData == null)
|
|
|
|
|
return
|
|
|
|
|
if (_this.prescribeData != null) {
|
|
|
|
|
_this.preQuery.page = 1
|
|
|
|
|
// _this.preQuery.page = 1
|
|
|
|
|
_this.preQuery.orderIdFk = this.prescribeData.billNo
|
|
|
|
|
}
|
|
|
|
|
_this.preLoading = true;
|
|
|
|
|
@ -293,6 +292,7 @@ export default {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
_this.preDetailList = res.data.list
|
|
|
|
|
_this.preTotal = res.data.total
|
|
|
|
|
_this.preLoading = false
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
_this.preLoading = false
|
|
|
|
|
|