Commit 356b6806fb1f2af0d44f9c01123edb31d730ba27

Authored by 史婷婷
1 parent 28c4d0ac

feat: 外贸标准合同-合计人民币金额(大写) 改为 合计金额(大写)

... ... @@ -62,7 +62,7 @@
62 62 </template>
63 63 </uni-list-item>
64 64 <ProductRel ref="productRel" mode="add" :deliveryDateBase="form.deliveryDate" :deliveryDate="form.orderDate" @change="onProductsChange" :options="productList" :rawToProdRatioList="rawToProdRatioList" />
65   - <uni-list-item title="合计人民币金额(大写)">
  65 + <uni-list-item title="合计金额(大写)">
66 66 <template v-slot:footer>
67 67 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" disabled />
68 68 </template>
... ...
... ... @@ -28,7 +28,7 @@ statusStyl<template>
28 28 </view>
29 29
30 30 <view class="section">
31   - <view class="row"><text class="label">合计人民币金额(大写)</text><text class="value">{{
  31 + <view class="row"><text class="label">合计金额(大写)</text><text class="value">{{
32 32 detail.totalAmountCapital || '-' }}</text></view>
33 33 <view class="row"><text class="label">交付定金、数额、时间</text><text class="value">{{ detail.depositInfo ||
34 34 '-' }}</text></view>
... ...
... ... @@ -43,7 +43,7 @@
43 43
44 44 <ProductRel mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" :list="productLineList" @change="onProductsChange" :options="productList" />
45 45
46   - <uni-list-item title="合计人民币金额(大写)">
  46 + <uni-list-item title="合计金额(大写)">
47 47 <template v-slot:footer>
48 48 <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false"
49 49 disabled />
... ...
... ... @@ -19,7 +19,7 @@
19 19 </view>
20 20
21 21 <view class="section">
22   - <view class="row"><text class="label">合计人民币金额(大写)</text><text class="value">{{
  22 + <view class="row"><text class="label">合计金额(大写)</text><text class="value">{{
23 23 detail.totalAmountCapital || '-' }}</text></view>
24 24 <view class="row"><text class="label">交付定金、数额、时间</text><text class="value">{{ detail.depositInfo ||
25 25 '-' }}</text></view>
... ...