md
This commit is contained in:
parent
0e8a592f7f
commit
448202dc2c
@ -218,6 +218,7 @@
|
||||
<el-descriptions-item label="运费(CNY)" :span="4"><span style="color:red;font-weight:bold;font-size:15px">{{ form.freight }}</span></el-descriptions-item>
|
||||
|
||||
<el-descriptions-item label="费用备注" :span="4">{{ form.feeRemark }}</el-descriptions-item>
|
||||
<el-descriptions-item label="代收备注" :span="4">{{ form.codFeeDesc }}</el-descriptions-item>
|
||||
|
||||
|
||||
</el-descriptions>
|
||||
|
||||
@ -716,6 +716,11 @@
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('代收款')" prop="codFeeDesc" label-width="70px">
|
||||
<el-input v-model="form.codFeeDesc" maxlength="50"
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" v-if="action=='add' || action=='preAdd' || action=='got' ">
|
||||
@ -1663,6 +1668,7 @@ methods: {
|
||||
blOverWeight: null,
|
||||
overWeightNumber: null,
|
||||
feeRemark: null,
|
||||
codFeeDesc:null,
|
||||
realValue: null,
|
||||
takePieceEmployeeCode: null,
|
||||
sendSiteCode: null,
|
||||
|
||||
@ -716,6 +716,11 @@
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('代收备注')" prop="codFeeDesc" label-width="70px">
|
||||
<el-input v-model="form.codFeeDesc" maxlength="50"
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" v-if="action=='add' || action=='preAdd' || action=='got' ">
|
||||
@ -1647,6 +1652,7 @@ methods: {
|
||||
blOverWeight: null,
|
||||
overWeightNumber: null,
|
||||
feeRemark: null,
|
||||
codFeeDesc:null,
|
||||
realValue: null,
|
||||
takePieceEmployeeCode: null,
|
||||
sendSiteCode: null,
|
||||
|
||||
@ -717,6 +717,11 @@
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('代收备注')" prop="codFeeDesc" label-width="70px">
|
||||
<el-input v-model="form.codFeeDesc" maxlength="50"
|
||||
show-word-limit placeholder="" oninput="value=value.replace(/[\r|\n]/g,'')" >
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" v-if="action=='add' || action=='preAdd' || action=='got' ">
|
||||
@ -1654,6 +1659,7 @@ methods: {
|
||||
blOverWeight: null,
|
||||
overWeightNumber: null,
|
||||
feeRemark: null,
|
||||
codFeeDesc:null,
|
||||
realValue: null,
|
||||
takePieceEmployeeCode: null,
|
||||
sendSiteCode: null,
|
||||
|
||||
@ -757,6 +757,22 @@
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" v-if="applyType&&(applyTypeArr.includes('9')||applyTypeArr.includes('41'))">
|
||||
<el-row :gutter="0" class="md-row">
|
||||
<el-col :span="3" class="md-title">
|
||||
<span>代收备注调整</span>
|
||||
</el-col>
|
||||
<el-col :span="7" class="md-value">
|
||||
<span >{{billDetail.codFeeDesc}}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-form-item :label="$t('代收备注')" prop="codFeeDesc" >
|
||||
<el-input v-model="form.codFeeDesc" type="textarea" placeholder=""/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
|
||||
|
||||
</el-row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user