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 @@