Commit d165df6c by LJM

图片优化

parent c5145658
...@@ -811,7 +811,7 @@ ...@@ -811,7 +811,7 @@
return false; return false;
} }
this.image_list = []; //清空缓存的图片集合 this.image_list = []; //清空缓存的图片集合
this.formParams.image_ids = []; //每次打开先清空图片集合 this.formParams.image_ids = ''; //每次打开先清空图片集合
this.formParams.tally_remark = ''; //每次打开先清空理货备注 this.formParams.tally_remark = ''; //每次打开先清空理货备注
this.$refs.showRight.open(); this.$refs.showRight.open();
}, },
......
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
date_code: '', //D/C date_code: '', //D/C
coo: '', //产地 coo: '', //产地
other_batch_attr: '', //其他批次属性 other_batch_attr: '', //其他批次属性
image_ids: [], //图片 image_ids: '', //图片
tally_remark: '', //理货备注 tally_remark: '', //理货备注
is_print: 1, //打印入库标签 is_print: 1, //打印入库标签
is_mobile_default_img: 0, //整单照片 is_mobile_default_img: 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