|
|
@ -228,7 +228,8 @@ export default { |
|
|
orderref2: this.currentLabel.orderref2, |
|
|
orderref2: this.currentLabel.orderref2, |
|
|
orderref3: this.currentLabel.orderref3, |
|
|
orderref3: this.currentLabel.orderref3, |
|
|
status: this.currentLabel.status, |
|
|
status: this.currentLabel.status, |
|
|
statusTb: this.currentLabel.statusTb |
|
|
|
|
|
|
|
|
statusTb: this.currentLabel.statusTb, |
|
|
|
|
|
firstInDate: this.currentLabel.firstInDate, |
|
|
}; |
|
|
}; |
|
|
splitLabel(params).then(async ({ data }) => { |
|
|
splitLabel(params).then(async ({ data }) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|