|
@@ -89,19 +89,18 @@
|
|
></approval-comments>
|
|
></approval-comments>
|
|
|
|
|
|
<el-dialog
|
|
<el-dialog
|
|
- title="打印"
|
|
|
|
:visible.sync="dialogVisible"
|
|
:visible.sync="dialogVisible"
|
|
:fullscreen="true"
|
|
:fullscreen="true"
|
|
- style="padding: 0;margin:0"
|
|
|
|
width="70%"
|
|
width="70%"
|
|
|
|
+ style="background-color: #1c84c6"
|
|
>
|
|
>
|
|
<div ref="print">
|
|
<div ref="print">
|
|
<h1 style="text-align: center;font-weight:bold">{{ formList.fsbuName }}</h1>
|
|
<h1 style="text-align: center;font-weight:bold">{{ formList.fsbuName }}</h1>
|
|
- <div style="display: flex;justify-content: space-between;margin-bottom: 20px">
|
|
|
|
|
|
+ <div style="display: flex;justify-content: space-between;margin-bottom: 10px">
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">客户项目:{{projectName}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">客户项目:{{projectName}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">出库日期:{{formList.fBsdate}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">出库日期:{{formList.fBsdate}}</div>
|
|
</div>
|
|
</div>
|
|
- <div style="display: flex;justify-content: space-between;margin-bottom: 20px">
|
|
|
|
|
|
+ <div style="display: flex;justify-content: space-between;margin-bottom: 10px">
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">录入人:{{formList.createBy}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">录入人:{{formList.createBy}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">公司电话:{{formList.fsbuTel}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">公司电话:{{formList.fsbuTel}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">编号:{{formList.fBillno}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">编号:{{formList.fBillno}}</div>
|
|
@@ -112,7 +111,7 @@
|
|
<td class="column" style="width: 20%;">物料名称</td>
|
|
<td class="column" style="width: 20%;">物料名称</td>
|
|
<td class="column" style="width: 10%;">规格型号</td>
|
|
<td class="column" style="width: 10%;">规格型号</td>
|
|
<td class="column" style="width: 8%;">单位</td>
|
|
<td class="column" style="width: 8%;">单位</td>
|
|
- <td class="column" style="width: 10%;">重量</td>
|
|
|
|
|
|
+ <td class="column" style="width: 10%;">数量</td>
|
|
<td class="column" style="width: 10%;">单价</td>
|
|
<td class="column" style="width: 10%;">单价</td>
|
|
<td class="column" style="width: 10%;">金额</td>
|
|
<td class="column" style="width: 10%;">金额</td>
|
|
<td class="column" style="width: 10%;">备注</td>
|
|
<td class="column" style="width: 10%;">备注</td>
|
|
@@ -343,7 +342,7 @@ export default {
|
|
}, {
|
|
}, {
|
|
surface: '4',
|
|
surface: '4',
|
|
label: 'fPurchase',
|
|
label: 'fPurchase',
|
|
- name: '重量',
|
|
|
|
|
|
+ name: '数量',
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 100,
|
|
width: 100,
|
|
onabort: '',
|
|
onabort: '',
|
|
@@ -352,7 +351,7 @@ export default {
|
|
}, {
|
|
}, {
|
|
surface: '5',
|
|
surface: '5',
|
|
label: 'fQty',
|
|
label: 'fQty',
|
|
- name: '实际重量',
|
|
|
|
|
|
+ name: '实际数量',
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 100,
|
|
width: 100,
|
|
onabort: '',
|
|
onabort: '',
|
|
@@ -1401,4 +1400,14 @@ export default {
|
|
.app-container >>> .el-form-item {
|
|
.app-container >>> .el-form-item {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+::v-deep .el-table__body-wrapper{
|
|
|
|
+ z-index: 2
|
|
|
|
+}
|
|
|
|
+::v-deep .el-dialog__header{
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+::v-deep .el-dialog__body{
|
|
|
|
+ padding: 0 20px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|