From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +0800 Subject: [PATCH] 企业微信 --- pages/baoZhou/baoZhou.vue | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/pages/baoZhou/baoZhou.vue b/pages/baoZhou/baoZhou.vue index 1f28e4a..a21122a 100644 --- a/pages/baoZhou/baoZhou.vue +++ b/pages/baoZhou/baoZhou.vue @@ -2,7 +2,7 @@ <view class="container"> <cu-custom :bgColor="NavBarColor" :isBack="true" backRouterName="productionTask"> <block slot="backText">杩斿洖</block> - <block slot="content">鍛ㄤ繚</block> + <block slot="content">寰呭懆淇�</block> <block slot="right"> <view @click="search"> <image class="search" src="/static/icon/sear.png" style="width: 25px; height: 25px;" alt="" /> @@ -96,7 +96,9 @@ return { type: 'top', scrollLeft: 0, + formData: { + orderNum: '', InspectionFlagName: '', randomInspectionFlagList: [{ @@ -112,9 +114,9 @@ NavBarColor: this.NavBarColor, activeColor: '#5277A6', url: { - stallList: "/eam/weekMaintenanceOrder/list", collect: "eam/weekMaintenanceOrder/collect" + }, upOption: { @@ -139,7 +141,8 @@ announcement1: [], msg1Count: 0, msg2Count: 0, - msg1Title: "" + msg1Title: "", + equipmentId:'' } }, computed: { @@ -160,9 +163,17 @@ this.mescroll.resetUpScroll() } }, - - created() {}, + onLoad: function(options) { + this.equipmentId = options.equipmentId ? + decodeURIComponent(options.equipmentId) : + ''; + }, + created() { + + }, methods: { + + changehandlingInspectionFlag(e) { this.formData.InspectionFlagName = e; }, @@ -225,7 +236,8 @@ pageSize: page.size, order: 'desc', column: 'createTime', - maintenanceStatus: 'WAIT_MAINTENANCE' + maintenanceStatus: 'WAIT_MAINTENANCE', + equipmentId: this.equipmentId || '' }, }).then(res => { -- Gitblit v1.9.3