Browse Source

plm BM

master
ruanqi 1 year ago
parent
commit
a550ea37b2
  1. 2
      src/views/modules/proofing/requestForProofing.vue
  2. 8
      src/views/modules/test/requestForTest.vue
  3. 2
      src/views/modules/test/testSoBom/testTable.vue

2
src/views/modules/proofing/requestForProofing.vue

@ -1211,7 +1211,7 @@ export default {
// //
dataListLoading: false, dataListLoading: false,
// //
activeTable: 'project_information',
activeTable: 'attribute',
// ======== ======== // ======== ========
modalData: { modalData: {
flag: '1', flag: '1',

8
src/views/modules/test/requestForTest.vue

@ -2758,11 +2758,11 @@
return return
} }
if (this.modalData.tracker === '' || this.modalData.tracker == null) { if (this.modalData.tracker === '' || this.modalData.tracker == null) {
this.$message.warning('请选择跟单员编码!')
this.$message.warning('请选择Artwork编码!')
return return
} }
if (this.modalData.trackerName === '' || this.modalData.trackerName == null) { if (this.modalData.trackerName === '' || this.modalData.trackerName == null) {
this.$message.warning('请选择跟单员名称!')
this.$message.warning('请选择Artwork名称!')
return return
} }
if (this.modalData.projectId === '' || this.modalData.projectId == null) { if (this.modalData.projectId === '' || this.modalData.projectId == null) {
@ -2774,11 +2774,11 @@
return return
} }
if (this.modalData.engineer === '' || this.modalData.engineer == null) { if (this.modalData.engineer === '' || this.modalData.engineer == null) {
this.$message.warning('请选择工程师编码!')
this.$message.warning('请选择TP工程师编码!')
return return
} }
if (this.modalData.engineerName === '' || this.modalData.engineerName == null) { if (this.modalData.engineerName === '' || this.modalData.engineerName == null) {
this.$message.warning('请选择工程师名称!')
this.$message.warning('请选择TP工程师名称!')
return return
} }
if (this.modalData.testPartNo === '' || this.modalData.testPartNo == null) { if (this.modalData.testPartNo === '' || this.modalData.testPartNo == null) {

2
src/views/modules/test/testSoBom/testTable.vue

@ -422,7 +422,7 @@ export default {
this.$message.warning("请勾选需要删除的信息") this.$message.warning("请勾选需要删除的信息")
return return
} }
this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
this.$confirm('此操作将永久删除材料信息, 是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'

Loading…
Cancel
Save