Commit e5f4197f9f7495cac323149fd3e1bbbee0d7311d

Authored by 史婷婷
1 parent 356b6806

fix: 外贸库存合同-合计人民币金额(大写) 改为 合计金额(大写)

@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 </uni-list-item> 64 </uni-list-item>
65 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" 65 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate"
66 @change="onProductsChange" :options="productList" /> 66 @change="onProductsChange" :options="productList" />
67 - <uni-list-item title="合计人民币金额(大写)"> 67 + <uni-list-item title="合计金额(大写)">
68 <template v-slot:footer> 68 <template v-slot:footer>
69 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled /> 69 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
70 </template> 70 </template>
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 </view> 40 </view>
41 41
42 <view class="section"> 42 <view class="section">
43 - <view class="row"><text class="label">合计人民币金额(大写)</text><text class="value">{{ 43 + <view class="row"><text class="label">合计金额(大写)</text><text class="value">{{
44 detail.totalAmountCapital || '-' }}</text></view> 44 detail.totalAmountCapital || '-' }}</text></view>
45 <view class="row"><text class="label">交付定金、数额、时间</text><text class="value">{{ detail.depositInfo || 45 <view class="row"><text class="label">交付定金、数额、时间</text><text class="value">{{ detail.depositInfo ||
46 '-' }}</text></view> 46 '-' }}</text></view>
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" 67 <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate"
68 :list="productLineList" @change="onProductsChange" :options="productList" /> 68 :list="productLineList" @change="onProductsChange" :options="productList" />
69 69
70 - <uni-list-item title="合计人民币金额(大写)"> 70 + <uni-list-item title="合计金额(大写)">
71 <template v-slot:footer> 71 <template v-slot:footer>
72 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" 72 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
73 disabled /> 73 disabled />