uu
This commit is contained in:
parent
f3b56aa82e
commit
a2fffdd7da
@ -6,7 +6,7 @@
|
||||
<tpx-text-item label="货物大类" :value="modelInfo.goodsType"></tpx-text-item>
|
||||
</tpx-select>
|
||||
</view>
|
||||
<view class="edm-input-item">
|
||||
<view class="edm-input-item mb-10">
|
||||
<tpx-text-item label="货物名称">
|
||||
<template v-slot:right>
|
||||
<tpx-input v-model:value="modelInfo.goodsInfo" inputAlign="right"></tpx-input>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="shet-cont">
|
||||
<view class="jsfm-item">
|
||||
<view class="jsfm-item" style="margin-top: 0;">
|
||||
<u-row justify="between">
|
||||
<text class="font-28 font-weight">总件数</text>
|
||||
<view>
|
||||
|
||||
@ -1,4 +1,19 @@
|
||||
<template>
|
||||
<view class="pb-20">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">货物名称</text> {{modelInfo.goodsInfo}}
|
||||
</view>
|
||||
<view class="pt-10">
|
||||
<text class="clr-sub pr-10">货物大类</text> {{modelInfo.goodsType}}
|
||||
</view>
|
||||
<view class="pt-10">
|
||||
<u-row justify="">
|
||||
<text class="clr-sub pr-10">包装类型</text>
|
||||
<tpx-text-dic :value="modelInfo.packType" :list="dicData.emis_tab_packing_type"></tpx-text-dic>
|
||||
</u-row>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-for="(item) in modelInfo.cargoList" class="yditem">
|
||||
<view class="ydi-lab">
|
||||
<text class="font-weight">{{item.goodsName}}</text>
|
||||
@ -97,6 +112,9 @@
|
||||
<script>
|
||||
export default {
|
||||
computed: {
|
||||
dicData() {
|
||||
return this.$store.getters.dicData
|
||||
},
|
||||
modelInfo: {
|
||||
get(){
|
||||
return this.value
|
||||
|
||||
@ -244,9 +244,9 @@
|
||||
</tpx-layout>
|
||||
|
||||
<buns-edit-sheet percentHeight="70" title="商品信息" v-model:show="goodChooseModal.show" v-model:value="submitParam" v-slot="tempObject" @onSure="handleGoodInfoSure">
|
||||
<bpe-gooditem-edit-tmp :value="tempObject.value"></bpe-gooditem-edit-tmp>
|
||||
<bpe-goodsize-tmp ref="goodSize" :value="tempObject.value"></bpe-goodsize-tmp>
|
||||
<view class="mt-30">
|
||||
<bpe-goodsize-tmp ref="goodSize" :value="tempObject.value"></bpe-goodsize-tmp>
|
||||
<bpe-gooditem-edit-tmp :value="tempObject.value"></bpe-gooditem-edit-tmp>
|
||||
</view>
|
||||
<view class="mt-30">
|
||||
<bpe-goodphoto-tmp :value="tempObject.value" filedName="goodsPics">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user