件数问题

pull/1/head
lilu 2 years ago
parent 46e1bd7250
commit 4b3c6b4a93

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

Loading…
Cancel
Save