diff --git a/src/views/modules/oss/ossComponents.vue b/src/views/modules/oss/ossComponents.vue
index 235be11..fc8c974 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;
@@ -257,16 +255,7 @@ export default {
this.dataList = [];
this.handleQuery();
}
- },
- orderRef2(newVal) {
- this.ossForm.orderRef2 = newVal;
- },
- 'ossForm.orderRef2'(newVal) {
- this.$emit('update:orderRef2', newVal);
}
- },
- mounted() {
- this.ossForm.orderRef2 = this.orderRef2;
}
}
diff --git a/src/views/modules/part/partCatalogInformation.vue b/src/views/modules/part/partCatalogInformation.vue
index 62e259b..654160b 100644
--- a/src/views/modules/part/partCatalogInformation.vue
+++ b/src/views/modules/part/partCatalogInformation.vue
@@ -435,13 +435,6 @@
Chooselist
},
watch: {
- '$route'(to) {
- const newPartNo = to.params.ifsPartNo
- if (newPartNo && newPartNo !== this.searchData.partNo) {
- this.searchData.partNo = newPartNo
- this.getDataList()
- }
- },
searchData: {
deep: true,
handler: function (newV, oldV) {
@@ -1131,18 +1124,6 @@
},
created () {
- this.searchData = {
- site: this.$store.state.user.site,
- partNo: '',
- partDesc: '',
- page: 1,
- limit: 10
- }
- 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 b45a903..48a0f96 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -104,18 +104,8 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
-
-
- {{ scope.row[item.columnProp] }}
-
-
![]()
-
-
-
{{ scope.row[item.columnProp] }}
-
![]()
-
+ {{ scope.row[item.columnProp] }}
+
更多
-
+
BOM
Routing
- 转正式物料
-
+ 转正式物料
@@ -147,22 +135,20 @@
+ @size-change="sizeChangeHandle"
+ @current-change="currentChangeHandle"
+ :current-page="pageIndex"
+ :page-sizes="[20, 50, 100, 200, 500]"
+ :page-size="pageSize"
+ :total="totalPage"
+ layout="total, sizes, prev, pager, next, jumper">
-
+
-
+
@@ -170,8 +156,7 @@
Copy
-
+
@@ -180,8 +165,7 @@
Next Part No
-
+
@@ -193,49 +177,40 @@
- 安全代码 / Safety Code
+ 安全代码 / Safety Code
- 计划人 / Planner
-
+ 计划人 / Planner
+
会计组 / Accounting Group
-
+
- 计量单位 / Inventory UoM
+ 计量单位 / Inventory UoM
计量单位 / Inventory UoM
-
+
- 产品代码 / Product Code
+ 产品代码 / Product Code
- 商品组1 / Comm Group 1
-
+ 商品组1 / Comm Group 1
+
@@ -246,10 +221,8 @@
- 商品组2 / Comm Group 2
-
+ 商品组2 / Comm Group 2
+
@@ -258,8 +231,7 @@
- 资产等级 / Asset Class
+ 资产等级 / Asset Class
@@ -269,14 +241,12 @@
- 零件状态 / Part Status
+ 零件状态 / Part Status
-
+
@@ -287,16 +257,13 @@
- ABC类 / ABC Class
+ ABC类 / ABC Class
ABC类 / ABC Class
-
+
-
+
@@ -310,56 +277,44 @@
-
+
-
+
来源国家 / Country of Origin
-
+
-
+
-
+
- 区域代码 / Region Code
-
+ 区域代码 / Region Code
+
-
+
海关统计序号 / Customs Stat No
-
+
-
+
@@ -372,8 +327,7 @@
-
+
- {{ scope.row[item.columnProp] }}
-
+ {{scope.row[item.columnProp]}}
+
@@ -413,8 +366,7 @@
零件成本组 / Part Cost Group
-
+
@@ -613,7 +565,7 @@
- 新增
+ 新增
-
+
编辑
删除
@@ -718,7 +670,7 @@
同步
- 编辑
+ 保存
关闭
diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue
index 263fece..a086496 100644
--- a/src/views/modules/part/routingManagement.vue
+++ b/src/views/modules/part/routingManagement.vue
@@ -651,7 +651,7 @@
- 保存
+ 保存
关闭
@@ -1289,7 +1289,6 @@ export default {
data() {
return {
initPage: false,
- loading: false,
// 导出
exportData: [],
exportName: 'Routing列表' + this.dayjs().format('YYYYMMDDHHmmss'),
@@ -4857,11 +4856,9 @@ export default {
return
}
if (this.routingToolData.flag === '1') {
- this.loading = true
routingToolSave(this.routingToolData).then(({data}) => {
if (data && data.code === 0) {
this.searchRoutingTools()
- this.loading = false
this.saveRoutingToolModal = false
this.$message({
message: '操作成功',
@@ -4877,11 +4874,9 @@ export default {
}
})
} else {
- this.loading = true
routingToolEdit(this.routingToolData).then(({data}) => {
if (data && data.code === 0) {
this.searchRoutingTools()
- this.loading = false
this.saveRoutingToolModal = false
this.$message({
message: '操作成功',
diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue
index 28bf2e2..604b58d 100644
--- a/src/views/modules/quotation/requestForQuote.vue
+++ b/src/views/modules/quotation/requestForQuote.vue
@@ -600,7 +600,7 @@
确定
- 取消
+ 取消
@@ -3567,11 +3567,7 @@ export default {
handleCurrentChange(val){
this.no = val
this.getProjectPartList();
- },
- closeRejectForm(){
- this.rejectVisible = false
- this.rejectOpinion = ''
- },
+ }
}
}
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
index 8ba0901..ea3215f 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
@@ -74,7 +74,7 @@
-
scope.row.numValue = value.replace(/[^0-9.]/g, '')" style="height: 11px;padding: 0px;width:98%" allow-create :disabled="ifDisableFlag">
+
-
-
+
@@ -474,7 +471,6 @@
cqcOperatorList:[],
faiOperatorList:[],
relevancePartNo:'',
- ecnUpgradeVersion:''
},
dataRole: {
partTypeDesc: [