|
@@ -118,7 +118,7 @@ var addlogistics = new Vue({
|
|
|
_this.parameter();
|
|
|
// var params = JSON.stringify(_this.params);
|
|
|
SupplierApi.addLogisticsInfo(_this.params,function (response) {
|
|
|
- if(response.code == 0) {
|
|
|
+ if(response.code === 0) {
|
|
|
CAIMEI.dialog('发货成功',true,function () {
|
|
|
window.location.href = '/supplier/order/delivery_record.html?shopOrderId='+shopOrderId;
|
|
|
})
|