Browse Source

拆标签修改提示

intex
lijuncheng 1 week ago
parent
commit
26099bb9c9
  1. 4
      src/pages/label/record/splitLabel.vue

4
src/pages/label/record/splitLabel.vue

@ -140,7 +140,7 @@
openScanPopup() {
setTimeout(res=>{
if (this.detailSource.length > 0) {
showConfirmMsg("拆信息还没提交,是否要重新扫描?", res => {
showConfirmMsg("拆标签信息还没提交,是否要重新扫描?", res => {
if (res) {
this.clearData();
this.$refs.scanPopup.openScanPopup("");
@ -289,7 +289,7 @@
barcodeBase64: '',
})
})
this.showCommitSuccessMessage("提交成功\n生成拆记录\n", list)
this.showCommitSuccessMessage("提交成功\n生成拆标签记录\n", list)
} else {
this.showErrorMessage("提交失败[" + res.msg + "]")

Loading…
Cancel
Save