|
|
|
|
@ -266,7 +266,7 @@ export default { |
|
|
|
|
const code = this.boxCode.trim(); |
|
|
|
|
if (!code) return; |
|
|
|
|
this.$u.api |
|
|
|
|
.boxbarcodeDetails({ boxBarcode: this.boxCode }) |
|
|
|
|
.boxbarcodeDetails({ boxBarcode: this.boxCode,isDetail:false }) |
|
|
|
|
.then((res) => { |
|
|
|
|
this.boxInfo = res.data; |
|
|
|
|
if (this.boxInfo.yieldOrderList == null) { |
|
|
|
|
@ -440,7 +440,7 @@ export default { |
|
|
|
|
// 刷新箱内明细 |
|
|
|
|
refreshBoxInfo() { |
|
|
|
|
this.$u.api |
|
|
|
|
.boxbarcodeDetails({ boxBarcode: this.activeBox }) |
|
|
|
|
.boxbarcodeDetails({ boxBarcode: this.activeBox,isDetail:false }) |
|
|
|
|
.then((res) => { |
|
|
|
|
this.boxInfo = res.data; |
|
|
|
|
if (this.boxInfo.yieldOrderList == null) { |
|
|
|
|
|