Commit a579113c authored by Marcus's avatar Marcus

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

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