更新
This commit is contained in:
@@ -264,8 +264,8 @@ export default {
|
|||||||
this.form.设备加工能力 = 1
|
this.form.设备加工能力 = 1
|
||||||
this.form.班次类型 = 1
|
this.form.班次类型 = 1
|
||||||
this.form.设备工时系数 = 1
|
this.form.设备工时系数 = 1
|
||||||
this.form.整改工时系数 = 1
|
this.form.整改工时系数 = 0
|
||||||
this.form.预留工时系数 = 1
|
this.form.预留工时系数 = 0
|
||||||
this.dialogFormVisible = true
|
this.dialogFormVisible = true
|
||||||
},
|
},
|
||||||
handleEdit(row) {
|
handleEdit(row) {
|
||||||
|
|||||||
@@ -160,6 +160,7 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="danger"
|
type="danger"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
|
disabled
|
||||||
@click="handleDelete(scope.row)">删除</el-button>
|
@click="handleDelete(scope.row)">删除</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
@@ -431,7 +431,7 @@ export default {
|
|||||||
const printNode = $(htmlNode)
|
const printNode = $(htmlNode)
|
||||||
body.append(printNode)
|
body.append(printNode)
|
||||||
window.print()
|
window.print()
|
||||||
body.children().show()
|
body.children().not('script').show()
|
||||||
printNode.remove()
|
printNode.remove()
|
||||||
},
|
},
|
||||||
handleSizeChange1(val) {
|
handleSizeChange1(val) {
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div style="width:750px">
|
<div style="width:715px">
|
||||||
<el-card>
|
<el-card>
|
||||||
<table id="1" cellspacing="0px" align="center" border width="100%" style="">
|
<table id="1" cellspacing="0px" align="center" border width="100%" style="">
|
||||||
<tr style="height: 40px">
|
<tr style="height: 40px">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div style="width:750px">
|
<div style="width:715px">
|
||||||
<el-card>
|
<el-card>
|
||||||
<table id="3" cellspacing="0px" align="center" border width="100%" style="">
|
<table id="3" cellspacing="0px" align="center" border width="100%" style="">
|
||||||
<tr style="height: 40px">
|
<tr style="height: 40px">
|
||||||
|
|||||||
Reference in New Issue
Block a user