Commit a579113c authored by Marcus's avatar Marcus

入仓选择品牌查询收费模式,是否备案的接口修改

http://zentao.jdshangmen.com/bug-view-775.html
parent 232934c0
...@@ -322,7 +322,7 @@ export default { ...@@ -322,7 +322,7 @@ export default {
}, },
props: { props: {
customerId: { orderId: {
type: Number, type: Number,
default: undefined default: undefined
}, },
...@@ -467,7 +467,7 @@ export default { ...@@ -467,7 +467,7 @@ export default {
getFeeTypeByCustomerProduct({ getFeeTypeByCustomerProduct({
brandId: parseInt(v), brandId: parseInt(v),
productId: this.warehousing.prodId, productId: this.warehousing.prodId,
customerId: this.customerId orderId: this.orderId
}).then(r => { }).then(r => {
if(r.code === 0){ if(r.code === 0){
(this.activeName === "first" ? this.form : this.form1).feeType = parseInt(r.data.feeType); (this.activeName === "first" ? this.form : this.form1).feeType = parseInt(r.data.feeType);
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<warehouse-area-dialog ref="area" :visible.sync="areaVisible" v-model="form.orderLocationCreateReqVOList" <warehouse-area-dialog ref="area" :visible.sync="areaVisible" v-model="form.orderLocationCreateReqVOList"
:order-id="orderId" :city-id="cityId"></warehouse-area-dialog> :order-id="orderId" :city-id="cityId"></warehouse-area-dialog>
<edit-dialog :title="title" :customer-id="order.customerId" :visible.sync="warehousingVisible" :warehousing="warehousing" :edit="isEdit"></edit-dialog> <edit-dialog :title="title" :order-id="order.orderId" :visible.sync="warehousingVisible" :warehousing="warehousing" :edit="isEdit"></edit-dialog>
<!-- 完成入仓 --> <!-- 完成入仓 -->
<el-dialog <el-dialog
......
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