Commit dce943a5 authored by zhengyi's avatar zhengyi

客户设置页面的重泡货设置不能使用的bug修复

parent d22056a3
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<el-col :span="13"> <el-col :span="13">
<el-form-item :label="$t('重货标准')" prop="weightUnit"> <el-form-item :label="$t('重货标准')" prop="weightUnit">
<el-switch v-model="showZhong" disabled /> <el-switch v-model="showZhong" disabled />
<el-input v-model="form.weightUnit" :placeholder="$t('请输入重货标准')" v-show="showZhong"> <el-input v-model="form.weightUnit" :placeholder="$t('请输入重货标准')">
<template slot="append">kg/cbm</template> <template slot="append">kg/cbm</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<el-col :span="13"> <el-col :span="13">
<el-form-item :label="$t('泡货标准')" prop="lightUnit"> <el-form-item :label="$t('泡货标准')" prop="lightUnit">
<el-switch v-model="showPao" disabled /> <el-switch v-model="showPao" disabled />
<el-input v-model="form.lightUnit" :placeholder="$t('请输入泡货标准')" v-show="showPao"> <el-input v-model="form.lightUnit" :placeholder="$t('请输入泡货标准')">
<template slot="append">kg/cbm</template> <template slot="append">kg/cbm</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -92,15 +92,13 @@ export default { ...@@ -92,15 +92,13 @@ export default {
defaultPay: false, defaultPay: false,
defaultBilling: false defaultBilling: false
}, },
showZhong: false, // showZhong: false,
showZhong1: false, showZhong1: false,
showPao: false, // showPao: false,
showPao1: false, showPao1: false,
warehouseList: [],
zhongLines: [], zhongLines: [],
warehouseList: [], // 仓库列表 warehouseList: [], // 仓库列表
importCityList: [], // 进口地址 importCityList: [], // 进口地址
paoLines: [],
paoLines: [] paoLines: []
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment