Commit 1cec3c42 by LJM

add

parent e40d7a68
Showing with 12 additions and 0 deletions
......@@ -1365,6 +1365,18 @@
return item.pic_id;
});
//当前登录组织为深贸电子才必填
if (this.company_id == 2) {
if (pic_ids <= 0) {
uni.showToast({
title: '请至少上传一张拣货图片',
icon: 'none'
});
return false;
}
}
var lock_ids = '';
var flag = false;
if (this.filter_id.length > 0 && this.lock_ids.length == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment