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"> 更多 - + 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 @@ - + @@ -413,8 +366,7 @@ 零件成本组 / Part Cost Group - + @@ -613,7 +565,7 @@ - 新增 + 新增 -