Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
62c80d823d
1 changed files with 4 additions and 0 deletions
  1. 4
      pages/process/outside-price/index.js

4
pages/process/outside-price/index.js

@ -124,6 +124,10 @@ Scene({
util.showToast('请输入第' + (index + 1) + '项废纸品类毛重')
return
}
if(util.isEmpty(element.tareWeight)){
util.showToast('请输入第' + (index + 1) + '项废纸品类皮重')
return
}
if(util.isEmpty(element.weightNoteImages)){
util.showToast('请上传第' + (index + 1) + '项废纸品类过磅凭证')
return

Loading…
Cancel
Save