fix: 更新“生产单位”为货主
This commit is contained in:
parent
d72be86f3e
commit
03010813c6
@ -2,7 +2,7 @@
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<MBCard>
|
<MBCard>
|
||||||
<uni-forms ref="baseForm" :modelValue="queryParams">
|
<uni-forms ref="baseForm" :modelValue="queryParams">
|
||||||
<uni-forms-item label="生产单位">
|
<uni-forms-item label="货主">
|
||||||
<ProductionUnit v-model="queryParams.companyId" @change="handleQuery"/>
|
<ProductionUnit v-model="queryParams.companyId" @change="handleQuery"/>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
</uni-forms>
|
</uni-forms>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<view class="info-section">
|
<view class="info-section">
|
||||||
<uni-row class="info-grid">
|
<uni-row class="info-grid">
|
||||||
<uni-col class="flex-row">
|
<uni-col class="flex-row">
|
||||||
<view class="label">生产单位: </view>
|
<view class="label">货主: </view>
|
||||||
<uni-data-select
|
<uni-data-select
|
||||||
v-model="form.companyId"
|
v-model="form.companyId"
|
||||||
:localdata="companyOptions"
|
:localdata="companyOptions"
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<MBCard style="border-radius: 0;">
|
<MBCard style="border-radius: 0;">
|
||||||
<view class="" style="margin-bottom: 10px;">
|
<view class="" style="margin-bottom: 10px;">
|
||||||
<view class="label">
|
<view class="label">
|
||||||
<text>生产单位:</text>
|
<text>货主:</text>
|
||||||
<text>{{ companyName }}</text>
|
<text>{{ companyName }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<view class="info-section">
|
<view class="info-section">
|
||||||
<uni-row class="info-grid">
|
<uni-row class="info-grid">
|
||||||
<uni-col class="flex-row">
|
<uni-col class="flex-row">
|
||||||
<view class="label">生产单位: </view>
|
<view class="label">货主: </view>
|
||||||
<uni-data-select
|
<uni-data-select
|
||||||
v-model="form.companyId"
|
v-model="form.companyId"
|
||||||
:localdata="companyOptions"
|
:localdata="companyOptions"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user