From f6cfd8af66db11c362fd10e041a10592d3cdf3f5 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Tue, 8 Nov 2022 20:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/TabLayout.vue | 2 +- .../accessrecords/LndustrialExplosiveCome.vue | 412 +++++++++++++++ .../LndustrialExplosiveEnter.vue | 395 +++++++++++++++ .../ProcessMaterialWarehousingRecord.vue | 401 +++++++++++++++ .../ProcessMaterialsDeliveryRecord.vue | 415 +++++++++++++++ .../LndustrialExplosiveComeFlowChart.vue | 13 + .../LndustrialExplosiveEnterFlowChart.vue | 13 + .../ProcessMaterialWarehousingFlowChart.vue | 210 ++++++++ .../ProcessMaterialsDeliveryFlowChart.vue | 386 ++++++++++++++ .../modules/LndustrialExplosiveComeDetail.vue | 402 +++++++++++++++ .../LndustrialExplosiveEnterDetail.vue | 458 +++++++++++++++++ .../ProcessMaterialWarehousingDetail.vue | 473 ++++++++++++++++++ .../ProcessMaterialsDeliveryDetail.vue | 446 +++++++++++++++++ .../plan/LndustrialExplosiveComePlan.vue | 97 ++++ .../plan/LndustrialExplosiveEnterPlan.vue | 97 ++++ .../plan/ProcessMaterialWarehousingPlan.vue | 97 ++++ .../plan/ProcessMaterialsDeliveryPlan.vue | 97 ++++ .../LndustrialExplosiveComeStatement.vue | 15 + .../LndustrialExplosiveEnterStatement.vue | 15 + .../ProcessMaterialWarehousingStatement.vue | 15 + .../ProcessMaterialsDeliveryStatement.vue | 15 + .../ProcessSuppliesStrongerList.vue | 37 +- .../ProcessSuppliesStrongerLists.vue | 84 ++-- .../ProcessWasteMaterialsList.vue | 13 +- .../ProcessWasteMaterialsLists.vue | 14 +- 25 files changed, 4542 insertions(+), 80 deletions(-) create mode 100644 src/views/accessrecords/LndustrialExplosiveCome.vue create mode 100644 src/views/accessrecords/LndustrialExplosiveEnter.vue create mode 100644 src/views/accessrecords/ProcessMaterialWarehousingRecord.vue create mode 100644 src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue create mode 100644 src/views/accessrecords/flowchart/LndustrialExplosiveComeFlowChart.vue create mode 100644 src/views/accessrecords/flowchart/LndustrialExplosiveEnterFlowChart.vue create mode 100644 src/views/accessrecords/flowchart/ProcessMaterialWarehousingFlowChart.vue create mode 100644 src/views/accessrecords/flowchart/ProcessMaterialsDeliveryFlowChart.vue create mode 100644 src/views/accessrecords/modules/LndustrialExplosiveComeDetail.vue create mode 100644 src/views/accessrecords/modules/LndustrialExplosiveEnterDetail.vue create mode 100644 src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue create mode 100644 src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue create mode 100644 src/views/accessrecords/plan/LndustrialExplosiveComePlan.vue create mode 100644 src/views/accessrecords/plan/LndustrialExplosiveEnterPlan.vue create mode 100644 src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue create mode 100644 src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue create mode 100644 src/views/accessrecords/statement/LndustrialExplosiveComeStatement.vue create mode 100644 src/views/accessrecords/statement/LndustrialExplosiveEnterStatement.vue create mode 100644 src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue create mode 100644 src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 879be45..21dc411 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -16,7 +16,7 @@ @edit="editPage"> {{ page.meta.title }} - {{page.params.merchandiseName}} + {{page.query.merchandiseName}}
diff --git a/src/views/accessrecords/LndustrialExplosiveCome.vue b/src/views/accessrecords/LndustrialExplosiveCome.vue new file mode 100644 index 0000000..cd173cb --- /dev/null +++ b/src/views/accessrecords/LndustrialExplosiveCome.vue @@ -0,0 +1,412 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/LndustrialExplosiveEnter.vue b/src/views/accessrecords/LndustrialExplosiveEnter.vue new file mode 100644 index 0000000..4250005 --- /dev/null +++ b/src/views/accessrecords/LndustrialExplosiveEnter.vue @@ -0,0 +1,395 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/ProcessMaterialWarehousingRecord.vue b/src/views/accessrecords/ProcessMaterialWarehousingRecord.vue new file mode 100644 index 0000000..2bda2c6 --- /dev/null +++ b/src/views/accessrecords/ProcessMaterialWarehousingRecord.vue @@ -0,0 +1,401 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue b/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue new file mode 100644 index 0000000..c8f4763 --- /dev/null +++ b/src/views/accessrecords/ProcessMaterialsDeliveryRecord.vue @@ -0,0 +1,415 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/flowchart/LndustrialExplosiveComeFlowChart.vue b/src/views/accessrecords/flowchart/LndustrialExplosiveComeFlowChart.vue new file mode 100644 index 0000000..dd14c54 --- /dev/null +++ b/src/views/accessrecords/flowchart/LndustrialExplosiveComeFlowChart.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/flowchart/LndustrialExplosiveEnterFlowChart.vue b/src/views/accessrecords/flowchart/LndustrialExplosiveEnterFlowChart.vue new file mode 100644 index 0000000..348827f --- /dev/null +++ b/src/views/accessrecords/flowchart/LndustrialExplosiveEnterFlowChart.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/flowchart/ProcessMaterialWarehousingFlowChart.vue b/src/views/accessrecords/flowchart/ProcessMaterialWarehousingFlowChart.vue new file mode 100644 index 0000000..24f7f67 --- /dev/null +++ b/src/views/accessrecords/flowchart/ProcessMaterialWarehousingFlowChart.vue @@ -0,0 +1,210 @@ + + + \ No newline at end of file diff --git a/src/views/accessrecords/flowchart/ProcessMaterialsDeliveryFlowChart.vue b/src/views/accessrecords/flowchart/ProcessMaterialsDeliveryFlowChart.vue new file mode 100644 index 0000000..be05968 --- /dev/null +++ b/src/views/accessrecords/flowchart/ProcessMaterialsDeliveryFlowChart.vue @@ -0,0 +1,386 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/modules/LndustrialExplosiveComeDetail.vue b/src/views/accessrecords/modules/LndustrialExplosiveComeDetail.vue new file mode 100644 index 0000000..148d376 --- /dev/null +++ b/src/views/accessrecords/modules/LndustrialExplosiveComeDetail.vue @@ -0,0 +1,402 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/modules/LndustrialExplosiveEnterDetail.vue b/src/views/accessrecords/modules/LndustrialExplosiveEnterDetail.vue new file mode 100644 index 0000000..a35391f --- /dev/null +++ b/src/views/accessrecords/modules/LndustrialExplosiveEnterDetail.vue @@ -0,0 +1,458 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue b/src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue new file mode 100644 index 0000000..514d424 --- /dev/null +++ b/src/views/accessrecords/modules/ProcessMaterialWarehousingDetail.vue @@ -0,0 +1,473 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue b/src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue new file mode 100644 index 0000000..b0faed5 --- /dev/null +++ b/src/views/accessrecords/modules/ProcessMaterialsDeliveryDetail.vue @@ -0,0 +1,446 @@ + + + + \ No newline at end of file diff --git a/src/views/accessrecords/plan/LndustrialExplosiveComePlan.vue b/src/views/accessrecords/plan/LndustrialExplosiveComePlan.vue new file mode 100644 index 0000000..44058f6 --- /dev/null +++ b/src/views/accessrecords/plan/LndustrialExplosiveComePlan.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/plan/LndustrialExplosiveEnterPlan.vue b/src/views/accessrecords/plan/LndustrialExplosiveEnterPlan.vue new file mode 100644 index 0000000..f69f26d --- /dev/null +++ b/src/views/accessrecords/plan/LndustrialExplosiveEnterPlan.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue new file mode 100644 index 0000000..bddbab3 --- /dev/null +++ b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue new file mode 100644 index 0000000..95292e7 --- /dev/null +++ b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/statement/LndustrialExplosiveComeStatement.vue b/src/views/accessrecords/statement/LndustrialExplosiveComeStatement.vue new file mode 100644 index 0000000..32bd948 --- /dev/null +++ b/src/views/accessrecords/statement/LndustrialExplosiveComeStatement.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/statement/LndustrialExplosiveEnterStatement.vue b/src/views/accessrecords/statement/LndustrialExplosiveEnterStatement.vue new file mode 100644 index 0000000..fb6e664 --- /dev/null +++ b/src/views/accessrecords/statement/LndustrialExplosiveEnterStatement.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue b/src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue new file mode 100644 index 0000000..c4b6a85 --- /dev/null +++ b/src/views/accessrecords/statement/ProcessMaterialWarehousingStatement.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue b/src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue new file mode 100644 index 0000000..72c6a86 --- /dev/null +++ b/src/views/accessrecords/statement/ProcessMaterialsDeliveryStatement.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue b/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue index 67ac07f..b487c2e 100644 --- a/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue +++ b/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue @@ -160,12 +160,12 @@ { title:'规格', align:"center", - dataIndex: 'merchandiseName1' + dataIndex: 'specification' }, { title:'型号', align:"center", - dataIndex: 'merchandiseName2' + dataIndex: 'type' }, { @@ -176,12 +176,15 @@ { title:'总库数量', align:"center", - dataIndex: 'materialQuantity' + dataIndex: 'materialQuantity1', + customRender:function (t,r,index) { + return 0; + } }, { title:'项目部数量', align:"center", - dataIndex: 'materialQuantity1' + dataIndex: 'materialQuantity' }, { title:'核算属性', @@ -220,24 +223,16 @@ methods: { handleDetaills(record){ console.log(record); - - // var temomen = { - // name: 'src-views-suppliesstronger-ProcessSuppliesStrongerLists', - // hidden: true, - // meta: { - // title: 'title', - // keepAlive: true, - // hiddenHeaderContent: true, - // } - // } - // this.$router.push(temomen); - // console.log(record) - // console.log("下标为",record.merchandiseName.substring(record.merchandiseName.lastIndexOf(" "))) this.$router.push({ - name:'src-views-suppliesstronger-ProcessSuppliesStrongerLists', - params:{ - item: record.merchandiseNewsId, - merchandiseName : ' - '+record.merchandiseName.substring(0,record.merchandiseName.lastIndexOf(" ")) + // name:'src-views-suppliesstronger-ProcessSuppliesStrongerLists', + // params:{ + // item: record.merchandiseNewsId, + // merchandiseName : ' - '+record.merchandiseName.substring(0,record.merchandiseName.lastIndexOf(" ")) + // } + path:'/materials/suppliesstronger_detail', + query:{ + item: record.merchandiseNewsId, + merchandiseName : ' - '+record.merchandiseName.substring(0,record.merchandiseName.lastIndexOf(" ")) } }) }, diff --git a/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue index 1653c43..309b88e 100644 --- a/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue +++ b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue @@ -36,6 +36,7 @@ format="YYYY-MM-DD" :placeholder="['开始时间', '结束时间']" @change="onDateChange" + v-model="productLicenseDate" /> @@ -70,41 +71,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -112,7 +78,13 @@ - + + @@ -122,6 +94,7 @@ format="YYYY-MM-DD" :placeholder="['开始时间', '结束时间']" @change="onDateChangestorageTime" + v-model="inboundLicenseDate" /> @@ -225,10 +198,12 @@ }, data () { return { + productLicenseDate:[], + inboundLicenseDate:[], queryParam: { supplier: null, itemGroup: null, - merchandiseNewsId: this.$route.params.item, + merchandiseNewsId: this.$route.query.item, itemDescription: null, unitWasteWarehouseCodeId: null, freightSpace: null, @@ -238,7 +213,7 @@ storageTime: null, librarySign: null, }, - merchandiseNewsId: this.$route.params.item, + merchandiseNewsId: this.$route.query.item, description: '物资总库管理详情页面', columns: [ { @@ -277,10 +252,20 @@ dataIndex: 'materialsNumber' }, { - title:'物料描述', + title:'物料名称', align:"center", dataIndex: 'merchandiseName' }, + { + title:'规格', + align:"center", + dataIndex: 'specification' + }, + { + title:'型号', + align:"center", + dataIndex: 'type' + }, { title:'计量单位', align:"center", @@ -306,11 +291,11 @@ align:"center", dataIndex: 'unitWasteWarehouseCodeId' }, - { - title:'存储仓位', - align:"center", - dataIndex: 'freightSpace' - }, + // { + // title:'存储仓位', + // align:"center", + // dataIndex: 'freightSpace' + // }, { title:'生产时间', align:"center", @@ -382,7 +367,7 @@ }, watch: { $route() { - this.queryParam.merchandiseNewsId = this.$route.params.item + this.queryParam.merchandiseNewsId = this.$route.query.item this.loadData() } }, @@ -393,19 +378,22 @@ }, methods: { onDateChange: function (value, dateString) { + this.productLicenseDate = value; this.queryParam.productDateBegin=dateString[0]; this.queryParam.productDateEnd=dateString[1]; - console.log() }, onDateChangestorageTime: function (value, dateString) { + this.inboundLicenseDate = value; this.queryParam.inboundDateBegin=dateString[0]; this.queryParam.inboundDateEnd=dateString[1]; }, searchReset(){ + this.productLicenseDate=[]; + this.inboundLicenseDate=[]; this.queryParam = { supplier: null, itemGroup: null, - item: this.$route.params.item, + merchandiseNewsId: this.$route.query.item, itemDescription: null, unitWasteWarehouseCodeId: null, freightSpace: null, @@ -424,7 +412,7 @@ }); }, judgeRouterParam(){ - if (this.$route.params.item == null){ + if (this.$route.query.item == null){ this.$router.go(-1); } }, diff --git a/src/views/wastematerials/ProcessWasteMaterialsList.vue b/src/views/wastematerials/ProcessWasteMaterialsList.vue index d272570..d18233a 100644 --- a/src/views/wastematerials/ProcessWasteMaterialsList.vue +++ b/src/views/wastematerials/ProcessWasteMaterialsList.vue @@ -204,10 +204,17 @@ methods: { handleDetail(record){ console.log(record); - this.$router.push({name:'src-views-wastematerials-ProcessWasteMaterialsLists', - params:{ + this.$router.push({ + // name:'src-views-wastematerials-ProcessWasteMaterialsLists', + // params:{ + // merchandiseNewsId: record.merchandiseNewsId, + // materialStorageId : record.materialStorageId + // } + path:'/materials/wastematerials_detail', + query:{ merchandiseNewsId: record.merchandiseNewsId, - materialStorageId : record.materialStorageId + materialStorageId : record.materialStorageId, + merchandiseName : ' - '+record.materialDescription.substring(0,record.materialDescription.lastIndexOf(" ")) } }) }, diff --git a/src/views/wastematerials/ProcessWasteMaterialsLists.vue b/src/views/wastematerials/ProcessWasteMaterialsLists.vue index ca48963..029ba71 100644 --- a/src/views/wastematerials/ProcessWasteMaterialsLists.vue +++ b/src/views/wastematerials/ProcessWasteMaterialsLists.vue @@ -151,7 +151,7 @@ }, data () { return { - descriptionId: this.$route.params.materialStorageId, + descriptionId: this.$route.query.materialStorageId, queryParam:{ supplier: null, supplierDescription: null, @@ -163,8 +163,8 @@ expirationDate: null, storageTime: null, materialsState: null, - merchandiseNewsId: this.$route.params.merchandiseNewsId, - materialStorageId: this.$route.params.materialStorageId, + merchandiseNewsId: this.$route.query.merchandiseNewsId, + materialStorageId: this.$route.query.materialStorageId, descriptionId: null, del_flag: 0 }, @@ -297,8 +297,8 @@ }, watch: { $route() { - this.queryParam.merchandiseNewsId = this.$route.params.merchandiseNewsId; - this.queryParam.materialStorageId = this.$route.params.materialStorageId; + this.queryParam.merchandiseNewsId = this.$route.query.merchandiseNewsId; + this.queryParam.materialStorageId = this.$route.query.materialStorageId; this.loadData() } }, @@ -319,7 +319,7 @@ this.queryParam.inboundDateEnd=dateString[1]; }, judgeRouterParam(){ - if (this.$route.params.merchandiseNewsId == null){ + if (this.$route.query.merchandiseNewsId == null){ this.$router.go(-1); } }, @@ -339,7 +339,7 @@ this.createProductTime = [], this.createInnerTime = [], this.queryParam = { - descriptionId: this.$route.params.descriptionId, + descriptionId: this.$route.query.descriptionId, del_flag: 0 }, getAction(this.url.list,this.queryParam).then((res)=>{