diff --git a/src/views/modules/oss/ossComponents.vue b/src/views/modules/oss/ossComponents.vue
index 235be11..d5dadef 100644
--- a/src/views/modules/oss/ossComponents.vue
+++ b/src/views/modules/oss/ossComponents.vue
@@ -109,8 +109,6 @@ export default {
this.fileList = fileList
},
handleUploadFiles(){
- console.log('单号为:')
- console.log(this.ossForm.orderRef2)
if (this.fileList.length === 0){
this.$message.error('请选择文件');
return;
diff --git a/src/views/modules/part/partCatalogInformation.vue b/src/views/modules/part/partCatalogInformation.vue
index 62e259b..a88a1e0 100644
--- a/src/views/modules/part/partCatalogInformation.vue
+++ b/src/views/modules/part/partCatalogInformation.vue
@@ -1141,7 +1141,6 @@
const {ifsPartNo} = this.$route.params;
if (ifsPartNo) {
this.searchData.partNo = ifsPartNo;
- console.log('赋值成功')
}
this.getDataList()
},
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index b546427..6ff8408 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -104,8 +104,14 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{ scope.row[item.columnProp] }}
-
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue
index 263fece..edb3819 100644
--- a/src/views/modules/part/routingManagement.vue
+++ b/src/views/modules/part/routingManagement.vue
@@ -5033,7 +5033,6 @@ export default {
// 加工中心输入校验
workCenterBlur(tagNo) {
- console.log('@change触发')
if (this.componentData.workCenterNo != null && this.componentData.workCenterNo !== '') {
let tempData = {
tagno: tagNo,