From 14dad0a50685af7c1dc39848f22f351e326f1a57 Mon Sep 17 00:00:00 2001
From: qiaomu <3520484422@qq.com>
Date: Wed, 26 Jun 2024 17:15:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=A5=A8=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/invoiceList/components/info/index.wxml | 77 +++++++++++++++-----
1 file changed, 58 insertions(+), 19 deletions(-)
diff --git a/pages/invoiceList/components/info/index.wxml b/pages/invoiceList/components/info/index.wxml
index 5fc49fe..b4b76c5 100644
--- a/pages/invoiceList/components/info/index.wxml
+++ b/pages/invoiceList/components/info/index.wxml
@@ -17,25 +17,45 @@
label="发票类型"
readonly="{{true}}"
autosize="{{true}}"
- type="textarea"
+
custom-style="padding-left: 0; padding-right: 0;"
title-width="132rpx"
border="{{ false }}"
- >
-
- 普通发票
- 增值税专用发票
- -
-
-
+ value="普通发票"
+ wx:if="{{detail.type === 0}}"
+ />
+
+
-
+
+
+
@@ -64,7 +107,7 @@
custom-style="padding-left: 0; padding-right: 0;"
readonly="{{editType === 'detail'}}"
autosize="{{true}}"
- type="textarea"
+
title-width="132rpx"
border="{{ editType === 'detail' ? false : true }}"
>
@@ -76,7 +119,7 @@
custom-style="padding-left: 0; padding-right: 0;"
readonly="{{editType === 'detail'}}"
autosize="{{true}}"
- type="textarea"
+
title-width="132rpx"
border="{{ editType === 'detail' ? false : true }}"
>
@@ -89,7 +132,7 @@
custom-style="padding-left: 0; padding-right: 0;"
readonly="{{editType === 'detail'}}"
autosize="{{true}}"
- type="textarea"
+
title-width="132rpx"
border="{{ editType === 'detail' ? false : true }}"
bind:change="onChangeText"
@@ -103,7 +146,7 @@
custom-style="padding-left: 0; padding-right: 0; height: auto;"
readonly="{{editType === 'detail'}}"
autosize="{{true}}"
- type="textarea"
+
title-width="132rpx"
border="{{ editType === 'detail' ? false : true }}"
bind:change="onChangeText"
@@ -118,7 +161,7 @@
custom-style="padding-left: 0; padding-right: 0;"
readonly="{{editType === 'detail'}}"
autosize="{{true}}"
- type="textarea"
+
title-width="132rpx"
border="{{ editType === 'detail' ? false : true }}"
bind:change="onChangeText"
@@ -134,7 +177,6 @@