Commit 356b6806fb1f2af0d44f9c01123edb31d730ba27

Authored by 史婷婷
1 parent 28c4d0ac

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

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