'打回零件'

This commit is contained in:
liushuai
2018-12-24 15:29:38 +08:00
parent 53262caac4
commit 50d5e90356
4 changed files with 150 additions and 65 deletions

View File

@@ -36,7 +36,8 @@
v-loading="listLoading2"
:data="tableData2"
style="width: 100%;max-height: 400px;"
height="400"
size="mini"
height="300"
highlight-current-row
border
@row-click="searchSpareParts">
@@ -97,7 +98,8 @@
v-loading="listLoading"
:data="tableData"
style="width: 100%;max-height: 400px;"
height="400"
size="mini"
height="300"
highlight-current-row
border
@row-click="searchProcedure">
@@ -153,7 +155,8 @@
v-loading="listLoading1"
:data="tableData1"
style="width: 100%;max-height: 400px;"
height="400"
size="mini"
height="300"
highlight-current-row
border>
<el-table-column align="center" label="工序顺序" width="100">
@@ -361,7 +364,6 @@ export default {
this.check3 = 0
}
searchTable(this.entryNameValue, this.machineValue, this.check2, this.GroupNumValue, this.check3, this.PartDrawingNumber, this.pageCurrent, this.pageSize).then(response => {
console.log(response)
this.tableData = response.data.rows
this.total = response.data.total
this.listLoading = false