Commit cbd6a8a7 authored by 沈翠玲's avatar 沈翠玲

已领料数量默认1

parent 6df39096
...@@ -124,7 +124,6 @@ import i18n from '../../lang/index' ...@@ -124,7 +124,6 @@ import i18n from '../../lang/index'
let data = JSON.parse(decodeURIComponent(option.info)); let data = JSON.parse(decodeURIComponent(option.info));
if(data.moctes && data.moctes.length > 0){ if(data.moctes && data.moctes.length > 0){
data.moctes.forEach(element => { data.moctes.forEach(element => {
element['tb005'] = 1
if (!element['quantity']) { if (!element['quantity']) {
element['quantity'] = this.minus(element['tb004'], element['tb005']) element['quantity'] = this.minus(element['tb004'], element['tb005'])
} }
......
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 to comment