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