|
|
|
@ -1319,16 +1319,22 @@ export default {
|
|
|
|
|
this.textEntryModalTitle = '件数/包装'
|
|
|
|
|
if (this.details.pkgstotal) {
|
|
|
|
|
this.pkgsTextChange()
|
|
|
|
|
} else {
|
|
|
|
|
this.pkgstotalRes = 0
|
|
|
|
|
}
|
|
|
|
|
} else if (type === 'kgs') {
|
|
|
|
|
this.textEntryModalTitle = '毛重'
|
|
|
|
|
if (this.details.kgstotal) {
|
|
|
|
|
this.kgsTextChange()
|
|
|
|
|
} else {
|
|
|
|
|
this.kgstotalRes = 0
|
|
|
|
|
}
|
|
|
|
|
} else if (type === 'cbm') {
|
|
|
|
|
this.textEntryModalTitle = '尺码'
|
|
|
|
|
if (this.details.cbmtotal) {
|
|
|
|
|
this.cbmTextChange()
|
|
|
|
|
} else {
|
|
|
|
|
this.cbmtotalRes = 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|