Commit 0eabe1766df95d6d8261bf8a7402bc36af6cc0a0
1 parent
e5f4197f
fix: 外贸未锁规合同-合计人民币金额(大写) 改为 合计金额(大写)
Showing
3 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 | </template> |
| 63 | 63 | </uni-list-item> |
| 64 | 64 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" @change="onProductsChange" :options="productList" /> |
| 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> | ... | ... |
| ... | ... | @@ -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> | ... | ... |
| ... | ... | @@ -66,7 +66,7 @@ |
| 66 | 66 | |
| 67 | 67 | <ProductRel ref="productRel" mode="add" :deliveryDate="form.orderDate" :deliveryDateBase="form.deliveryDate" :list="productLineList" @change="onProductsChange" :options="productList" /> |
| 68 | 68 | |
| 69 | - <uni-list-item title="合计人民币金额(大写)"> | |
| 69 | + <uni-list-item title="合计金额(大写)"> | |
| 70 | 70 | <template v-slot:footer> |
| 71 | 71 | <uni-easyinput v-model="form.totalAmountCapital" placeholder="" :inputBorder="false" |
| 72 | 72 | disabled /> | ... | ... |