Commit c064cef3c1ea604de853499fdfb22f4f35a7979a
1 parent
ce95f921
feat: 所有合同-审核&审核详情-产品-增加是否为试样订单(只读)
Showing
3 changed files
with
5 additions
and
4 deletions
| @@ -207,7 +207,7 @@ export default { | @@ -207,7 +207,7 @@ export default { | ||
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | .label { | 209 | .label { |
| 210 | - max-width: 280rpx; | 210 | + max-width: 400rpx; |
| 211 | margin-right: 20rpx; | 211 | margin-right: 20rpx; |
| 212 | color: rgba(0, 0, 0, 0.6); | 212 | color: rgba(0, 0, 0, 0.6); |
| 213 | font-size: 28rpx; | 213 | font-size: 28rpx; |
| @@ -222,7 +222,7 @@ export default { | @@ -222,7 +222,7 @@ export default { | ||
| 222 | } | 222 | } |
| 223 | 223 | ||
| 224 | .label1 { | 224 | .label1 { |
| 225 | - max-width: 280rpx; | 225 | + max-width: 400rpx; |
| 226 | margin-right: 20rpx; | 226 | margin-right: 20rpx; |
| 227 | color: rgba(0, 0, 0, 0.6); | 227 | color: rgba(0, 0, 0, 0.6); |
| 228 | font-size: 32rpx; | 228 | font-size: 32rpx; |
| @@ -190,6 +190,7 @@ | @@ -190,6 +190,7 @@ | ||
| 190 | <view class="row"><text class="label">总金额</text><text class="value">{{ formatCurrency(item.totalAmount) | 190 | <view class="row"><text class="label">总金额</text><text class="value">{{ formatCurrency(item.totalAmount) |
| 191 | }}</text></view> | 191 | }}</text></view> |
| 192 | <view class="row"><text class="label">发货日期</text><text class="value">{{ item.deliveryDate }}</text></view> | 192 | <view class="row"><text class="label">发货日期</text><text class="value">{{ item.deliveryDate }}</text></view> |
| 193 | + <view class="row"><text class="label">是否为试样订单</text><text class="value">{{ item.sampleOrder ? '是' : '否' }}</text></view> | ||
| 193 | </view> | 194 | </view> |
| 194 | </view> | 195 | </view> |
| 195 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" @confirm="onProductConfirm" /> | 196 | <SingleSelectSheet :visible.sync="sheet.visible" :title="sheet.title" :options="sheet.options" v-model="sheet.value" @confirm="onProductConfirm" /> |
| @@ -207,7 +207,7 @@ export default { | @@ -207,7 +207,7 @@ export default { | ||
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | .label { | 209 | .label { |
| 210 | - max-width: 280rpx; | 210 | + max-width: 400rpx; |
| 211 | margin-right: 20rpx; | 211 | margin-right: 20rpx; |
| 212 | color: rgba(0, 0, 0, 0.6); | 212 | color: rgba(0, 0, 0, 0.6); |
| 213 | font-size: 28rpx; | 213 | font-size: 28rpx; |
| @@ -222,7 +222,7 @@ export default { | @@ -222,7 +222,7 @@ export default { | ||
| 222 | } | 222 | } |
| 223 | 223 | ||
| 224 | .label1 { | 224 | .label1 { |
| 225 | - max-width: 280rpx; | 225 | + max-width: 400rpx; |
| 226 | margin-right: 20rpx; | 226 | margin-right: 20rpx; |
| 227 | color: rgba(0, 0, 0, 0.6); | 227 | color: rgba(0, 0, 0, 0.6); |
| 228 | font-size: 32rpx; | 228 | font-size: 32rpx; |