From 1afcf955bce696b1b557b69a77da3fa232876452 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 16 Mar 2026 14:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compontent/public/camera.vue | 6 +- pages/addjigou/all.vue | 18 +++- pages/addjigou/where.vue | 129 ++++++++++++++++++++++++++- pages/addoldman/oldIDcard.vue | 5 +- pages/addstaff/IDcard.vue | 34 +++++-- pages/addstaff/all.vue | 22 ++++- pages/addstaff/bankcard.vue | 21 ++++- pages/addstaff/healthcertificate.vue | 54 +++++++++-- pages/addstaff/information.vue | 10 +-- pages/addstaff/successpush.vue | 5 +- pages/addsupplier/information.vue | 2 +- pages/addsupplier/successpush.vue | 2 - pages/index/index.vue | 17 ++-- pages/supplierindex/material.vue | 51 +++++++++-- pages/supplierindex/mtdetails.vue | 41 +++++++++ 15 files changed, 368 insertions(+), 49 deletions(-) diff --git a/compontent/public/camera.vue b/compontent/public/camera.vue index 36a4805..71489e3 100644 --- a/compontent/public/camera.vue +++ b/compontent/public/camera.vue @@ -1,7 +1,7 @@ @@ -30,8 +30,8 @@ //type是一个页面有两个照相的时候做个类型区分 type.value = options.type if(options.size){ - width.value = 1500; - height.value = 1000; + width.value =options.width?options.width: 1500; + height.value = options.height?options.height:1000; } }); \ No newline at end of file diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue index 8e3e859..688eb9c 100644 --- a/pages/addjigou/all.vue +++ b/pages/addjigou/all.vue @@ -130,11 +130,26 @@ @@ -116,13 +119,51 @@