功能修改
This commit is contained in:
parent
be549dc331
commit
ca3dc29097
@ -900,7 +900,7 @@ export default {
|
|||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
this.$modal
|
this.$modal
|
||||||
.confirm(
|
.confirm(
|
||||||
'是否确认删除生产工单编号为"' + row.workorderId + '"的数据项?'
|
'是否确认删除生产工单编码为"' + row.workorderCode + '"的数据项?'
|
||||||
)
|
)
|
||||||
.then(function () {
|
.then(function () {
|
||||||
return delWorkorder(row.workorderId);
|
return delWorkorder(row.workorderId);
|
||||||
|
Loading…
Reference in New Issue
Block a user