Commit e5f4197f9f7495cac323149fd3e1bbbee0d7311d

Authored by 史婷婷
1 parent 356b6806

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

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