Commit 197999ad by LJM

理货照片必填控制需求变更

parent 3b55074f
...@@ -751,12 +751,11 @@ ...@@ -751,12 +751,11 @@
//当前登录组织为深贸电子才必填 //当前登录组织为深贸电子才必填
if (this.company_id == 2) { if (this.company_id == 2) {
if (this.formParams.image_ids.length <= 0) { if (this.formParams.image_ids.length <= 0) {
//暂时注释掉 uni.showToast({
// uni.showToast({ title: '请至少上传一张理货图片',
// title: '请至少上传一张理货图片', icon: 'none'
// icon: 'none' });
// }); return false;
// return false;
} }
} }
var params = Object.assign(this.formParams, { var params = Object.assign(this.formParams, {
......
...@@ -866,12 +866,11 @@ ...@@ -866,12 +866,11 @@
//当前登录组织为深贸电子才必填 //当前登录组织为深贸电子才必填
if (this.company_id == 2) { if (this.company_id == 2) {
if (this.formParams.image_ids.length <= 0) { if (this.formParams.image_ids.length <= 0) {
//暂时注释掉 uni.showToast({
// uni.showToast({ title: '请至少上传一张理货图片',
// title: '请至少上传一张理货图片', icon: 'none'
// icon: 'none' });
// }); return false;
// return false;
} }
} }
//【理货】、【一键理货】操作时,D/C 必填并且必须为四位数字 //【理货】、【一键理货】操作时,D/C 必填并且必须为四位数字
......
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