Browse Source

2024.9.18 一、物料成本信息维护(第二版)

二、加工中心功能改造
三、标准工序(第二版)
四、商品组 - 标准工序(第二版)
五、商品组 - Process Time Matrix(第一版)
java8
yuejiayang 1 year ago
parent
commit
2235f36d0d
  1. 5
      src/views/modules/common/uploadFileList1.vue

5
src/views/modules/common/uploadFileList1.vue

@ -296,9 +296,8 @@ export default {
// this.$emit('get-document-list');
// this.$emit('get-proof-document');
} else {
this.$message({
message: '删除失败',
type: 'error'
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
})

Loading…
Cancel
Save