更新仓库、物料、班组

This commit is contained in:
2024-08-21 11:42:23 +08:00
parent ca08b46f77
commit 3c620f4dfa
44 changed files with 805 additions and 509 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2024-07-10 11:08:48
* @LastEditors: zwq
* @LastEditTime: 2024-07-19 14:09:18
* @LastEditTime: 2024-08-14 15:35:06
* @Description:
-->
<template>
@@ -216,7 +216,7 @@ export default {
handleDelete(row) {
let _this = this;
_this.$modal
.confirm('是否确认删除名称为"' + row.name + '"的数据项?')
.delConfirm(row.name)
.then(function () {
return deleteGroupPlan(row.id);
})