|
@@ -58,6 +58,10 @@
|
|
<ws-form-item label="总储量(吨)" span="1" prop="settlementMethod" v-show="radio == 1">
|
|
<ws-form-item label="总储量(吨)" span="1" prop="settlementMethod" v-show="radio == 1">
|
|
<ws-input class="totalStorage" :readonly="true" v-model="totalStorage" maxlength="100" size="small" />
|
|
<ws-input class="totalStorage" :readonly="true" v-model="totalStorage" maxlength="100" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
+ <ws-form-item label="是否自动获取重量" span="1" prop="automaticWeightAcquisition" class="readonly" style="180px">
|
|
|
|
+ <el-radio v-model="deptBudgetList.automaticWeightAcquisition" label="0">否</el-radio>
|
|
|
|
+ <el-radio v-model="deptBudgetList.automaticWeightAcquisition" label="1">是</el-radio>
|
|
|
|
+ </ws-form-item>
|
|
<div style="width: 100%" class="flex position" v-for="(item, index) in freightspace" v-show="radio == 1"
|
|
<div style="width: 100%" class="flex position" v-for="(item, index) in freightspace" v-show="radio == 1"
|
|
:key="index">
|
|
:key="index">
|
|
<ws-form-item label="仓位编号" span="1" prop="contractNo" class="readonly">
|
|
<ws-form-item label="仓位编号" span="1" prop="contractNo" class="readonly">
|
|
@@ -138,6 +142,7 @@
|
|
deptBudgetList: {
|
|
deptBudgetList: {
|
|
totalStorage: 0,
|
|
totalStorage: 0,
|
|
addressUrl: '',
|
|
addressUrl: '',
|
|
|
|
+ automaticWeightAcquisition:'0'
|
|
},
|
|
},
|
|
options_: regionData,
|
|
options_: regionData,
|
|
otherPersonPhone: '',
|
|
otherPersonPhone: '',
|
|
@@ -793,7 +798,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
- width: 115px;
|
|
|
|
|
|
+ width: 130px;
|
|
text-align: center;
|
|
text-align: center;
|
|
background: #fff;
|
|
background: #fff;
|
|
// border: 1px solid #cdd2dc;
|
|
// border: 1px solid #cdd2dc;
|