|
@@ -839,19 +839,19 @@ import {
|
|
|
},
|
|
|
// 申请B/L NO
|
|
|
billsGetBillNofun(){
|
|
|
- let billNoFormat = 'CYJK'
|
|
|
+ let billNoFormat = 'KYJK'
|
|
|
// if (this.form.cargoType == 'dry') {
|
|
|
- // billNoFormat = 'CYJK-PH'
|
|
|
+ // billNoFormat = 'KYJK-PH'
|
|
|
// }else if (this.form.cargoType == 'danger') {
|
|
|
- // billNoFormat = 'CYJK-WXP'
|
|
|
+ // billNoFormat = 'KYJK-WXP'
|
|
|
// }else if (this.form.cargoType == 'reefer') {
|
|
|
- // billNoFormat = 'CYJK-DG'
|
|
|
+ // billNoFormat = 'KYJK-DG'
|
|
|
// }else {}
|
|
|
if (this.form.cargoType) {
|
|
|
- billNoFormat = 'CYJK-WXP'
|
|
|
+ billNoFormat = 'KYJK-WXP'
|
|
|
}
|
|
|
billsGetBillNo({
|
|
|
- businessTypeCode:'CYJK',
|
|
|
+ businessTypeCode:'KYJK',
|
|
|
billNoFormat:billNoFormat
|
|
|
}).then(res=>{
|
|
|
this.columnforfun('hpaymode').disabled = false
|
|
@@ -1284,22 +1284,22 @@ import {
|
|
|
billsSubmitfun(){
|
|
|
// if (this.form.cargoType = 'dry') {
|
|
|
// // 普货
|
|
|
- // this.form.billNoFormat = 'CYJK-PH'
|
|
|
+ // this.form.billNoFormat = 'KYJK-PH'
|
|
|
// }else if (this.form.cargoType = 'danger'){
|
|
|
// // 危险品
|
|
|
- // this.form.billNoFormat = 'CYJK-WXP'
|
|
|
+ // this.form.billNoFormat = 'KYJK-WXP'
|
|
|
// }else if (this.form.cargoType = 'reefer') {
|
|
|
// // 冻柜
|
|
|
- // this.form.billNoFormat = 'CYJK-DG'
|
|
|
+ // this.form.billNoFormat = 'KYJK-DG'
|
|
|
// }else {
|
|
|
//
|
|
|
// }
|
|
|
if (this.form.cargoType) {
|
|
|
this.form.billNoFormat = 'KYJK-WXP'
|
|
|
}else {
|
|
|
- this.form.billNoFormat = 'CYJK'
|
|
|
+ this.form.billNoFormat = 'KYJK'
|
|
|
}
|
|
|
- this.form.businessTypeCode = 'CYJK'
|
|
|
+ this.form.businessTypeCode = 'KYJK'
|
|
|
// 把拼接的数据拆开 开始 🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒
|
|
|
this.searchSplit()
|
|
|
// 把拼接的数据拆开 结束 💩💩💩💩💩💩💩💩💩💩💩💩💩💩
|