|
@@ -10,52 +10,52 @@
|
|
border: 2px solid #333333;
|
|
border: 2px solid #333333;
|
|
padding: 5px 0;
|
|
padding: 5px 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
#app {
|
|
#app {
|
|
height: 88vh;
|
|
height: 88vh;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.simple {
|
|
.simple {
|
|
/* height: 120vh !important; */
|
|
/* height: 120vh !important; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.simple2 {
|
|
.simple2 {
|
|
/* height: 99vh !important; */
|
|
/* height: 99vh !important; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.content {
|
|
.content {
|
|
width: 1000px;
|
|
width: 1000px;
|
|
margin: auto;
|
|
margin: auto;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
table {
|
|
table {
|
|
width: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.col-bgc {
|
|
.col-bgc {
|
|
background: #f6f7fb;
|
|
background: #f6f7fb;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.bottom-row1 {
|
|
.bottom-row1 {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
margin: 20px 0;
|
|
margin: 20px 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.bottom-row2 {
|
|
.bottom-row2 {
|
|
display: flex;
|
|
display: flex;
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
img {
|
|
img {
|
|
width: 80px;
|
|
width: 80px;
|
|
height: 80px;
|
|
height: 80px;
|
|
/* margin-right: 118px; */
|
|
/* margin-right: 118px; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.leftimg {
|
|
.leftimg {
|
|
width: 80px;
|
|
width: 80px;
|
|
height: 80px;
|
|
height: 80px;
|
|
@@ -63,35 +63,35 @@
|
|
right: 20px;
|
|
right: 20px;
|
|
top: 3px;
|
|
top: 3px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.config {
|
|
.config {
|
|
margin-right: 240px;
|
|
margin-right: 240px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.bottom-row3 {
|
|
.bottom-row3 {
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.title {
|
|
.title {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.number {
|
|
.number {
|
|
text-align: right;
|
|
text-align: right;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.number1 {
|
|
.number1 {
|
|
text-align: right;
|
|
text-align: right;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
margin-top: 60px;
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.small-row {
|
|
.small-row {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.small-content {
|
|
.small-content {
|
|
width: 400px;
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -105,7 +105,7 @@
|
|
margin: auto;
|
|
margin: auto;
|
|
height: 650px;
|
|
height: 650px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.small-title {
|
|
.small-title {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
@@ -113,98 +113,99 @@
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.small-row {
|
|
.small-row {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
margin: 10px;
|
|
margin: 10px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.small-img {
|
|
.small-img {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.sign {
|
|
.sign {
|
|
margin-right: 100px;
|
|
margin-right: 100px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header {
|
|
.header {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header1 {
|
|
.header1 {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
/* margin: 30px 60px 10px 60px; */
|
|
/* margin: 30px 60px 10px 60px; */
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.line {
|
|
.line {
|
|
height: 2px;
|
|
height: 2px;
|
|
width: 410px;
|
|
width: 410px;
|
|
margin: 3px auto;
|
|
margin: 3px auto;
|
|
background: black;
|
|
background: black;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.line:nth-of-type(3) {
|
|
.line:nth-of-type(3) {
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header-top {
|
|
.header-top {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.sfcard {
|
|
.sfcard {
|
|
background: red;
|
|
background: red;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.sfcard-content {
|
|
.sfcard-content {
|
|
/* display: flex;
|
|
/* display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-evenly; */
|
|
justify-content: space-evenly; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.sfcard-content img {
|
|
.sfcard-content img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 80vh;
|
|
height: 80vh;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.sfcard-title {
|
|
.sfcard-title {
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.center {
|
|
.center {
|
|
page-break-after: always
|
|
page-break-after: always
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.part2 {
|
|
.part2 {
|
|
page-break-after: always
|
|
page-break-after: always
|
|
- /* background: red; */
|
|
|
|
|
|
+ /* background: red; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.part1 {
|
|
.part1 {
|
|
page-break-after: always
|
|
page-break-after: always
|
|
- /* background: red; */
|
|
|
|
|
|
+ /* background: red; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.bankcard {
|
|
.bankcard {
|
|
page-break-after: always
|
|
page-break-after: always
|
|
- /* background: red; */
|
|
|
|
|
|
+ /* background: red; */
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.part5 {
|
|
.part5 {
|
|
width: 100%
|
|
width: 100%
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.paymentScreenshot {
|
|
.paymentScreenshot {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 130vh
|
|
height: 130vh
|
|
}
|
|
}
|
|
|
|
+
|
|
/* .onlypz-center{
|
|
/* .onlypz-center{
|
|
height: 130vh;
|
|
height: 130vh;
|
|
} */
|
|
} */
|
|
@@ -319,7 +320,8 @@
|
|
</td>
|
|
</td>
|
|
<td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'
|
|
<td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'
|
|
&& printData1[index].netWeight != null
|
|
&& printData1[index].netWeight != null
|
|
- && printData1[index].pureWeight != null ">{{printData1[index].netWeight-printData1[index].pureWeight}}</td>
|
|
|
|
|
|
+ && printData1[index].pureWeight != null ">
|
|
|
|
+ {{printData1[index].netWeight-printData1[index].pureWeight}}</td>
|
|
<td class="col">{{ printData1[index].netWeight}}</td>
|
|
<td class="col">{{ printData1[index].netWeight}}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -354,13 +356,27 @@
|
|
<td class="col " v-if="!pengyuPrint">
|
|
<td class="col " v-if="!pengyuPrint">
|
|
{{printData1[index].grainMoney}}
|
|
{{printData1[index].grainMoney}}
|
|
</td>
|
|
</td>
|
|
- <td class="col "> {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.mildewGrain:''}}</td>
|
|
|
|
- <td class="col "> {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.jiaorenli:''}}</td>
|
|
|
|
- <td class="col "> {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.imperfectGrain:''}}</td>
|
|
|
|
- <td class="col ">{{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData1[index].buckleWeightRatio}}</td>
|
|
|
|
- <td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData1[index].type=='潮粮'">{{ (printData1[index].qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
|
|
- <td class="col " v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData1[index].type=='潮粮'"></td>
|
|
|
|
- <td :colspan="printData1[index].type == '潮粮'?1:2" class="col ">{{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.binNumber:''}}</td>
|
|
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.mildewGrain:''}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.jiaorenli:''}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.imperfectGrain:''}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData1[index].buckleWeightRatio}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col "
|
|
|
|
+ v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData1[index].type=='潮粮'">{{
|
|
|
|
+ (printData1[index].qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
|
|
+ <td class="col "
|
|
|
|
+ v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData1[index].type=='潮粮'">
|
|
|
|
+ </td>
|
|
|
|
+ <td :colspan="printData1[index].type == '潮粮'?1:2" class="col ">
|
|
|
|
+ {{printData1[index].qualityInspectionManagement?printData1[index].qualityInspectionManagement.binNumber:''}}
|
|
|
|
+ </td>
|
|
<!-- <td class="col ">{{ printData1[index].unloadDeduction}}</td> -->
|
|
<!-- <td class="col ">{{ printData1[index].unloadDeduction}}</td> -->
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -477,13 +493,17 @@
|
|
<td class="col">{{printData1[index].weighingManagement.goodsName}}</td>
|
|
<td class="col">{{printData1[index].weighingManagement.goodsName}}</td>
|
|
<td class="col col-bgc">类型</td>
|
|
<td class="col col-bgc">类型</td>
|
|
<td class="col">{{printData1[index].weighingManagement.type}}</td>
|
|
<td class="col">{{printData1[index].weighingManagement.type}}</td>
|
|
- <td class="col col-bgc">{{printData1[index].weighingManagement.goodsName == '大豆'?'蛋白':'容量(克/升)'}}</td>
|
|
|
|
|
|
+ <td class="col col-bgc">{{printData1[index].weighingManagement.goodsName ==
|
|
|
|
+ '大豆'?'蛋白':'容量(克/升)'}}</td>
|
|
<td class="col">
|
|
<td class="col">
|
|
- {{printData1[index].weighingManagement.goodsName == '大豆'?printData1[index].qualityInspectionManagement.protein:printData1[index].qualityInspectionManagement.bulkDensity}}
|
|
|
|
|
|
+ {{printData1[index].weighingManagement.goodsName ==
|
|
|
|
+ '大豆'?printData1[index].qualityInspectionManagement.protein:printData1[index].qualityInspectionManagement.bulkDensity}}
|
|
</td>
|
|
</td>
|
|
- <td class="col col-bgc">{{printData1[index].weighingManagement.goodsName == '大豆'?'完整粒率(%)':'不完善粒(%)'}}</td>
|
|
|
|
|
|
+ <td class="col col-bgc">{{printData1[index].weighingManagement.goodsName ==
|
|
|
|
+ '大豆'?'完整粒率(%)':'不完善粒(%)'}}</td>
|
|
<td class="col">
|
|
<td class="col">
|
|
- {{printData1[index].weighingManagement.goodsName == '大豆'?printData1[index].qualityInspectionManagement.completeGrain:printData1[index].qualityInspectionManagement.imperfectGrain}}
|
|
|
|
|
|
+ {{printData1[index].weighingManagement.goodsName ==
|
|
|
|
+ '大豆'?printData1[index].qualityInspectionManagement.completeGrain:printData1[index].qualityInspectionManagement.imperfectGrain}}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -532,7 +552,8 @@
|
|
</td>
|
|
</td>
|
|
<td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'
|
|
<td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'
|
|
&& printData1[index].netWeight != null
|
|
&& printData1[index].netWeight != null
|
|
- && printData1[index].pureWeight != null ">{{printData1[index].netWeight-printData1[index].pureWeight}}</td>
|
|
|
|
|
|
+ && printData1[index].pureWeight != null ">
|
|
|
|
+ {{printData1[index].netWeight-printData1[index].pureWeight}}</td>
|
|
<!-- <td class="col">{{printData1[index].weighingManagement.buckleMiscellaneous}}</td> -->
|
|
<!-- <td class="col">{{printData1[index].weighingManagement.buckleMiscellaneous}}</td> -->
|
|
<td class="col col-bgc">净重(公斤)</td>
|
|
<td class="col col-bgc">净重(公斤)</td>
|
|
<td class="col">{{printData1[index].weighingManagement.netWeight}}</td>
|
|
<td class="col">{{printData1[index].weighingManagement.netWeight}}</td>
|
|
@@ -567,7 +588,8 @@
|
|
<div class="part1" v-if="isShowPrintType1">
|
|
<div class="part1" v-if="isShowPrintType1">
|
|
<div class="sfcard-content">
|
|
<div class="sfcard-content">
|
|
<div class="sfcard-title">
|
|
<div class="sfcard-title">
|
|
- {{ printData1[index].customerName}}{{printData1[index].identityAuthenticationInfo.customerNumberCard}}
|
|
|
|
|
|
+ {{
|
|
|
|
+ printData1[index].customerName}}{{printData1[index].identityAuthenticationInfo.customerNumberCard}}
|
|
</div>
|
|
</div>
|
|
<img :src="customerList1[index].imgURl.imageUrl1" class="avatar" />
|
|
<img :src="customerList1[index].imgURl.imageUrl1" class="avatar" />
|
|
</div>
|
|
</div>
|
|
@@ -586,7 +608,8 @@
|
|
{{printData1[index].bankDeposit}}{{printData1[index].bankCard}}
|
|
{{printData1[index].bankDeposit}}{{printData1[index].bankCard}}
|
|
</div>
|
|
</div>
|
|
<!-- <img :src="customerList1[index].imgURl.imageUrl3" class="avatar" /> -->
|
|
<!-- <img :src="customerList1[index].imgURl.imageUrl3" class="avatar" /> -->
|
|
- <img v-if="printData1[index].imgURl" :src="printData1[index].imgURl.imageUrl3" class="avatar" />
|
|
|
|
|
|
+ <img v-if="printData1[index].imgURl" :src="printData1[index].imgURl.imageUrl3"
|
|
|
|
+ class="avatar" />
|
|
<img v-else class="avatar" />
|
|
<img v-else class="avatar" />
|
|
<!-- <img v-if="printData1[index].imgURl" :src="printData1[index].imgURl.imageUrl4" class="avatar" />
|
|
<!-- <img v-if="printData1[index].imgURl" :src="printData1[index].imgURl.imageUrl4" class="avatar" />
|
|
<img v-else class="avatar" /> -->
|
|
<img v-else class="avatar" /> -->
|
|
@@ -602,7 +625,8 @@
|
|
<div class="bankcard" v-if="isShowPrintType7&&printData1[index].selfCertificateURL">
|
|
<div class="bankcard" v-if="isShowPrintType7&&printData1[index].selfCertificateURL">
|
|
|
|
|
|
<div class="sfcard-content part2">
|
|
<div class="sfcard-content part2">
|
|
- <img v-if="printData1[index].selfCertificateURL" :src="printData1[index].selfCertificateURL" class="avatar" />
|
|
|
|
|
|
+ <img v-if="printData1[index].selfCertificateURL" :src="printData1[index].selfCertificateURL"
|
|
|
|
+ class="avatar" />
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -616,8 +640,9 @@
|
|
</div>
|
|
</div>
|
|
<img :src="printData.paymentScreenshot" class="paymentScreenshot" />
|
|
<img :src="printData.paymentScreenshot" class="paymentScreenshot" />
|
|
</div> -->
|
|
</div> -->
|
|
- <div class="center part1" v-if="isShowPrintType3&&!isShowPrintType6" :class="printData.extra2? 'simple2':!selectPrint? 'simple':''">
|
|
|
|
- <div class="header1">{{ printData.compName}}粮食收购检斤结算单</div>
|
|
|
|
|
|
+ <div class="center part1" v-if="isShowPrintType3&&!isShowPrintType6"
|
|
|
|
+ :class="printData.extra2? 'simple2':!selectPrint? 'simple':''">
|
|
|
|
+ <div class="header1">{{ printData.compName}}({{printData.warehouseName}})检斤结算单</div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div class="header">
|
|
<div class="header">
|
|
@@ -642,40 +667,48 @@
|
|
<td class="col col-bgc" v-if="!printData.extra1">姓名</td>
|
|
<td class="col col-bgc" v-if="!printData.extra1">姓名</td>
|
|
<td class="col col-bgc" v-else>单位名称</td>
|
|
<td class="col col-bgc" v-else>单位名称</td>
|
|
<td class="col" colspan="4" v-if="!printData.extra1">{{ printData.customerName}}</td>
|
|
<td class="col" colspan="4" v-if="!printData.extra1">{{ printData.customerName}}</td>
|
|
- <td class="col" colspan="4" v-else>{{ print_company_name}}</td>
|
|
|
|
|
|
+ <td class="col" colspan="4" v-else>{{ printData.contractManagement.seller}}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
- <td class="col col-bgc">税务登记号</td>
|
|
|
|
- <td class="col" colspan="3">{{ printData.taxRegistrationNo}}</td>
|
|
|
|
|
|
+ <td class="col col-bgc">联系人</td>
|
|
|
|
+ <td class="col" colspan="3">{{ printData.person}}</td>
|
|
<td v-if="!printData.extra1" class="col col-bgc">身份证号</td>
|
|
<td v-if="!printData.extra1" class="col col-bgc">身份证号</td>
|
|
<td v-else class="col col-bgc">联系人</td>
|
|
<td v-else class="col col-bgc">联系人</td>
|
|
<td v-if="!printData.extra1" class="col" colspan="4">
|
|
<td v-if="!printData.extra1" class="col" colspan="4">
|
|
{{ printData.identityAuthenticationInfo.customerNumberCard}}
|
|
{{ printData.identityAuthenticationInfo.customerNumberCard}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td v-else-if="printData.contractManagement.seller == '富裕县人和晟粮食商贸有限公司'" class="col" colspan="4">
|
|
|
|
+ 郭传亮
|
|
|
|
+ </td>
|
|
<td v-else class="col" colspan="4">
|
|
<td v-else class="col" colspan="4">
|
|
{{ printData.customerName}}
|
|
{{ printData.customerName}}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
- <td class="col col-bgc">业务编号</td>
|
|
|
|
- <td class="col" colspan="3">{{ printData.paymentNo}}</td>
|
|
|
|
|
|
+ <td class="col col-bgc">联系电话</td>
|
|
|
|
+ <td class="col" colspan="3">{{ printData.personPhone}}</td>
|
|
<td v-if="!printData.extra1" class="col col-bgc">卡号</td>
|
|
<td v-if="!printData.extra1" class="col col-bgc">卡号</td>
|
|
<td v-else class="col col-bgc">联系电话</td>
|
|
<td v-else class="col col-bgc">联系电话</td>
|
|
<td v-if="!printData.extra1" class="col" colspan="4">
|
|
<td v-if="!printData.extra1" class="col" colspan="4">
|
|
{{printData.identityAuthenticationInfo.bankDeposit}}{{printData.identityAuthenticationInfo.bankCard}}
|
|
{{printData.identityAuthenticationInfo.bankDeposit}}{{printData.identityAuthenticationInfo.bankCard}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td v-else-if="printData.contractManagement.seller == '富裕县人和晟粮食商贸有限公司'" class="col" colspan="4">
|
|
|
|
+ 15174590000
|
|
|
|
+ </td>
|
|
<td v-else class="col" colspan="4">
|
|
<td v-else class="col" colspan="4">
|
|
{{printData.customerPhone}}
|
|
{{printData.customerPhone}}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
<td class="col col-bgc">收货仓库</td>
|
|
<td class="col col-bgc">收货仓库</td>
|
|
- <td v-if="pengyuPrint" class="col" colspan="3">北京天维康油脂调销中心有限公司</td>
|
|
|
|
- <td v-if="!pengyuPrint" class="col" colspan="3">{{printData.warehouseName}}</td>
|
|
|
|
- <td class="col col-bgc">地址</td>
|
|
|
|
- <td class="col" colspan="4">
|
|
|
|
|
|
+ <td v-if="!printData.extra1" class="col" colspan="3">{{printData.warehouseName}}</td>
|
|
|
|
+ <td v-else class="col" colspan="3">依安县先锋粮库有限公司新屯分公司</td>
|
|
|
|
+ <td v-if="!printData.extra1" class="col col-bgc">地址</td>
|
|
|
|
+ <td v-else class="col col-bgc"></td>
|
|
|
|
+ <td v-if="!printData.extra1" class="col" colspan="4">
|
|
{{printData.identityAuthenticationInfo.compAddress}}
|
|
{{printData.identityAuthenticationInfo.compAddress}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td v-else class="col" colspan="4"></td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
<td class="col col-bgc">货名</td>
|
|
<td class="col col-bgc">货名</td>
|
|
@@ -703,7 +736,9 @@
|
|
<td class="col">
|
|
<td class="col">
|
|
{{ printData.qualityInspectionManagement.impurity}}
|
|
{{ printData.qualityInspectionManagement.impurity}}
|
|
</td>
|
|
</td>
|
|
- <td class="col">{{printData.goodsName== '大豆'?printData.qualityInspectionManagement.protein:printData.qualityInspectionManagement.bulkDensity}}</td>
|
|
|
|
|
|
+ <td class="col">{{printData.goodsName==
|
|
|
|
+ '大豆'?printData.qualityInspectionManagement.protein:printData.qualityInspectionManagement.bulkDensity}}
|
|
|
|
+ </td>
|
|
<td class="col">{{ printData.grossWeight}}</td>
|
|
<td class="col">{{ printData.grossWeight}}</td>
|
|
<td class="col">{{ printData.tare}}</td>
|
|
<td class="col">{{ printData.tare}}</td>
|
|
<td class="col" v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'
|
|
<td class="col" v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'
|
|
@@ -735,29 +770,34 @@
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
<td class="col">{{ printData.pureWeight}}</td>
|
|
<td class="col">{{ printData.pureWeight}}</td>
|
|
- <td class="col " v-if="printData.type == '潮粮' && !pengyuPrint">
|
|
|
|
|
|
+ <td class="col " v-if="printData.type == '潮粮' && !printData.extra1">
|
|
{{printData.tidalGrainPrice}}
|
|
{{printData.tidalGrainPrice}}
|
|
</td>
|
|
</td>
|
|
- <td class="col " v-if="printData.type == '干粮' && !pengyuPrint">
|
|
|
|
|
|
+ <td class="col " v-if="printData.type == '干粮' && !printData.extra1">
|
|
{{printData.qualityInspectionManagement.dryGrainPrice}}
|
|
{{printData.qualityInspectionManagement.dryGrainPrice}}
|
|
</td>
|
|
</td>
|
|
- <td class="col " v-if="pengyuPrint">
|
|
|
|
- {{Number(printData.unitContractPrice/1000).toFixed(3)}}
|
|
|
|
- </td>
|
|
|
|
- <td class="col ">{{ printData.unitDeduction}}</td>
|
|
|
|
- <td class="col " v-if="pengyuPrint">
|
|
|
|
- {{Number(printData.unitContractPrice/1000*printData.pureWeight).toFixed(2)}}
|
|
|
|
|
|
+ <td class="col " v-if="printData.extra1">
|
|
|
|
+ 0
|
|
</td>
|
|
</td>
|
|
- <td class="col " v-if="!pengyuPrint">
|
|
|
|
|
|
+ <td class="col " v-if="!printData.extra1">{{ printData.unitDeduction}}</td>
|
|
|
|
+ <td class="col " v-else>0</td>
|
|
|
|
+ <td class="col " v-if="!printData.extra1">
|
|
{{printData.grainMoney}}
|
|
{{printData.grainMoney}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td class="col " v-else>0</td>
|
|
|
|
+
|
|
<td class="col "> {{printData.qualityInspectionManagement.mildewGrain}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.mildewGrain}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.jiaorenli}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.jiaorenli}}</td>
|
|
- <td class="col "> {{printData.goodsName== '大豆'?printData.qualityInspectionManagement.completeGrain:printData.qualityInspectionManagement.imperfectGrain}}</td>
|
|
|
|
- <td class="col ">{{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData.buckleWeightRatio}}</td>
|
|
|
|
- <td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type == '潮粮'">{{ (printData.qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
|
|
|
|
+ <td class="col "> {{printData.goodsName==
|
|
|
|
+ '大豆'?printData.qualityInspectionManagement.completeGrain:printData.qualityInspectionManagement.imperfectGrain}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData.buckleWeightRatio}}</td>
|
|
|
|
+ <td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type == '潮粮'">{{
|
|
|
|
+ (printData.qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
<td class="col " v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type == '潮粮'"></td>
|
|
<td class="col " v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type == '潮粮'"></td>
|
|
- <td :colspan="printData.type == '潮粮'?1:2" class="col ">{{printData.qualityInspectionManagement.binNumber}}</td>
|
|
|
|
|
|
+ <td :colspan="printData.type == '潮粮'?1:2" class="col ">
|
|
|
|
+ {{printData.qualityInspectionManagement.binNumber}}</td>
|
|
<!-- <td class="col ">{{ printData.unloadDeduction}}</td> -->
|
|
<!-- <td class="col ">{{ printData.unloadDeduction}}</td> -->
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -779,30 +819,27 @@
|
|
<!-- <td class="col " v-if="printData.type == '潮粮'">
|
|
<!-- <td class="col " v-if="printData.type == '潮粮'">
|
|
{{ printData.solidGrainPrice}}
|
|
{{ printData.solidGrainPrice}}
|
|
</td> -->
|
|
</td> -->
|
|
- <td class="col " v-if="pengyuPrint&&printData.type == '潮粮'">
|
|
|
|
- {{Number(printData.unitContractPrice/1000*printData.pureWeight).toFixed(2)}}
|
|
|
|
- </td>
|
|
|
|
- <td class="col " v-if="pengyuPrint&&printData.type != '潮粮'">
|
|
|
|
- {{Number(printData.unitContractPrice/1000*printData.weighingManagement.netWeight).toFixed(2)}}
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
- <td class="col " v-if="!pengyuPrint">
|
|
|
|
|
|
+ <td class="col " v-if="!printData.extra1">
|
|
{{printData.calculationPayable}}
|
|
{{printData.calculationPayable}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td class="col " v-else>
|
|
|
|
+ 0
|
|
|
|
+ </td>
|
|
<td class="col ">
|
|
<td class="col ">
|
|
{{ printData.qualityInspectionManagement.natureOfGrainPurchase}}
|
|
{{ printData.qualityInspectionManagement.natureOfGrainPurchase}}
|
|
</td>
|
|
</td>
|
|
<td class="col ">{{ printData.carNo}}</td>
|
|
<td class="col ">{{ printData.carNo}}</td>
|
|
- <td class="col " colspan="4">质权所有人: 吉林银行</td>
|
|
|
|
|
|
+ <td class="col " v-if="printData.extra1" colspan="4">货权所有人: {{ printData.compName}}</td>
|
|
|
|
+ <td class="col " v-else colspan="4">质权所有人: 吉林银行</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
<td class="col col-bgc">实付金额</td>
|
|
<td class="col col-bgc">实付金额</td>
|
|
<td class="col " colspan="2"></td>
|
|
<td class="col " colspan="2"></td>
|
|
<td class="col col-bgc" colspan="3">人民币(大写)</td>
|
|
<td class="col col-bgc" colspan="3">人民币(大写)</td>
|
|
- <td class="col " v-if="!pengyuPrint" colspan="4">
|
|
|
|
|
|
+ <td class="col " v-if="!printData.extra1" colspan="4">
|
|
{{printData.capitalize}}
|
|
{{printData.capitalize}}
|
|
</td>
|
|
</td>
|
|
- <td class="col " v-if="pengyuPrint" colspan="4">
|
|
|
|
|
|
+ <td class="col " v-else colspan="4">
|
|
|
|
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -810,18 +847,19 @@
|
|
<div class="bottom">
|
|
<div class="bottom">
|
|
<div class="bottom-row1">
|
|
<div class="bottom-row1">
|
|
<div>
|
|
<div>
|
|
- 质检员:{{ printData.qualityInspectionManagement.qualityInspector}}
|
|
|
|
|
|
+ 质检员:
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
- 检斤员:{{ printData.weighingManagement.secretaryWeigher}}
|
|
|
|
|
|
+ 检斤员:
|
|
</div>
|
|
</div>
|
|
- <div>监管方:</div>
|
|
|
|
- <div>仓储方:</div>
|
|
|
|
|
|
+ <div>买方:</div>
|
|
|
|
+ <div>卖方:</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="center part1" v-if="isShowPrintType3&&printData.extra2||isShowPrintType6" :class="printData.extra2? 'simple2':!selectPrint? 'simple':''">
|
|
|
|
|
|
+ <div class="center part1" v-if="isShowPrintType3&&printData.extra2||isShowPrintType6"
|
|
|
|
+ :class="printData.extra2? 'simple2':!selectPrint? 'simple':''">
|
|
<div class="header1">{{ print_company_name_ew}}粮食收购检斤结算单</div>
|
|
<div class="header1">{{ print_company_name_ew}}粮食收购检斤结算单</div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
@@ -849,7 +887,8 @@
|
|
<tr class="row">
|
|
<tr class="row">
|
|
<td class="col col-bgc">收货仓库</td>
|
|
<td class="col col-bgc">收货仓库</td>
|
|
<td v-if="pengyuPrint" class="col" colspan="3">北京天维康油脂调销中心有限公司</td>
|
|
<td v-if="pengyuPrint" class="col" colspan="3">北京天维康油脂调销中心有限公司</td>
|
|
- <td v-if="!pengyuPrint" class="col" colspan="3">{{printData.warehouseName=='洮南新友谊兴旺库'?'建发农产品-洮南安定自管仓':printData.warehouseName}}</td>
|
|
|
|
|
|
+ <td v-if="!pengyuPrint" class="col" colspan="3">
|
|
|
|
+ {{printData.warehouseName=='洮南新友谊兴旺库'?'建发农产品-洮南安定自管仓':printData.warehouseName}}</td>
|
|
<td class="col col-bgc">身份证号</td>
|
|
<td class="col col-bgc">身份证号</td>
|
|
<td class="col" colspan="4">
|
|
<td class="col" colspan="4">
|
|
{{ printData.identityAuthenticationInfo.customerNumberCard}}
|
|
{{ printData.identityAuthenticationInfo.customerNumberCard}}
|
|
@@ -898,7 +937,9 @@
|
|
<td class="col">
|
|
<td class="col">
|
|
{{ printData.qualityInspectionManagement.impurity}}
|
|
{{ printData.qualityInspectionManagement.impurity}}
|
|
</td>
|
|
</td>
|
|
- <td class="col">{{printData.goodsName== '大豆'?printData.qualityInspectionManagement.protein:printData.qualityInspectionManagement.bulkDensity}}</td>
|
|
|
|
|
|
+ <td class="col">{{printData.goodsName==
|
|
|
|
+ '大豆'?printData.qualityInspectionManagement.protein:printData.qualityInspectionManagement.bulkDensity}}
|
|
|
|
+ </td>
|
|
<td class="col">{{ printData.grossWeight}}</td>
|
|
<td class="col">{{ printData.grossWeight}}</td>
|
|
<td class="col">{{ printData.tare}}</td>
|
|
<td class="col">{{ printData.tare}}</td>
|
|
<td class="col" v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'
|
|
<td class="col" v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'
|
|
@@ -948,11 +989,16 @@
|
|
</td>
|
|
</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.mildewGrain}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.mildewGrain}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.jiaorenli}}</td>
|
|
<td class="col "> {{printData.qualityInspectionManagement.jiaorenli}}</td>
|
|
- <td class="col "> {{printData.goodsName== '大豆'?printData.qualityInspectionManagement.completeGrain:printData.qualityInspectionManagement.imperfectGrain}}</td>
|
|
|
|
- <td class="col ">{{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData.buckleWeightRatio}}</td>
|
|
|
|
- <td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type != '潮粮'">{{ (printData.qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
|
|
|
|
+ <td class="col "> {{printData.goodsName==
|
|
|
|
+ '大豆'?printData.qualityInspectionManagement.completeGrain:printData.qualityInspectionManagement.imperfectGrain}}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="col ">
|
|
|
|
+ {{compId=='6a713699e08c4cbc97a87f7648a95e3d'?'1.25':printData.buckleWeightRatio}}</td>
|
|
|
|
+ <td class="col " v-if="compId=='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type != '潮粮'">{{
|
|
|
|
+ (printData.qualityInspectionManagement.waterContent-14.5)*1.25}}</td>
|
|
<td class="col " v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type != '潮粮'"></td>
|
|
<td class="col " v-if="compId!='6a713699e08c4cbc97a87f7648a95e3d'&&printData.type != '潮粮'"></td>
|
|
- <td :colspan="printData.type == '潮粮'?1:2" class="col ">{{printData.qualityInspectionManagement.binNumber}}</td>
|
|
|
|
|
|
+ <td :colspan="printData.type == '潮粮'?1:2" class="col ">
|
|
|
|
+ {{printData.qualityInspectionManagement.binNumber}}</td>
|
|
<!-- <td class="col ">{{ printData.unloadDeduction}}</td> -->
|
|
<!-- <td class="col ">{{ printData.unloadDeduction}}</td> -->
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -1065,11 +1111,13 @@
|
|
<td class="col">{{tableData.type}}</td>
|
|
<td class="col">{{tableData.type}}</td>
|
|
<td class="col col-bgc">{{tableData.goodsName == '大豆'?'蛋白':'容量(克/升)'}}</td>
|
|
<td class="col col-bgc">{{tableData.goodsName == '大豆'?'蛋白':'容量(克/升)'}}</td>
|
|
<td class="col">
|
|
<td class="col">
|
|
- {{tableData.goodsName == '大豆'?tableData.qualityInspectionManagement.protein:tableData.qualityInspectionManagement.bulkDensity}}
|
|
|
|
|
|
+ {{tableData.goodsName ==
|
|
|
|
+ '大豆'?tableData.qualityInspectionManagement.protein:tableData.qualityInspectionManagement.bulkDensity}}
|
|
</td>
|
|
</td>
|
|
<td class="col col-bgc">{{tableData.goodsName == '大豆'?'完整粒率(%)':'不完善粒(%)'}}</td>
|
|
<td class="col col-bgc">{{tableData.goodsName == '大豆'?'完整粒率(%)':'不完善粒(%)'}}</td>
|
|
<td class="col">
|
|
<td class="col">
|
|
- {{tableData.goodsName == '大豆'?tableData.qualityInspectionManagement.completeGrain:tableData.qualityInspectionManagement.imperfectGrain}}
|
|
|
|
|
|
+ {{tableData.goodsName ==
|
|
|
|
+ '大豆'?tableData.qualityInspectionManagement.completeGrain:tableData.qualityInspectionManagement.imperfectGrain}}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr class="row">
|
|
<tr class="row">
|
|
@@ -1416,8 +1464,8 @@
|
|
}
|
|
}
|
|
return false
|
|
return false
|
|
},
|
|
},
|
|
- printSmall() {},
|
|
|
|
- printBig() {}
|
|
|
|
|
|
+ printSmall() { },
|
|
|
|
+ printBig() { }
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.pengyuPrint = localStorage.getItem('pengyuPrint')
|
|
this.pengyuPrint = localStorage.getItem('pengyuPrint')
|
|
@@ -1442,7 +1490,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
this.date = new Date().toLocaleString()
|
|
this.date = new Date().toLocaleString()
|
|
- // let _data = decodeURIComponent(this.getQueryVariable('dataList'))
|
|
|
|
|
|
+ // let _data = decodeURIComponent(this.getQueryVariable('dataList'))
|
|
let _data = {}
|
|
let _data = {}
|
|
if (localStorage.getItem('print_pay_data')) {
|
|
if (localStorage.getItem('print_pay_data')) {
|
|
_data = localStorage.getItem('print_pay_data')
|
|
_data = localStorage.getItem('print_pay_data')
|
|
@@ -1467,7 +1515,7 @@
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
this.printData = JSON.parse(_data)
|
|
this.printData = JSON.parse(_data)
|
|
- //地址过长截取
|
|
|
|
|
|
+ //地址过长截取
|
|
if (this.printData.identityAuthenticationInfo && this.printData.identityAuthenticationInfo.compAddress.length > 24) {
|
|
if (this.printData.identityAuthenticationInfo && this.printData.identityAuthenticationInfo.compAddress.length > 24) {
|
|
this.printData.identityAuthenticationInfo.compAddress = this.printData.identityAuthenticationInfo
|
|
this.printData.identityAuthenticationInfo.compAddress = this.printData.identityAuthenticationInfo
|
|
.compAddress.substring(0, 24)
|
|
.compAddress.substring(0, 24)
|
|
@@ -1476,13 +1524,13 @@
|
|
}
|
|
}
|
|
let _type = decodeURIComponent(this.getQueryVariable('type'))
|
|
let _type = decodeURIComponent(this.getQueryVariable('type'))
|
|
this.showType = decodeURIComponent(
|
|
this.showType = decodeURIComponent(
|
|
- this.getQueryVariable('printTypeList')
|
|
|
|
- )
|
|
|
|
- // this.pzList = this.showType.split(',')
|
|
|
|
- // if((this.showType.indexOf('打印结算凭证')>-1)&&this.pzList.length==1){
|
|
|
|
- // this.onlyShowPz = true
|
|
|
|
- // }
|
|
|
|
- // this.pageType = decodeURIComponent(this.getQueryVariable('printTypeList'))
|
|
|
|
|
|
+ this.getQueryVariable('printTypeList')
|
|
|
|
+ )
|
|
|
|
+ // this.pzList = this.showType.split(',')
|
|
|
|
+ // if((this.showType.indexOf('打印结算凭证')>-1)&&this.pzList.length==1){
|
|
|
|
+ // this.onlyShowPz = true
|
|
|
|
+ // }
|
|
|
|
+ // this.pageType = decodeURIComponent(this.getQueryVariable('printTypeList'))
|
|
let _data1 = decodeURIComponent(this.getQueryVariable('customerList'))
|
|
let _data1 = decodeURIComponent(this.getQueryVariable('customerList'))
|
|
|
|
|
|
var cwprint = localStorage.getItem('cwprint')
|
|
var cwprint = localStorage.getItem('cwprint')
|
|
@@ -1503,7 +1551,7 @@
|
|
if (this.selectPrint) {
|
|
if (this.selectPrint) {
|
|
for (let i = 0; i < this.customerList1.length; i++) {
|
|
for (let i = 0; i < this.customerList1.length; i++) {
|
|
let _url1 = this.customerList1[i].identityAuthenticationInfo.cardAddressUrl.split(',')
|
|
let _url1 = this.customerList1[i].identityAuthenticationInfo.cardAddressUrl.split(',')
|
|
- // let _url2 = this.customerList1[i].payeeAddressUrl.split(',')
|
|
|
|
|
|
+ // let _url2 = this.customerList1[i].payeeAddressUrl.split(',')
|
|
this.customerList1[i].imgURl = {
|
|
this.customerList1[i].imgURl = {
|
|
imageUrl1: _url1[0],
|
|
imageUrl1: _url1[0],
|
|
imageUrl2: _url1[1],
|
|
imageUrl2: _url1[1],
|
|
@@ -1577,11 +1625,11 @@
|
|
this.bigContent = false
|
|
this.bigContent = false
|
|
}
|
|
}
|
|
if (this.printData.compName == undefined) this.printData.compName = ''
|
|
if (this.printData.compName == undefined) this.printData.compName = ''
|
|
- document.title = this.printData.compName + '粮食收购检斤结算单'
|
|
|
|
|
|
+ document.title = this.printData.compName + "(" + this.printData.warehouseName + ")" + '检斤结算单'
|
|
window.print()
|
|
window.print()
|
|
- // sessionStorage.removeItem('selectPrint_selectPrintList');
|
|
|
|
- // sessionStorage.removeItem('selectPrint_selectCustomerList');
|
|
|
|
- window.onafterprint = function(event) {
|
|
|
|
|
|
+ // sessionStorage.removeItem('selectPrint_selectPrintList');
|
|
|
|
+ // sessionStorage.removeItem('selectPrint_selectCustomerList');
|
|
|
|
+ window.onafterprint = function (event) {
|
|
window.history.back(-1)
|
|
window.history.back(-1)
|
|
}
|
|
}
|
|
},
|
|
},
|