Browse Source

Merge branch 'hella_online_20240803' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into hella_online_20240803

ljc_0803
niexiting 1 month ago
parent
commit
7ac7b1b8a3
  1. 5
      src/pages/issue/record/directIssue.vue

5
src/pages/issue/record/directIssue.vue

@ -390,6 +390,11 @@
// }, // },
commit() { commit() {
if(this.positionInfo=='请选择生产线'||!this.positionInfo){
this.showErrorMessage("请选择生产线")
return
}
uni.showLoading({ uni.showLoading({
title: "提交中....", title: "提交中....",
mask: true mask: true

Loading…
Cancel
Save