Commit 5fcaa32f authored by xioln's avatar xioln

问题修改

parent 45dc96a7
......@@ -123,6 +123,7 @@
<el-form-item label-width="100px" label="不合格数" prop="noPassAmount">
<el-input-number
v-model="form.noPassAmount"
style="width: 120px"
clearable
:min="0"
placeholder="不合格数"
......@@ -369,11 +370,11 @@ export default {
<style lang='scss'>
.equipmen-checkNo {
.el-select {
width: 220px
// width: 220px
}
.el-input {
width: 220px
// width: 220px
}
}
</style>
......@@ -948,11 +948,11 @@ export default {
</script>
<style lang='scss'>
.material-checkNo {
.el-select {
width: 220px
}
.el-input {
width: 220px
}
// .el-select {
// width: 220px
// }
// .el-input {
// width: 220px
// }
}
</style>
......@@ -338,11 +338,11 @@ export default {
</script>
<style lang='scss'>
.outSource-checkNo{
.el-select {
width: 220px
}
.el-input {
width: 220px
}
// .el-select {
// width: 220px
// }
// .el-input {
// width: 220px
// }
}
</style>
......@@ -420,7 +420,7 @@ export default {
this.$utils.showMessageWarning('打印标签需要先选择库位')
return
}
JobResponseInStorageEntryId = this.extWorkUnitName
JobResponseInStorageEntryId = row.extWorkUnit.extcode
this.printConfig = Object.assign({}, this.printConfig, {
visible: true
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment