|
|
@@ -245,12 +245,14 @@
|
|
|
id,
|
|
|
detailType
|
|
|
};
|
|
|
- if(this.type === "detail" || this.type === "receipt") {
|
|
|
+ if(this.type === "detail") {
|
|
|
params.detailType = 1;
|
|
|
}
|
|
|
- if(this.type === 'receipt') {
|
|
|
- params.status = 2;
|
|
|
+
|
|
|
+ if(this.type === "receipt") {
|
|
|
+ params.detailType = 4;
|
|
|
}
|
|
|
+
|
|
|
await pleaseEntrustGoodsDetail(params).then(async (res) => {
|
|
|
this.goodsList = [];
|
|
|
res.data.forEach((item) => {
|