组袋
This commit is contained in:
@@ -265,13 +265,22 @@
|
||||
},
|
||||
toEmpty () {
|
||||
this.val1 = ''
|
||||
this.index1 = ''
|
||||
this.recordNo = ''
|
||||
this.materialData = {}
|
||||
this.pcsn = ''
|
||||
this.weight = ''
|
||||
this.num = null
|
||||
this.unit = 'KG'
|
||||
this.pcsn = ''
|
||||
this.flag = false
|
||||
this.disabled = false
|
||||
this.disabled1 = false
|
||||
this.dialogVisible = false
|
||||
this.reasons = {
|
||||
full: false, // 物料卡标签填满更换
|
||||
broken: false, // 标签破损更换
|
||||
other: false // 其他
|
||||
}
|
||||
this.otherRemark = ''
|
||||
},
|
||||
toZtPrint () {
|
||||
if (this.flag) {
|
||||
@@ -290,6 +299,7 @@
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
this.toEmpty()
|
||||
this.disabled = false
|
||||
} catch (e) {
|
||||
this.disabled = false
|
||||
@@ -534,8 +544,10 @@
|
||||
}
|
||||
|
||||
.confirm-btn {
|
||||
color: #007aff;
|
||||
font-weight: 500;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
font-size: 16px;
|
||||
color: #007aff !important;
|
||||
}
|
||||
|
||||
.confirm-btn::after {
|
||||
|
||||
Reference in New Issue
Block a user