Commit 51824091 authored by Marcus's avatar Marcus

入仓操作、入仓补充、入仓修改缺少修改订单总数据功能

http://zentao.jdshangmen.com/bug-view-343.html
parent dc8a25c2
......@@ -318,10 +318,10 @@ export default {
},
orderSpecialNeeds(val){
val.forEach(e => {
this.form.orderSpecialNeedReceivableReqVoList.push( {
this.form.orderSpecialNeedReceivableReqVoList.push({
"id": e.id,
"receivableMoney": '',
"receivableMoneyCurrency": 3
"receivableMoney": e.transFee || '',
"receivableMoneyCurrency": e.transCurrency || 3
})
})
}
......
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