|
@@ -6,248 +6,220 @@
|
|
<h2 class="bg-left title">船次管理</h2>
|
|
<h2 class="bg-left title">船次管理</h2>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="4" class="bg-right">
|
|
<el-col :span="4" class="bg-right">
|
|
- <el-button
|
|
|
|
- class="bg-bottom"
|
|
|
|
- type="primary"
|
|
|
|
- size="small"
|
|
|
|
- @click="revert()"
|
|
|
|
- ><img
|
|
|
|
|
|
+ <el-button class="bg-bottom" type="primary" size="small" @click="revert()">
|
|
|
|
+ <img
|
|
width="6"
|
|
width="6"
|
|
height="10"
|
|
height="10"
|
|
style="vertical-align: bottom; margin-right: 3px"
|
|
style="vertical-align: bottom; margin-right: 3px"
|
|
src="../../../public/img/lujing.png"
|
|
src="../../../public/img/lujing.png"
|
|
- alt=""
|
|
|
|
- />返回</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ alt
|
|
|
|
+ />返回
|
|
|
|
+ </el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<div class="center">
|
|
<div class="center">
|
|
- <ws-form ref="deptBudgetList" :model="deptBudgetList" :rules="rules" class="position">
|
|
|
|
- <div class="basicInformation">
|
|
|
|
- <div class="small-title">任务详情</div>
|
|
|
|
- <ws-info-table>
|
|
|
|
- <!-- 任务编号 -->
|
|
|
|
- <ws-form-item label="任务编号" span="1" prop="processNo">
|
|
|
|
- {{deptBudgetList.processNo}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!-- 货名 -->
|
|
|
|
- <ws-form-item label="货名" span="1" prop="goodsName">
|
|
|
|
- {{deptBudgetList.goodsName}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--重量(吨)-->
|
|
|
|
- <ws-form-item label="重量(吨)" span="1" prop="weight">
|
|
|
|
- {{deptBudgetList.weight}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--发货地址-->
|
|
|
|
- <ws-form-item label="发货地址" span="1" prop="sendDetailedAddress">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.sendPrivate}}{{deptBudgetList.sendCity}}{{deptBudgetList.sendArea}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--发货人-->
|
|
|
|
- <ws-form-item label="发货人" span="1" prop="sender">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.sender}}
|
|
|
|
- </ws-form-item>
|
|
|
|
|
|
+ <ws-form ref="deptBudgetList" :model="deptBudgetList" :rules="rules" class="position">
|
|
|
|
+ <div class="basicInformation">
|
|
|
|
+ <div class="small-title">任务详情</div>
|
|
|
|
+ <ws-info-table>
|
|
|
|
+ <!-- 任务编号 -->
|
|
|
|
+ <ws-form-item label="任务编号" span="1" prop="processNo">{{deptBudgetList.processNo}}</ws-form-item>
|
|
|
|
+ <!-- 货名 -->
|
|
|
|
+ <ws-form-item label="货名" span="1" prop="goodsName">{{deptBudgetList.goodsName}}</ws-form-item>
|
|
|
|
+ <!--重量(吨)-->
|
|
|
|
+ <ws-form-item label="重量(吨)" span="1" prop="weight">{{deptBudgetList.weight}}</ws-form-item>
|
|
|
|
+ <!--发货地址-->
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="发货地址"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="sendDetailedAddress"
|
|
|
|
+ >{{deptBudgetList.sendPrivate}}{{deptBudgetList.sendCity}}{{deptBudgetList.sendArea}}</ws-form-item>
|
|
|
|
+ <!--发货人-->
|
|
|
|
+ <ws-form-item label="发货人" span="1" prop="sender">{{deptBudgetList.sender}}</ws-form-item>
|
|
|
|
|
|
- <!--发货人电话-->
|
|
|
|
- <ws-form-item label="发货人电话" span="1" prop="senderPhone">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.senderPhone}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--收货地址-->
|
|
|
|
- <ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.receivePrivate}}{{deptBudgetList.receiveCity}}{{deptBudgetList.receiveArea}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--收货人-->
|
|
|
|
- <ws-form-item label="收货人" span="1" prop="receiver">
|
|
|
|
- {{deptBudgetList.receiver}}
|
|
|
|
- </ws-form-item>
|
|
|
|
|
|
+ <!--发货人电话-->
|
|
|
|
+ <ws-form-item label="发货人电话" span="1" prop="senderPhone">{{deptBudgetList.senderPhone}}</ws-form-item>
|
|
|
|
+ <!--收货地址-->
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="收货地址"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="receiveDetailedAddress"
|
|
|
|
+ >{{deptBudgetList.receivePrivate}}{{deptBudgetList.receiveCity}}{{deptBudgetList.receiveArea}}</ws-form-item>
|
|
|
|
+ <!--收货人-->
|
|
|
|
+ <ws-form-item label="收货人" span="1" prop="receiver">{{deptBudgetList.receiver}}</ws-form-item>
|
|
|
|
|
|
- <!--收货人电话-->
|
|
|
|
- <ws-form-item label="收货人电话" span="1" prop="receiverPhone">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.receiverPhone}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--发货日期-->
|
|
|
|
- <ws-form-item label="发货日期" span="1" prop="deliveryDateStart">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.deliveryDateStart}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--最晚发货日期-->
|
|
|
|
- <ws-form-item label="最晚到货日期" span="1" prop="deliveryDateEnd">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.deliveryDateEnd}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--合同编号-->
|
|
|
|
- <ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
|
-
|
|
|
|
- {{deptBudgetList.contractNo}}
|
|
|
|
- </ws-form-item>
|
|
|
|
-
|
|
|
|
- </ws-info-table>
|
|
|
|
-
|
|
|
|
- <div class="small-title">联络员及航次</div>
|
|
|
|
- <div
|
|
|
|
- class=" position siji"
|
|
|
|
- v-for='(item,index) in deptBudgetList.tranCarInfoList'
|
|
|
|
- :key="index+'siji'"
|
|
|
|
- >
|
|
|
|
- <ws-info-table>
|
|
|
|
- <!--姓名-->
|
|
|
|
- <ws-form-item label="姓名" span="1" prop="driver" class="siji">
|
|
|
|
- <el-select
|
|
|
|
- v-model="item.driver"
|
|
|
|
- placeholder="请选择姓名"
|
|
|
|
- filterable
|
|
|
|
- :filter-method="dataFilter"
|
|
|
|
- @change="selectstaff"
|
|
|
|
- >
|
|
|
|
- <el-option
|
|
|
|
- v-for="item in options"
|
|
|
|
- :key="item.value"
|
|
|
|
- :label="item.staffName"
|
|
|
|
- :value="item.staffName"
|
|
|
|
- />
|
|
|
|
- </el-select>
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--电话-->
|
|
|
|
- <ws-form-item label="电话" span="1" prop="driverPhone" class="siji">
|
|
|
|
- <ws-input
|
|
|
|
- :readonly="true"
|
|
|
|
- v-model="item.driverPhone"
|
|
|
|
- placeholder="请输入电话"
|
|
|
|
- maxlength="20"
|
|
|
|
- size="small"
|
|
|
|
- />
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--发船日期-->
|
|
|
|
- <ws-form-item label="发船日期" span="1" prop="sendDateStart" class="siji">
|
|
|
|
- <ws-date-picker
|
|
|
|
- v-model="item.sendDateStart"
|
|
|
|
- type="date"
|
|
|
|
- placeholder="请选择发货日期"
|
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
|
- />
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!--预计到港日-->
|
|
|
|
- <ws-form-item label="预计到港日期" span="1" prop="receiveDateEnd" class="siji">
|
|
|
|
- <ws-date-picker
|
|
|
|
- v-model="item.receiveDateEnd"
|
|
|
|
- type="date"
|
|
|
|
- placeholder="请选择发货日期"
|
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
|
- />
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!-- 船名 -->
|
|
|
|
- <ws-form-item label="船名" span="1" prop="shipName" class="siji">
|
|
|
|
- <ws-input
|
|
|
|
- v-model="item.shipName"
|
|
|
|
- placeholder="请输入船名"
|
|
|
|
- maxlength="100"
|
|
|
|
- size="small"
|
|
|
|
- ></ws-input>
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!-- 航次 -->
|
|
|
|
- <ws-form-item label="航次" span="1" prop="shipNo" class="siji">
|
|
|
|
- <ws-input
|
|
|
|
- v-model="item.shipNo"
|
|
|
|
- placeholder="请选择航次"
|
|
|
|
- maxlength="100"
|
|
|
|
- size="small"
|
|
|
|
- ></ws-input>
|
|
|
|
- </ws-form-item>
|
|
|
|
- <!-- 类型 -->
|
|
|
|
- <ws-form-item label="类型" span="1" prop="shipType" class="siji">
|
|
|
|
- <ws-select
|
|
|
|
- v-model="item.shipType"
|
|
|
|
- placeholder="请输入"
|
|
|
|
- class="typeselect"
|
|
|
|
- >
|
|
|
|
- <ws-option
|
|
|
|
- v-for="items in shipType"
|
|
|
|
- :key="items.constKey"
|
|
|
|
- :label="items.constValue"
|
|
|
|
- :value="items.constValue"
|
|
|
|
- />
|
|
|
|
- </ws-select>
|
|
|
|
- </ws-form-item>
|
|
|
|
- <ws-form-item label="数量" span="1" prop="boxNumber" class="siji" v-show="item.shipType=='集装箱'">
|
|
|
|
- <ws-input
|
|
|
|
- v-model="item.boxNumber"
|
|
|
|
- placeholder="请输入数量"
|
|
|
|
- size="small"
|
|
|
|
- ></ws-input>
|
|
|
|
- </ws-form-item>
|
|
|
|
|
|
+ <!--收货人电话-->
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="收货人电话"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="receiverPhone"
|
|
|
|
+ >{{deptBudgetList.receiverPhone}}</ws-form-item>
|
|
|
|
+ <!--发货日期-->
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="发货日期"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="deliveryDateStart"
|
|
|
|
+ >{{deptBudgetList.deliveryDateStart}}</ws-form-item>
|
|
|
|
+ <!--最晚发货日期-->
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="最晚到货日期"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="deliveryDateEnd"
|
|
|
|
+ >{{deptBudgetList.deliveryDateEnd}}</ws-form-item>
|
|
|
|
+ <!--合同编号-->
|
|
|
|
+ <ws-form-item label="合同编号" span="1" prop="contractNo">{{deptBudgetList.contractNo}}</ws-form-item>
|
|
</ws-info-table>
|
|
</ws-info-table>
|
|
- </div>
|
|
|
|
- <div
|
|
|
|
- style="width: 530px"
|
|
|
|
- class="xia"
|
|
|
|
- v-for="(items, index) in freightspace"
|
|
|
|
- :key="index"
|
|
|
|
- >
|
|
|
|
- <ws-info-table>
|
|
|
|
- <ws-form-item :label="'仓位号-'+ (index +1 )" span="1" prop="impurity" class="bot" >
|
|
|
|
- <!-- <ws-input
|
|
|
|
- v-model="items.impurity"
|
|
|
|
- placeholder="请输入仓位号"
|
|
|
|
- size="small"
|
|
|
|
- ></ws-input> -->
|
|
|
|
- {{items.impurity}}
|
|
|
|
- </ws-form-item>
|
|
|
|
-
|
|
|
|
- <ws-form-item label="重量(吨)" span="1" prop="positionWeight" class="bot" >
|
|
|
|
- <!-- <ws-input
|
|
|
|
- v-model="items.positionWeight"
|
|
|
|
- placeholder="请输入装仓重量"
|
|
|
|
- size="small"
|
|
|
|
- ></ws-input> -->
|
|
|
|
- {{items.positionWeight}}
|
|
|
|
- </ws-form-item>
|
|
|
|
- <span
|
|
|
|
- width="22"
|
|
|
|
- height="22"
|
|
|
|
- class="del"
|
|
|
|
- @click="del(index)"
|
|
|
|
- src="../../../public/img/del.png"
|
|
|
|
- alt=""
|
|
|
|
- >X</span
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="position siji"
|
|
|
|
+ v-for="(item,index) in deptBudgetList.tranCarInfoList"
|
|
|
|
+ :key="index+'siji'"
|
|
|
|
+ >
|
|
|
|
+ <div class="small-title">联络员及航次</div>
|
|
|
|
+ <div class="zhong">
|
|
|
|
+ <ws-info-table>
|
|
|
|
+ <!--姓名-->
|
|
|
|
+ <ws-form-item label="姓名" span="1" prop="driver" class="siji">
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="item.driver"
|
|
|
|
+ placeholder="请选择姓名"
|
|
|
|
+ filterable
|
|
|
|
+ :filter-method="dataFilter"
|
|
|
|
+ @change="selectstaff"
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in options"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.staffName"
|
|
|
|
+ :value="item.staffName"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!--电话-->
|
|
|
|
+ <ws-form-item label="电话" span="1" prop="driverPhone" class="siji">
|
|
|
|
+ <ws-input
|
|
|
|
+ :readonly="true"
|
|
|
|
+ v-model="item.driverPhone"
|
|
|
|
+ placeholder="请输入电话"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ size="small"
|
|
|
|
+ />
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!--发船日期-->
|
|
|
|
+ <ws-form-item label="发船日期" span="1" prop="sendDateStart" class="siji">
|
|
|
|
+ <ws-date-picker
|
|
|
|
+ v-model="item.sendDateStart"
|
|
|
|
+ type="date"
|
|
|
|
+ placeholder="请选择发货日期"
|
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
|
+ />
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!--预计到港日-->
|
|
|
|
+ <ws-form-item label="预计到港日期" span="1" prop="receiveDateEnd" class="siji">
|
|
|
|
+ <ws-date-picker
|
|
|
|
+ v-model="item.receiveDateEnd"
|
|
|
|
+ type="date"
|
|
|
|
+ placeholder="请选择发货日期"
|
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
|
+ />
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!-- 船名 -->
|
|
|
|
+ <ws-form-item label="船名" span="1" prop="shipName" class="siji">
|
|
|
|
+ <ws-input
|
|
|
|
+ v-model="item.shipName"
|
|
|
|
+ placeholder="请输入船名"
|
|
|
|
+ maxlength="100"
|
|
|
|
+ size="small"
|
|
|
|
+ ></ws-input>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!-- 航次 -->
|
|
|
|
+ <ws-form-item label="航次" span="1" prop="shipNo" class="siji">
|
|
|
|
+ <ws-input v-model="item.shipNo" placeholder="请选择航次" maxlength="100" size="small"></ws-input>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <!-- 类型 -->
|
|
|
|
+ <ws-form-item label="类型" span="1" prop="shipType" class="siji">
|
|
|
|
+ <ws-select v-model="item.shipType" placeholder="请输入" class="typeselect">
|
|
|
|
+ <ws-option
|
|
|
|
+ v-for="items in shipType"
|
|
|
|
+ :key="items.constKey"
|
|
|
|
+ :label="items.constValue"
|
|
|
|
+ :value="items.constValue"
|
|
|
|
+ />
|
|
|
|
+ </ws-select>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="数量"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="boxNumber"
|
|
|
|
+ class="siji"
|
|
|
|
+ v-show="item.shipType=='集装箱'"
|
|
|
|
+ >
|
|
|
|
+ <ws-input v-model="item.boxNumber" placeholder="请输入数量" size="small"></ws-input>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ </ws-info-table>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ style="width: 530px"
|
|
|
|
+ class="xia"
|
|
|
|
+ v-for="(items, index) in freightspace"
|
|
|
|
+ :key="index"
|
|
|
|
+ v-show="item.shipType=='散船'"
|
|
|
|
+ >
|
|
|
|
+ <ws-info-table>
|
|
|
|
+ <ws-form-item
|
|
|
|
+ :label="'仓位号-'+ (index +1 )"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="impurity"
|
|
|
|
+ class="bot"
|
|
|
|
+ >
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="items.impurity"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <ws-form-item
|
|
|
|
+ label="重量(吨)"
|
|
|
|
+ span="1"
|
|
|
|
+ prop="positionWeight"
|
|
|
|
+ class="bot"
|
|
|
|
+ >
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="items.positionWeight"
|
|
|
|
+ ></el-input>
|
|
|
|
+ </ws-form-item>
|
|
|
|
+ <span
|
|
|
|
+ width="22"
|
|
|
|
+ height="22"
|
|
|
|
+ class="del"
|
|
|
|
+ @click="del(index)"
|
|
|
|
+ src="../../../public/img/del.png"
|
|
|
|
+ alt
|
|
|
|
+ >X</span>
|
|
|
|
+ </ws-info-table>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <el-button
|
|
|
|
+ class="add bg-bottom"
|
|
|
|
+ type="primary"
|
|
|
|
+ size="small"
|
|
|
|
+ @click="add"
|
|
|
|
+ v-show="item.shipType=='散船'"
|
|
>
|
|
>
|
|
- </ws-info-table>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <el-button class="add bg-bottom" type="primary" size="small" @click="add">
|
|
|
|
- <img
|
|
|
|
- width="22"
|
|
|
|
- height="22"
|
|
|
|
- @click="add"
|
|
|
|
- src="../../../public/img/add.png"
|
|
|
|
- alt=""
|
|
|
|
- />
|
|
|
|
- <div class="spans">添加仓位</div>
|
|
|
|
- </el-button>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </ws-form>
|
|
|
|
- <div style="text-align: right; padding: 10px">
|
|
|
|
- <el-button
|
|
|
|
- class="bg-bottom-up"
|
|
|
|
- type="primary"
|
|
|
|
- size="small"
|
|
|
|
- @click="submit()"
|
|
|
|
- >提交</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ <img width="22" height="22" @click="add" src="../../../public/img/add.png" alt />
|
|
|
|
+ <div class="spans">添加仓位</div>
|
|
|
|
+ </el-button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </ws-form>
|
|
|
|
+ <div style="text-align: right; padding: 10px">
|
|
|
|
+ <el-button class="bg-bottom-up" type="primary" size="small" @click="submit()">提交</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import { regionData, CodeToText, TextToCode } from 'element-china-area-data'
|
|
import { regionData, CodeToText, TextToCode } from 'element-china-area-data'
|
|
-import {shippingLook,packList,dispatchCat} from '@/model/transport/index'
|
|
|
|
-import{getstaff}from '@/model/warehouse/index'
|
|
|
|
|
|
+import { shippingLook, packList, dispatchCat } from '@/model/transport/index'
|
|
|
|
+import { getstaff } from '@/model/warehouse/index'
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
import WsUpload from '@/components/WsUpload'
|
|
import WsUpload from '@/components/WsUpload'
|
|
// import { dayjs, fmoney, EventBus } from 'base-core-lib'
|
|
// import { dayjs, fmoney, EventBus } from 'base-core-lib'
|
|
@@ -256,7 +228,7 @@ export default {
|
|
name: 'viewSpareMoney',
|
|
name: 'viewSpareMoney',
|
|
components: {
|
|
components: {
|
|
WsUpload,
|
|
WsUpload,
|
|
- Pagination,
|
|
|
|
|
|
+ Pagination
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
// vesselId(val) {
|
|
// vesselId(val) {
|
|
@@ -264,7 +236,7 @@ export default {
|
|
// },
|
|
// },
|
|
isShow(val) {
|
|
isShow(val) {
|
|
this.showType = val
|
|
this.showType = val
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -279,8 +251,8 @@ export default {
|
|
showType: true,
|
|
showType: true,
|
|
// 年
|
|
// 年
|
|
year: '',
|
|
year: '',
|
|
- item:[],
|
|
|
|
- shipType:[],
|
|
|
|
|
|
+ item: [],
|
|
|
|
+ shipType: [],
|
|
tranType: 3,
|
|
tranType: 3,
|
|
deptBudgetTotal: 0,
|
|
deptBudgetTotal: 0,
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
@@ -299,9 +271,9 @@ export default {
|
|
uploadSuccess: {},
|
|
uploadSuccess: {},
|
|
onChange: {},
|
|
onChange: {},
|
|
selectedOptions: [],
|
|
selectedOptions: [],
|
|
- options:[],
|
|
|
|
|
|
+ options: [],
|
|
tranCarInfoList: {},
|
|
tranCarInfoList: {},
|
|
- staffList :[],
|
|
|
|
|
|
+ staffList: [],
|
|
gradeList: [],
|
|
gradeList: [],
|
|
rules: {
|
|
rules: {
|
|
netWeight: [
|
|
netWeight: [
|
|
@@ -309,11 +281,11 @@ export default {
|
|
required: true,
|
|
required: true,
|
|
type: 'number',
|
|
type: 'number',
|
|
message: '请输入活动名称',
|
|
message: '请输入活动名称',
|
|
- trigger: 'blur',
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
|
|
+ trigger: 'blur'
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
- arr:[],
|
|
|
|
|
|
+ arr: [],
|
|
freightspace: [
|
|
freightspace: [
|
|
// {
|
|
// {
|
|
// impurity:'',
|
|
// impurity:'',
|
|
@@ -325,58 +297,57 @@ export default {
|
|
packtypeList: {},
|
|
packtypeList: {},
|
|
date: {
|
|
date: {
|
|
year: dayjs().format('YYYY'),
|
|
year: dayjs().format('YYYY'),
|
|
- month: dayjs().format('MM'),
|
|
|
|
|
|
+ month: dayjs().format('MM')
|
|
},
|
|
},
|
|
contractList: [],
|
|
contractList: [],
|
|
deptBudgetList: {
|
|
deptBudgetList: {
|
|
- warehouseInOutDetail: {},
|
|
|
|
|
|
+ warehouseInOutDetail: {}
|
|
},
|
|
},
|
|
historyList: [],
|
|
historyList: [],
|
|
|
|
|
|
pickerBeginDateBefore: {
|
|
pickerBeginDateBefore: {
|
|
- disabledDate: (time) => {
|
|
|
|
|
|
+ disabledDate: time => {
|
|
return time.getTime() > Date.now()
|
|
return time.getTime() > Date.now()
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
- accessoryTFs: false,
|
|
|
|
|
|
+ accessoryTFs: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.getList()
|
|
this.getList()
|
|
-
|
|
|
|
},
|
|
},
|
|
- activated(){
|
|
|
|
- this.loaddata()
|
|
|
|
- },
|
|
|
|
- computed: {
|
|
|
|
- totalStorage: function () {
|
|
|
|
|
|
+ activated() {
|
|
|
|
+ this.loaddata()
|
|
|
|
+ },
|
|
|
|
+ computed: {
|
|
|
|
+ totalStorage: function() {
|
|
var maxStorage = 0
|
|
var maxStorage = 0
|
|
for (var i = 0; i < this.freightspace.length; i++) {
|
|
for (var i = 0; i < this.freightspace.length; i++) {
|
|
maxStorage += Number(this.freightspace[i].maxStorage)
|
|
maxStorage += Number(this.freightspace[i].maxStorage)
|
|
}
|
|
}
|
|
return maxStorage
|
|
return maxStorage
|
|
- },
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- getList(){
|
|
|
|
- getstaff({ compId: sessionStorage.getItem('ws-pf_compId') })
|
|
|
|
- .toPromise()
|
|
|
|
- .then((response) => {
|
|
|
|
- this.options = response
|
|
|
|
- this.staffList = response
|
|
|
|
- })
|
|
|
|
- //类型
|
|
|
|
- packList({ constId: 'TRAN4' })
|
|
|
|
|
|
+ getList() {
|
|
|
|
+ getstaff({ compId: sessionStorage.getItem('ws-pf_compId') })
|
|
.toPromise()
|
|
.toPromise()
|
|
- .then((response) => {
|
|
|
|
|
|
+ .then(response => {
|
|
|
|
+ this.options = response
|
|
|
|
+ this.staffList = response
|
|
|
|
+ })
|
|
|
|
+ //类型
|
|
|
|
+ packList({ constId: 'TRAN4' })
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then(response => {
|
|
this.shipType = response
|
|
this.shipType = response
|
|
})
|
|
})
|
|
- },
|
|
|
|
|
|
+ },
|
|
dataFilter(val) {
|
|
dataFilter(val) {
|
|
this.deptBudgetList.personCharge = val
|
|
this.deptBudgetList.personCharge = val
|
|
if (val) {
|
|
if (val) {
|
|
console.log(val)
|
|
console.log(val)
|
|
- this.options = this.staffList.filter((item) => {
|
|
|
|
|
|
+ this.options = this.staffList.filter(item => {
|
|
if (
|
|
if (
|
|
!!~item.staffName.indexOf(val) ||
|
|
!!~item.staffName.indexOf(val) ||
|
|
!!~item.staffName.toUpperCase().indexOf(val.toUpperCase())
|
|
!!~item.staffName.toUpperCase().indexOf(val.toUpperCase())
|
|
@@ -392,7 +363,9 @@ export default {
|
|
for (var i = 0; i < this.staffList.length; i++) {
|
|
for (var i = 0; i < this.staffList.length; i++) {
|
|
if (this.staffList[i].staffName == e) {
|
|
if (this.staffList[i].staffName == e) {
|
|
this.deptBudgetList.driverPhone = this.staffList[i].staffMobilePhone
|
|
this.deptBudgetList.driverPhone = this.staffList[i].staffMobilePhone
|
|
- this.deptBudgetList.tranCarInfoList[0].driverPhone = this.staffList[i].staffMobilePhone
|
|
|
|
|
|
+ this.deptBudgetList.tranCarInfoList[0].driverPhone = this.staffList[
|
|
|
|
+ i
|
|
|
|
+ ].staffMobilePhone
|
|
this.deptBudgetList.personChargeKey = this.staffList[i].staffId
|
|
this.deptBudgetList.personChargeKey = this.staffList[i].staffId
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -400,34 +373,35 @@ export default {
|
|
loaddata() {
|
|
loaddata() {
|
|
shippingLook({ id: this.$route.query.id })
|
|
shippingLook({ id: this.$route.query.id })
|
|
.toPromise()
|
|
.toPromise()
|
|
- .then((response) => {
|
|
|
|
|
|
+ .then(response => {
|
|
this.deptBudgetList = response
|
|
this.deptBudgetList = response
|
|
- for(var i = 0; i<this.deptBudgetList.tranCarInfoList.length;i++){
|
|
|
|
- var num = this.deptBudgetList.tranCarInfoList[i].positionWeight.split("," )
|
|
|
|
- for(var j = 0;j<num.length;j++){
|
|
|
|
- var num2 = num[j].split("/")
|
|
|
|
- this.freightspace.push({
|
|
|
|
- 'impurity': num2[i],
|
|
|
|
- 'positionWeight':num2[num2.length-1]
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {
|
|
|
|
+ var num = this.deptBudgetList.tranCarInfoList[
|
|
|
|
+ i
|
|
|
|
+ ].positionWeight.split(',')
|
|
|
|
+ for (var j = 0; j < num.length; j++) {
|
|
|
|
+ var num2 = num[j].split('/')
|
|
|
|
+ this.freightspace.push({
|
|
|
|
+ impurity: num2[i],
|
|
|
|
+ positionWeight: num2[num2.length - 1]
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- })
|
|
|
|
- },
|
|
|
|
|
|
+ })
|
|
|
|
+ },
|
|
//返回按钮
|
|
//返回按钮
|
|
revert() {
|
|
revert() {
|
|
- this.freightspace=[]
|
|
|
|
|
|
+ this.freightspace = []
|
|
this.$router.push({ name: 'tranManagementShipping' })
|
|
this.$router.push({ name: 'tranManagementShipping' })
|
|
},
|
|
},
|
|
- del(index){
|
|
|
|
- if(this.freightspace.length > 1 ){
|
|
|
|
- this.freightspace.splice(index,1)
|
|
|
|
- }
|
|
|
|
|
|
+ del(index) {
|
|
|
|
+ if (this.freightspace.length > 1) {
|
|
|
|
+ this.freightspace.splice(index, 1)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
- add() {
|
|
|
|
|
|
+ add() {
|
|
this.freightspace.push({
|
|
this.freightspace.push({
|
|
- impurity:'',
|
|
|
|
|
|
+ impurity: ''
|
|
})
|
|
})
|
|
},
|
|
},
|
|
selectdriver() {},
|
|
selectdriver() {},
|
|
@@ -441,57 +415,76 @@ export default {
|
|
this.$router.push({ path: 'tranManagementShipping' })
|
|
this.$router.push({ path: 'tranManagementShipping' })
|
|
},
|
|
},
|
|
//提交按钮
|
|
//提交按钮
|
|
- submit() {
|
|
|
|
- for(var i =0; i < this.deptBudgetList.tranCarInfoList.length;i++){
|
|
|
|
|
|
+ submit() {
|
|
|
|
+ for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].driver) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].driver) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'名字不为空',
|
|
|
|
- type:'warning',
|
|
|
|
|
|
+ message: '名字不为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].driverPhone) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].driverPhone) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'电话号不为空',
|
|
|
|
- type:'warning',
|
|
|
|
|
|
+ message: '电话号不为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].sendDateStart) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].sendDateStart) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'发船时间不能为空',
|
|
|
|
- type:'warning'
|
|
|
|
|
|
+ message: '发船时间不能为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].receiveDateEnd) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].receiveDateEnd) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'预计到港时间不能为空',
|
|
|
|
- type:'warning'
|
|
|
|
|
|
+ message: '预计到港时间不能为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipName) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipName) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'船名不能为空',
|
|
|
|
- type:'warning',
|
|
|
|
|
|
+ message: '船名不能为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipNo) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipNo) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'航次不能为空',
|
|
|
|
- type:'warning',
|
|
|
|
|
|
+ message: '航次不能为空',
|
|
|
|
+ type: 'warning'
|
|
|
|
+ })
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ if (!this.deptBudgetList.tranCarInfoList[i].boxNumber) {
|
|
|
|
+ this.$message({
|
|
|
|
+ message: '数量不能为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipType) {
|
|
if (!this.deptBudgetList.tranCarInfoList[i].shipType) {
|
|
this.$message({
|
|
this.$message({
|
|
- message:'类型不能为空',
|
|
|
|
- type:'warning'
|
|
|
|
|
|
+ message: '类型不能为空',
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if (!this.deptBudgetList.tranCarInfoList[i].impurity) {
|
|
|
|
+ this.$message({
|
|
|
|
+ message:'仓位号不能为空',
|
|
|
|
+ type: 'warning'
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ if (!this.deptBudgetList.tranCarInfoList[i].positionWeight) {
|
|
|
|
+ this.$message({
|
|
|
|
+ message:'重量不能为空',
|
|
|
|
+ type : 'warning'
|
|
|
|
+ })
|
|
|
|
+ }
|
|
if (
|
|
if (
|
|
new Date(
|
|
new Date(
|
|
this.deptBudgetList.tranCarInfoList[i].sendDateStart
|
|
this.deptBudgetList.tranCarInfoList[i].sendDateStart
|
|
@@ -502,7 +495,7 @@ export default {
|
|
) {
|
|
) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '发船时间不能大于最晚到到港时间!',
|
|
message: '发船时间不能大于最晚到到港时间!',
|
|
- type: 'warning',
|
|
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -510,21 +503,21 @@ export default {
|
|
this.$confirm(`提交成功后,任务将下发给相关人员,是否确定提交?`, {
|
|
this.$confirm(`提交成功后,任务将下发给相关人员,是否确定提交?`, {
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
- type: 'warning',
|
|
|
|
|
|
+ type: 'warning'
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
- this.$refs.deptBudgetList.validate((valid) => {
|
|
|
|
|
|
+ this.$refs.deptBudgetList.validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
-
|
|
|
|
- for(var i = 0; i < this.freightspace.length; i++){
|
|
|
|
- var num = this.freightspace[i].impurity + "/" + this.freightspace[i].positionWeight
|
|
|
|
- this.arr.push(
|
|
|
|
- num
|
|
|
|
- )
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- this.deptBudgetList.totalStorage = this.totalStorage
|
|
|
|
- this.tranCarInfoList.driver = this.deptBudgetList.driver
|
|
|
|
|
|
+ for (var i = 0; i < this.freightspace.length; i++) {
|
|
|
|
+ var num =
|
|
|
|
+ this.freightspace[i].impurity +
|
|
|
|
+ '/' +
|
|
|
|
+ this.freightspace[i].positionWeight
|
|
|
|
+ this.arr.push(num)
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ this.deptBudgetList.totalStorage = this.totalStorage
|
|
|
|
+ this.tranCarInfoList.driver = this.deptBudgetList.driver
|
|
this.tranCarInfoList.driverPhone = this.deptBudgetList.driverPhone
|
|
this.tranCarInfoList.driverPhone = this.deptBudgetList.driverPhone
|
|
this.tranCarInfoList.sendDateStart = this.deptBudgetList.sendDateStart
|
|
this.tranCarInfoList.sendDateStart = this.deptBudgetList.sendDateStart
|
|
this.tranCarInfoList.receiveDateEnd = this.deptBudgetList.receiveDateEnd
|
|
this.tranCarInfoList.receiveDateEnd = this.deptBudgetList.receiveDateEnd
|
|
@@ -542,13 +535,13 @@ export default {
|
|
tranCarInfo.tranCarInfoList = tranList
|
|
tranCarInfo.tranCarInfoList = tranList
|
|
dispatchCat(tranCarInfo)
|
|
dispatchCat(tranCarInfo)
|
|
.toPromise()
|
|
.toPromise()
|
|
- .then((response) => {
|
|
|
|
|
|
+ .then(response => {
|
|
this.$message.success('添加成功')
|
|
this.$message.success('添加成功')
|
|
this.deptBudgetList = {}
|
|
this.deptBudgetList = {}
|
|
this.freightspace = {}
|
|
this.freightspace = {}
|
|
this.selectedOptions = ''
|
|
this.selectedOptions = ''
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- path: 'tranManagementShipping',
|
|
|
|
|
|
+ path: 'tranManagementShipping'
|
|
})
|
|
})
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
@@ -582,8 +575,8 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
approve() {},
|
|
approve() {},
|
|
- listQuery() {},
|
|
|
|
- },
|
|
|
|
|
|
+ listQuery() {}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@@ -592,7 +585,7 @@ export default {
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
.el-form-item {
|
|
.el-form-item {
|
|
- border: 1px solid #D8DCE6;
|
|
|
|
|
|
+ border: 1px solid #d8dce6;
|
|
width: 33.3333%;
|
|
width: 33.3333%;
|
|
border: none;
|
|
border: none;
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
@@ -631,7 +624,7 @@ export default {
|
|
text-align: right;
|
|
text-align: right;
|
|
padding: 16px 20px;
|
|
padding: 16px 20px;
|
|
}
|
|
}
|
|
-.center{
|
|
|
|
|
|
+.center {
|
|
width: 80%;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@@ -666,11 +659,11 @@ export default {
|
|
color: #323233;
|
|
color: #323233;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
-/deep/.position .ws-info-table .el-form-item .el-form-item__label{
|
|
|
|
|
|
+/deep/.position .ws-info-table .el-form-item .el-form-item__label {
|
|
width: 40%;
|
|
width: 40%;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.position .zaizhong{
|
|
|
|
|
|
+.position .zaizhong {
|
|
width: 16%;
|
|
width: 16%;
|
|
}
|
|
}
|
|
//减号
|
|
//减号
|
|
@@ -679,7 +672,7 @@ export default {
|
|
width: 13px;
|
|
width: 13px;
|
|
height: 13px;
|
|
height: 13px;
|
|
}
|
|
}
|
|
-.bot{
|
|
|
|
|
|
+.bot {
|
|
width: 30%;
|
|
width: 30%;
|
|
}
|
|
}
|
|
//去边框
|
|
//去边框
|
|
@@ -723,16 +716,17 @@ export default {
|
|
color: #8890b1;
|
|
color: #8890b1;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
-.position{
|
|
|
|
|
|
+.position {
|
|
width: 90%;
|
|
width: 90%;
|
|
}
|
|
}
|
|
//下表格样式
|
|
//下表格样式
|
|
-/deep/.position.siji{
|
|
|
|
- background: #F6F7FC;
|
|
|
|
|
|
+.position.siji {
|
|
|
|
+ background: white;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
- border: 1px solid #D8DCE6;
|
|
|
|
|
|
+ /* border: 1px solid #d8dce6; */
|
|
|
|
+ width: 1010px;
|
|
}
|
|
}
|
|
-/deep/.zi{
|
|
|
|
|
|
+/deep/.zi {
|
|
width: 64px;
|
|
width: 64px;
|
|
height: 22px;
|
|
height: 22px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -764,10 +758,10 @@ export default {
|
|
/deep/.basicInformation {
|
|
/deep/.basicInformation {
|
|
.el-form-item {
|
|
.el-form-item {
|
|
width: 25%;
|
|
width: 25%;
|
|
-
|
|
|
|
|
|
+
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
background: transparent;
|
|
background: transparent;
|
|
- border: none;
|
|
|
|
|
|
+ border: none;
|
|
}
|
|
}
|
|
.el-form-item__content {
|
|
.el-form-item__content {
|
|
// border: none;
|
|
// border: none;
|
|
@@ -780,7 +774,7 @@ export default {
|
|
// border-radius: 4px;
|
|
// border-radius: 4px;
|
|
// border: 1px solid #D8DCE6;
|
|
// border: 1px solid #D8DCE6;
|
|
// margin-top: 10px;
|
|
// margin-top: 10px;
|
|
-
|
|
|
|
|
|
+
|
|
// }
|
|
// }
|
|
//添加仓位样式
|
|
//添加仓位样式
|
|
.add {
|
|
.add {
|
|
@@ -791,7 +785,7 @@ export default {
|
|
color: #5473e8;
|
|
color: #5473e8;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
border: none;
|
|
border: none;
|
|
- margin-top:8px;
|
|
|
|
|
|
+ margin-top: 8px;
|
|
}
|
|
}
|
|
.add img {
|
|
.add img {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -805,39 +799,24 @@ export default {
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
}
|
|
}
|
|
/deep/.xia {
|
|
/deep/.xia {
|
|
- width: 500px;
|
|
|
|
- height: 54px;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- border: 1px solid #D8DCE6;
|
|
|
|
- margin-top: 10px;
|
|
|
|
- width: 462px;
|
|
|
|
- height: 54px;
|
|
|
|
- background: #F6F7FC;
|
|
|
|
- border-radius: 4px;
|
|
|
|
-}
|
|
|
|
- .basicInformation .ws-info-table {
|
|
|
|
- border: none;
|
|
|
|
- width: 1000px;
|
|
|
|
|
|
+ width: 500px;
|
|
|
|
+ height: 54px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ border: 1px solid #d8dce6;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ background: #f6f7fc;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
- .position.siji {
|
|
|
|
- background: #F6F7FC;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- border: 1px solid #D8DCE6;
|
|
|
|
- width: 1010px;
|
|
|
|
|
|
+.basicInformation .ws-info-table {
|
|
|
|
+ border: none;
|
|
|
|
+ width: 1000px;
|
|
}
|
|
}
|
|
.el-input--small .el-input__inner {
|
|
.el-input--small .el-input__inner {
|
|
- border-block-color: #F6F7FC;
|
|
|
|
- background: #F6F7FC;
|
|
|
|
-}
|
|
|
|
-// .ws-info-table .el-form-item .el-form-item__content {
|
|
|
|
-// background: #f5f7fa;
|
|
|
|
-// border-radius: 4px;
|
|
|
|
-// /* border: 1px solid #d8dce6; */
|
|
|
|
-// font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
-// margin-bottom: 5px;
|
|
|
|
-// font-size: 14px;
|
|
|
|
-// font-weight: 400;
|
|
|
|
-// color: #8890b1;
|
|
|
|
-// line-height: 16px;
|
|
|
|
-// }
|
|
|
|
|
|
+ border-block-color: #f6f7fc;
|
|
|
|
+ background: #f6f7fc;
|
|
|
|
+}
|
|
|
|
+.zhong {
|
|
|
|
+ background: #f6f7fc;
|
|
|
|
+ border: 1px solid #d8dce6;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|