|
|
@@ -213,7 +213,8 @@ export default {
|
|
|
minterId: this.info.id || this.$route.query.id,
|
|
|
del: false,
|
|
|
source: this.sourceType,
|
|
|
- onShelf: true
|
|
|
+ onShelf: true,
|
|
|
+ scanCode: false
|
|
|
},
|
|
|
sort: 'soldOut;' + (this.sort || 'id,desc')
|
|
|
};
|
|
|
@@ -224,7 +225,8 @@ export default {
|
|
|
salable: this.salable,
|
|
|
ownerId: this.info.id || this.$route.query.id,
|
|
|
del: false,
|
|
|
- source: this.sourceType
|
|
|
+ source: this.sourceType,
|
|
|
+ scanCode: false
|
|
|
},
|
|
|
sort: 'soldOut;' + (this.sort || 'id,desc')
|
|
|
};
|