md
This commit is contained in:
parent
093e839221
commit
04cfc12514
@ -1412,7 +1412,7 @@ methods: {
|
||||
|
||||
},
|
||||
onPaymentTypeChange(){
|
||||
console.log("==onPaymentTypeChange==>")
|
||||
//console.log("==onPaymentTypeChange==>")
|
||||
// 非月结清空月结客户选择
|
||||
if(this.form.paymentType == '1' ||
|
||||
this.form.paymentType == '3' ||
|
||||
@ -1426,7 +1426,7 @@ methods: {
|
||||
},
|
||||
|
||||
onCalcFeeTypeChange(){
|
||||
console.log("==onCalcFeeTypeChange==>")
|
||||
//console.log("==onCalcFeeTypeChange==>")
|
||||
|
||||
if(this.form.calcFeeType == '3' ){
|
||||
}
|
||||
@ -1435,7 +1435,7 @@ methods: {
|
||||
|
||||
},
|
||||
onSelectMonthUser(item){
|
||||
console.log("==onSelectMonthUser==>")
|
||||
//console.log("==onSelectMonthUser==>")
|
||||
if(item!=null){
|
||||
this.form.payee=item.payee;
|
||||
this.form.salesmen=item.salesmen;
|
||||
@ -1522,8 +1522,8 @@ methods: {
|
||||
},
|
||||
initData() {
|
||||
|
||||
console.log("====>this.action=2222=>",this.action);
|
||||
console.log("====>this.billCode=2222=>",this.billCode);
|
||||
//console.log("====>this.action=2222=>",this.action);
|
||||
//console.log("====>this.billCode=2222=>",this.billCode);
|
||||
|
||||
this.reset();
|
||||
this.form.productTypeSelArr=null;
|
||||
@ -1761,8 +1761,8 @@ methods: {
|
||||
}
|
||||
},
|
||||
onSendSiteSelect(item){
|
||||
console.log("==onSendSiteSelect==>",item)
|
||||
console.log("==onSendSiteSelect==this.form=>",this.form)
|
||||
////console.log("==onSendSiteSelect==>",item)
|
||||
////console.log("==onSendSiteSelect==this.form=>",this.form)
|
||||
|
||||
if(!item){
|
||||
this.form.sendSiteCode = null;
|
||||
@ -1874,7 +1874,7 @@ methods: {
|
||||
dispatchOrSendManCode:opManCode
|
||||
}];
|
||||
let scanInfo = {scanType:"10",opType:2,scanData:scanData}
|
||||
console.log(scanInfo)
|
||||
////console.log(scanInfo)
|
||||
doScan(scanInfo);
|
||||
|
||||
},
|
||||
@ -1938,7 +1938,7 @@ methods: {
|
||||
|
||||
},
|
||||
calcDestSite(){
|
||||
console.log("==calcDestSite==>")
|
||||
////console.log("==calcDestSite==>")
|
||||
|
||||
let queryParams = {
|
||||
country:this.form.reciever.country,
|
||||
@ -1964,7 +1964,7 @@ methods: {
|
||||
}
|
||||
},
|
||||
focusNextInput(nextRef) {
|
||||
// console.log("====focusNextInput===>",nextRef)
|
||||
// ////console.log("====focusNextInput===>",nextRef)
|
||||
if(this.$refs[nextRef]){
|
||||
this.$refs[nextRef].focus()
|
||||
}
|
||||
@ -2051,7 +2051,7 @@ methods: {
|
||||
this.form.sendDate =this.sendDate;
|
||||
}
|
||||
let qObj={from:item.currency,to:'CNY',rateDate:this.form.sendDate};
|
||||
console.log("===>getValidExchangeRate==>",qObj);
|
||||
////console.log("===>getValidExchangeRate==>",qObj);
|
||||
let res= await getValidExchangeRate(qObj);
|
||||
if(res.code==200){
|
||||
newFee=newFee*Number(res.data);
|
||||
@ -2212,7 +2212,7 @@ methods: {
|
||||
this.form.dispatchUnderlingSiteName= item.siteName;
|
||||
// this.form.dispatchSite= item.siteName;
|
||||
|
||||
console.log("==onDestinationChange==>")
|
||||
////console.log("==onDestinationChange==>")
|
||||
// 需要触发重新计算费用
|
||||
this.calcBillFee();
|
||||
},
|
||||
@ -2317,7 +2317,7 @@ methods: {
|
||||
debounce(250, this.handleCargoQtyChange(row))
|
||||
},
|
||||
handleCargoQtyChange(row){
|
||||
// console.log("====>handleCargoQtyChange===>")
|
||||
// //console.log("====>handleCargoQtyChange===>")
|
||||
|
||||
this.handleGenSubbill();
|
||||
this.handleInitGenGoods();
|
||||
@ -2355,7 +2355,7 @@ methods: {
|
||||
},
|
||||
// 实时获取运单号
|
||||
handleBillCodeChange(checked,item){
|
||||
// console.log("=handleBillCodeChange==>",checked);
|
||||
// //console.log("=handleBillCodeChange==>",checked);
|
||||
|
||||
if(checked==1){
|
||||
let useSiteCode=this.form.sendSiteCode;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user