Merge pull request '运单打印调整' (#197) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/197
This commit is contained in:
commit
c8bbaebf3d
@ -25,7 +25,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="(selTplCode=='TAN-GC-130' || selTplCode=='TAN-ENGC-130' || selTplCode=='VT-ENNOLOGO') && isShowSubBillRange" class="subBillRange" style="display: inline-flex;font-size: 12px; line-height: 28px; font-weight: 600;">
|
<div v-if="(selTplCode=='TAN-GC-130' || selTplCode=='TAN-ENGC-130' || selTplCode=='VT-ENNOLOGO' || selTplCode=='TAN-KG-130') && isShowSubBillRange" class="subBillRange" style="display: inline-flex;font-size: 12px; line-height: 28px; font-weight: 600;">
|
||||||
<span >子单范围:
|
<span >子单范围:
|
||||||
<el-input size="mini" style="width:40px" v-model="subBillStart" type="text" maxlength="4" ></el-input>
|
<el-input size="mini" style="width:40px" v-model="subBillStart" type="text" maxlength="4" ></el-input>
|
||||||
-
|
-
|
||||||
@ -379,7 +379,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 打印子单
|
// 打印子单
|
||||||
if(this.selTplCode=="TAN-GC-130" || this.selTplCode=="TAN-ENGC-130" || this.selTplCode=="VT-ENNOLOGO" ){
|
if(this.selTplCode=="TAN-GC-130" || this.selTplCode=="TAN-ENGC-130" || this.selTplCode=="VT-ENNOLOGO" || this.selTplCode=="TAN-KG-130"){
|
||||||
for(let i=0;i<this.orderList.length;i++){
|
for(let i=0;i<this.orderList.length;i++){
|
||||||
let billCode=this.orderList[i];
|
let billCode=this.orderList[i];
|
||||||
let subBillStart=1;
|
let subBillStart=1;
|
||||||
@ -522,7 +522,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 打印子单
|
// 打印子单
|
||||||
if(this.selTplCode=="TAN-GC-130"|| this.selTplCode=='TAN-ENGC-130' || this.selTplCode=='VT-ENNOLOGO' ){
|
if(this.selTplCode=="TAN-GC-130"|| this.selTplCode=='TAN-ENGC-130' || this.selTplCode=='VT-ENNOLOGO' || this.selTplCode=='TAN-KG-130'){
|
||||||
for(let i=0;i<this.orderList.length;i++){
|
for(let i=0;i<this.orderList.length;i++){
|
||||||
let billCode=this.orderList[i];
|
let billCode=this.orderList[i];
|
||||||
let subBillStart=1;
|
let subBillStart=1;
|
||||||
@ -638,7 +638,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 打印子单
|
// 打印子单
|
||||||
if(this.selTplCode=="TAN-GC-130" || this.selTplCode=='TAN-ENGC-130' || this.selTplCode=='VT-ENNOLOGO' ){
|
if(this.selTplCode=="TAN-GC-130" || this.selTplCode=='TAN-ENGC-130' || this.selTplCode=='VT-ENNOLOGO' || this.selTplCode=='TAN-KG-130'){
|
||||||
for(let i=0;i<this.orderList.length;i++){
|
for(let i=0;i<this.orderList.length;i++){
|
||||||
let billCode=this.orderList[i];
|
let billCode=this.orderList[i];
|
||||||
// 循环子单范围
|
// 循环子单范围
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user