|
@@ -212,7 +212,7 @@
|
|
</mbinformation>
|
|
</mbinformation>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="报表管理" name="fourth">
|
|
<el-tab-pane label="报表管理" name="fourth">
|
|
- <reports :id="form.id" :assemblyForm="form" :disabled="detailData.seeDisabled" businessValue="HYJK"></reports>
|
|
|
|
|
|
+ <reports :id="form.id" :assemblyForm="form" :disabled="detailData.seeDisabled" businessValue="KYJK"></reports>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="文件中心" name="seventh">
|
|
<el-tab-pane label="文件中心" name="seventh">
|
|
<filescenter :assemblyForm="form" :detailData="detailData"></filescenter>
|
|
<filescenter :assemblyForm="form" :detailData="detailData"></filescenter>
|
|
@@ -834,19 +834,19 @@ import {
|
|
},
|
|
},
|
|
// 申请B/L NO
|
|
// 申请B/L NO
|
|
billsGetBillNofun(){
|
|
billsGetBillNofun(){
|
|
- let billNoFormat = 'HYJK'
|
|
|
|
|
|
+ let billNoFormat = 'CYJK'
|
|
// if (this.form.cargoType == 'dry') {
|
|
// if (this.form.cargoType == 'dry') {
|
|
- // billNoFormat = 'HYJK-PH'
|
|
|
|
|
|
+ // billNoFormat = 'CYJK-PH'
|
|
// }else if (this.form.cargoType == 'danger') {
|
|
// }else if (this.form.cargoType == 'danger') {
|
|
- // billNoFormat = 'HYJK-WXP'
|
|
|
|
|
|
+ // billNoFormat = 'CYJK-WXP'
|
|
// }else if (this.form.cargoType == 'reefer') {
|
|
// }else if (this.form.cargoType == 'reefer') {
|
|
- // billNoFormat = 'HYJK-DG'
|
|
|
|
|
|
+ // billNoFormat = 'CYJK-DG'
|
|
// }else {}
|
|
// }else {}
|
|
if (this.form.cargoType) {
|
|
if (this.form.cargoType) {
|
|
- billNoFormat = 'HYJK-WXP'
|
|
|
|
|
|
+ billNoFormat = 'CYJK-WXP'
|
|
}
|
|
}
|
|
billsGetBillNo({
|
|
billsGetBillNo({
|
|
- businessTypeCode:'HYJK',
|
|
|
|
|
|
+ businessTypeCode:'CYJK',
|
|
billNoFormat:billNoFormat
|
|
billNoFormat:billNoFormat
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
this.columnforfun('hpaymode').disabled = false
|
|
this.columnforfun('hpaymode').disabled = false
|
|
@@ -1279,22 +1279,22 @@ import {
|
|
billsSubmitfun(){
|
|
billsSubmitfun(){
|
|
// if (this.form.cargoType = 'dry') {
|
|
// if (this.form.cargoType = 'dry') {
|
|
// // 普货
|
|
// // 普货
|
|
- // this.form.billNoFormat = 'HYJK-PH'
|
|
|
|
|
|
+ // this.form.billNoFormat = 'CYJK-PH'
|
|
// }else if (this.form.cargoType = 'danger'){
|
|
// }else if (this.form.cargoType = 'danger'){
|
|
// // 危险品
|
|
// // 危险品
|
|
- // this.form.billNoFormat = 'HYJK-WXP'
|
|
|
|
|
|
+ // this.form.billNoFormat = 'CYJK-WXP'
|
|
// }else if (this.form.cargoType = 'reefer') {
|
|
// }else if (this.form.cargoType = 'reefer') {
|
|
// // 冻柜
|
|
// // 冻柜
|
|
- // this.form.billNoFormat = 'HYJK-DG'
|
|
|
|
|
|
+ // this.form.billNoFormat = 'CYJK-DG'
|
|
// }else {
|
|
// }else {
|
|
//
|
|
//
|
|
// }
|
|
// }
|
|
if (this.form.cargoType) {
|
|
if (this.form.cargoType) {
|
|
this.form.billNoFormat = 'KYJK-WXP'
|
|
this.form.billNoFormat = 'KYJK-WXP'
|
|
}else {
|
|
}else {
|
|
- this.form.billNoFormat = 'HYJK'
|
|
|
|
|
|
+ this.form.billNoFormat = 'CYJK'
|
|
}
|
|
}
|
|
- this.form.businessTypeCode = 'HYJK'
|
|
|
|
|
|
+ this.form.businessTypeCode = 'CYJK'
|
|
// 把拼接的数据拆开 开始 🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒
|
|
// 把拼接的数据拆开 开始 🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒
|
|
this.searchSplit()
|
|
this.searchSplit()
|
|
// 把拼接的数据拆开 结束 💩💩💩💩💩💩💩💩💩💩💩💩💩💩
|
|
// 把拼接的数据拆开 结束 💩💩💩💩💩💩💩💩💩💩💩💩💩💩
|