a
This commit is contained in:
@@ -504,11 +504,12 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning('请选择订单')
|
this.$message.warning('请选择外协加工任务单')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 保存
|
// 保存
|
||||||
confirmPrice() {
|
confirmPrice() {
|
||||||
|
if (this.Number) {
|
||||||
var 外协加工任务单明细流水号组 = []
|
var 外协加工任务单明细流水号组 = []
|
||||||
var 加工价格_成交组 = []
|
var 加工价格_成交组 = []
|
||||||
for (let i = 0; i < this.List3.length; i++) {
|
for (let i = 0; i < this.List3.length; i++) {
|
||||||
@@ -523,9 +524,13 @@ export default {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.$message.warning('请选择外协加工任务单')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// 提交
|
// 提交
|
||||||
Deal() {
|
Deal() {
|
||||||
|
if (this.Number) {
|
||||||
this.$confirm('成交后单据不可修改, 确定成交吗?', '提示', {
|
this.$confirm('成交后单据不可修改, 确定成交吗?', '提示', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
@@ -543,6 +548,9 @@ export default {
|
|||||||
message: '已取消提交'
|
message: '已取消提交'
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.$message.warning('请选择外协加工任务单')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// 导出任务单
|
// 导出任务单
|
||||||
exportTable() {
|
exportTable() {
|
||||||
@@ -596,39 +604,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
td{
|
|
||||||
width: 100px;
|
|
||||||
height: 30px;
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
.el-table .chengjiao {
|
|
||||||
background: #AEF199;
|
|
||||||
}
|
|
||||||
.el-input__inner {
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style>
|
|
||||||
.el-table .chajia {
|
|
||||||
background: #EBF953;
|
|
||||||
}
|
|
||||||
#tableHead td{
|
|
||||||
border:1px solid black;
|
|
||||||
}
|
|
||||||
.tableData td{
|
|
||||||
border:1px solid black;
|
|
||||||
}
|
|
||||||
#tableFoot td{
|
|
||||||
border:1px solid black;
|
|
||||||
}
|
|
||||||
.tbodyHead td{
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.foot td{
|
|
||||||
width: 7%;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user