md
This commit is contained in:
parent
055dff968d
commit
a645122773
@ -31,6 +31,7 @@
|
||||
<dict-tag :options="dict.type.emis_cost_split_type" :value="scope.row.splitType"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('分摊重量')" align="center" prop="billWeight" min-width="100" />
|
||||
<el-table-column :label="$t('供应商')" align="center" prop="costFeeDetail.supplierName" min-width="150" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发地')" align="center" prop="costFeeDetail.sendPlace" min-width="100" />
|
||||
<el-table-column :label="$t('目的地')" align="center" prop="costFeeDetail.destPlace" min-width="100" />
|
||||
@ -82,7 +83,7 @@ export default {
|
||||
components: {
|
||||
WaybillDetailReadOnly,
|
||||
},
|
||||
dicts: ['emis_cost_fee_type','emis_cost_split_type','emis_biz_shipping_method'],
|
||||
dicts: ['emis_cost_fee_type','emis_cost_split_type','emis_biz_shipping_method','sys_currency_type'],
|
||||
data() {
|
||||
return {
|
||||
active:1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user