工艺定额查询

This commit is contained in:
Vergil
2020-05-18 10:12:26 +08:00
parent 39a77099dc
commit 8100278664

View File

@@ -55,14 +55,13 @@
</div> </div>
</el-card> </el-card>
<el-row> <el-row>
<el-col style="width: 1240px"> <el-col>
<el-card> <el-card>
<el-table <el-table
v-loading="loading" v-loading="loading"
:data="tableData" :data="tableData"
size="mini" size="mini"
height="740" height="740"
style="width: 1240px"
border border
stripe stripe
highlight-current-row highlight-current-row
@@ -291,7 +290,7 @@ export default {
data() { data() {
return { return {
centerDialogVisible: false, centerDialogVisible: false,
order: '', order: 0,
finishTime: '', finishTime: '',
partNumValue: [], partNumValue: [],
machineNumberValue: '', machineNumberValue: '',