|
@@ -6,7 +6,12 @@
|
|
|
<h2 class="bg-left title">船运调度详情</h2>
|
|
|
</el-col>
|
|
|
<el-col :span="4" class="bg-right">
|
|
|
- <el-button class="bg-bottom" type="primary" size="small" @click="revert()">
|
|
|
+ <el-button
|
|
|
+ class="bg-bottom"
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="revert()"
|
|
|
+ >
|
|
|
<img
|
|
|
width="6"
|
|
|
height="10"
|
|
@@ -20,225 +25,141 @@
|
|
|
<div class="center">
|
|
|
<ws-form ref="deptBudgetList" :model="deptBudgetList">
|
|
|
<div class="basicInformation">
|
|
|
- <h2>任务编号</h2>
|
|
|
+ <div class="small-title">任务详情</div>
|
|
|
<ws-info-table>
|
|
|
<!-- 任务编号 -->
|
|
|
<ws-form-item label="任务编号" span="1" prop="processNo">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.processNo"
|
|
|
- placeholder="请输入任务编号"
|
|
|
- maxlength="20"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.processNo}}
|
|
|
+ {{ deptBudgetList.processNo }}
|
|
|
</ws-form-item>
|
|
|
<!-- 货名 -->
|
|
|
<ws-form-item label="货名" span="1" prop="goodsName">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.goodsName"
|
|
|
- placeholder="请输入货名"
|
|
|
- maxlength="20"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.goodsName}}
|
|
|
+ {{ deptBudgetList.goodsName }}
|
|
|
</ws-form-item>
|
|
|
<!--重量(吨)-->
|
|
|
- <ws-form-item label="重量(吨)" span="1" prop="weight" class="readonly">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.weight"
|
|
|
- placeholder="请输入重重"
|
|
|
- maxlength="100"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.weight}}
|
|
|
+ <ws-form-item
|
|
|
+ label="重量(吨)"
|
|
|
+ span="1"
|
|
|
+ prop="weight"
|
|
|
+ class="readonly"
|
|
|
+ >
|
|
|
+ {{ deptBudgetList.weight }}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发货地址-->
|
|
|
<ws-form-item label="发货地址" span="1">
|
|
|
- <!-- <ws-input
|
|
|
- readonly="readonly"
|
|
|
- v-model="deptBudgetList.sendDetailedAddress"
|
|
|
- placeholder=""
|
|
|
- maxlength="120"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.sendPrivate}}{{deptBudgetList.sendCity}}{{deptBudgetList.sendArea}}
|
|
|
+ {{ deptBudgetList.sendPrivate }}{{ deptBudgetList.sendCity
|
|
|
+ }}{{ deptBudgetList.sendArea }}
|
|
|
</ws-form-item>
|
|
|
<!--发货人-->
|
|
|
<ws-form-item label="发货人" span="1" prop="sender">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.sender"
|
|
|
- placeholder="请输入发货人姓名"
|
|
|
- maxlength="100"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.sender}}
|
|
|
+ {{ deptBudgetList.sender }}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发货人电话-->
|
|
|
<ws-form-item label="发货人电话" span="1" prop="senderPhone">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.senderPhone"
|
|
|
- placeholder="请输入发货人电话"
|
|
|
- maxlength="100"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.senderPhone}}
|
|
|
+ {{ deptBudgetList.senderPhone }}
|
|
|
</ws-form-item>
|
|
|
<!--收货地址-->
|
|
|
- <ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
|
|
|
- <!-- <el-cascader
|
|
|
- v-model="deptBudgetList.receiveDetailedAddress"
|
|
|
- clearable
|
|
|
- size="large"
|
|
|
- placeholder="请选择发货地址"
|
|
|
- style="width: 200%"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.receivePrivate}}{{deptBudgetList.receiveCity}}{{deptBudgetList.receiveArea}}
|
|
|
+ <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">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.receiver"
|
|
|
- placeholder="请输入发货人"
|
|
|
- maxlength="100"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.receiver}}
|
|
|
+ {{ deptBudgetList.receiver }}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--收货人电话-->
|
|
|
<ws-form-item label="收货人电话" span="1" prop="receiverPhone">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.receiverPhone"
|
|
|
- placeholder="请输入收货人电话"
|
|
|
- maxlength="100"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.receiverPhone}}
|
|
|
+ {{ deptBudgetList.receiverPhone }}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--发船日期-->
|
|
|
<ws-form-item label="发船日期" span="1" prop="deliveryDateStart">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.deliveryDateStart"
|
|
|
- placeholder=""
|
|
|
- maxlength="20"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.deliveryDateStart}}
|
|
|
+ {{ deptBudgetList.deliveryDateStart }}
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--最晚发货日期-->
|
|
|
<ws-form-item label="最晚到货日期" span="1" prop="deliveryDateEnd">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.deliveryDateEnd"
|
|
|
- placeholder=""
|
|
|
- maxlength="20"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.deliveryDateEnd}}
|
|
|
+ {{ deptBudgetList.deliveryDateEnd }}
|
|
|
</ws-form-item>
|
|
|
<!--合同编号-->
|
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="deptBudgetList.contractNo"
|
|
|
- placeholder="请输入合同编号"
|
|
|
- maxlength="20"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{deptBudgetList.contractNo}}
|
|
|
+ {{ deptBudgetList.contractNo }}
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
<div class="small-title">联络员及航次</div>
|
|
|
- <div class="aa">
|
|
|
- <div class="small-title">航次信息</div>
|
|
|
- <div
|
|
|
- style="width: 100%"
|
|
|
- class="flex position"
|
|
|
- v-for="(item, index) in deptBudgetList.tranCarInfoList"
|
|
|
- >
|
|
|
- <ws-info-table>
|
|
|
- <!-- 姓名 -->
|
|
|
- <ws-form-item label="姓名" span="1" prop="driver" class="siji">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.driver"
|
|
|
- placeholder="请选择联络员"
|
|
|
- size="small"
|
|
|
- ></ws-input>-->
|
|
|
- {{item.driver}}
|
|
|
- </ws-form-item>
|
|
|
- <!-- 电话 -->
|
|
|
- <ws-form-item label="电话" span="1" prop="driverPhone" class="siji">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.driverPhone"
|
|
|
- placeholder="联络员电话"
|
|
|
- size="small"
|
|
|
- ></ws-input>-->
|
|
|
- {{item.driverPhone}}
|
|
|
- </ws-form-item>
|
|
|
- <!--发船日期-->
|
|
|
- <ws-form-item label="发船日期" span="1" prop="sendDateStart" class="siji">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.sendDateStart"
|
|
|
- placeholder="请选择日期"
|
|
|
- ></ws-input>-->
|
|
|
- {{item.sendDateStart}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item label="预计到港日期" span="1" prop="receiveDateEnd" class="siji">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.receiveDateEnd"
|
|
|
- placeholder="请选择日期"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- size="small"
|
|
|
- />-->
|
|
|
- {{item.receiveDateEnd}}
|
|
|
- </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>-->
|
|
|
- {{item.shipName}}
|
|
|
- </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>-->
|
|
|
- {{item.shipNo}}
|
|
|
- </ws-form-item>
|
|
|
- <!-- 类型 -->
|
|
|
- <ws-form-item label="类型" span="1" prop="shipType" class="siji">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.shipType"
|
|
|
- placeholder=""
|
|
|
- size="small"
|
|
|
- ></ws-input>-->
|
|
|
- {{item.shipType}}
|
|
|
- </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>-->
|
|
|
- {{item.boxNumber}}
|
|
|
- </ws-form-item>
|
|
|
- </ws-info-table>
|
|
|
- </div>
|
|
|
+ <div
|
|
|
+ style="width: 100%"
|
|
|
+ class="flex position middle"
|
|
|
+ v-for="(item, index) in deptBudgetList.tranCarInfoList"
|
|
|
+ >
|
|
|
+ <div style="margin: 18px;color: #69708C;">航次信息</div>
|
|
|
+ <ws-info-table>
|
|
|
+ <!-- 姓名 -->
|
|
|
+ <ws-form-item label="姓名" span="1" prop="driver" class="siji">
|
|
|
+ {{ item.driver }}
|
|
|
+ </ws-form-item>
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <!-- 电话 -->
|
|
|
+ <ws-form-item
|
|
|
+ label="电话"
|
|
|
+ span="1"
|
|
|
+ prop="driverPhone"
|
|
|
+ class="siji"
|
|
|
+ >
|
|
|
+ {{ item.driverPhone }}
|
|
|
+ </ws-form-item>
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <!--发船日期-->
|
|
|
+ <ws-form-item
|
|
|
+ label="发船日期"
|
|
|
+ span="1"
|
|
|
+ prop="sendDateStart"
|
|
|
+ class="siji"
|
|
|
+ >
|
|
|
+ {{ item.sendDateStart }}
|
|
|
+ </ws-form-item>
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <ws-form-item
|
|
|
+ label="预计到港日期"
|
|
|
+ span="1"
|
|
|
+ prop="receiveDateEnd"
|
|
|
+ class="siji"
|
|
|
+ >
|
|
|
+ {{ item.receiveDateEnd }}
|
|
|
+ </ws-form-item>
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <!-- 船名 -->
|
|
|
+ <ws-form-item label="船名" span="1" prop="shipName" class="siji">
|
|
|
+ {{ item.shipName }}
|
|
|
+ </ws-form-item>
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <!-- 航次 -->
|
|
|
+ <ws-form-item label="航次" span="1" prop="shipNo" class="siji">
|
|
|
+ {{ item.shipNo }}
|
|
|
+ </ws-form-item>
|
|
|
+
|
|
|
+ <el-divider direction="vertical" class="line"></el-divider>
|
|
|
+ <!-- 类型 -->
|
|
|
+ <ws-form-item label="类型" span="1" prop="shipType" class="siji">
|
|
|
+ {{ item.shipType }}
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item
|
|
|
+ label="数量"
|
|
|
+ span="1"
|
|
|
+ prop="boxNumber"
|
|
|
+ class="siji"
|
|
|
+ v-show="item.shipType == '集装箱'"
|
|
|
+ >
|
|
|
+ {{ item.boxNumber }}
|
|
|
+ </ws-form-item>
|
|
|
+
|
|
|
+ </ws-info-table>
|
|
|
</div>
|
|
|
<div class="xia">
|
|
|
<div
|
|
@@ -248,43 +169,34 @@
|
|
|
:key="index"
|
|
|
>
|
|
|
<ws-info-table>
|
|
|
- <ws-form-item :label="'仓位号-'+ (index + 1 )" span="1" prop="impurity" class="bot">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.impurity"
|
|
|
- placeholder="请输入仓位号"
|
|
|
- size="small"
|
|
|
- ></ws-input>-->
|
|
|
- {{items.impurity}}
|
|
|
+ <ws-form-item
|
|
|
+ :label="'仓位号-' + (index + 1)"
|
|
|
+ span="1"
|
|
|
+ prop="impurity"
|
|
|
+ class="bot"
|
|
|
+ >
|
|
|
+ {{ items.impurity }}
|
|
|
</ws-form-item>
|
|
|
<!-- 重量(吨) -->
|
|
|
- <ws-form-item label="重量(吨)" span="1" prop="positionWeight" class="bot">
|
|
|
- <!-- <ws-input
|
|
|
- v-model="item.positionWeight"
|
|
|
- placeholder="请输入装仓重量"
|
|
|
- size="small"
|
|
|
- ></ws-input>-->
|
|
|
- {{items.positionWeight}}
|
|
|
+ <ws-form-item
|
|
|
+ label="重量(吨)"
|
|
|
+ span="1"
|
|
|
+ prop="positionWeight"
|
|
|
+ class="bot"
|
|
|
+ >
|
|
|
+ {{ items.positionWeight }}
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
- <!-- <img
|
|
|
- width="22"
|
|
|
- height="22"
|
|
|
- class="del"
|
|
|
- @click="del(index)"
|
|
|
- src="../../../public/img/del.png"
|
|
|
- alt=""
|
|
|
- />-->
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <el-button
|
|
|
- class="add"
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- @click="add()"
|
|
|
- >添加仓位</el-button
|
|
|
- >-->
|
|
|
<div style="text-align: right; padding: 10px">
|
|
|
- <el-button class="bg-bottom-up" type="primary" size="small" @click="returnsales()">关闭</el-button>
|
|
|
+ <el-button
|
|
|
+ class="bg-bottom-up"
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="returnsales()"
|
|
|
+ >关闭</el-button
|
|
|
+ >
|
|
|
</div>
|
|
|
</div>
|
|
|
</ws-form>
|
|
@@ -301,7 +213,7 @@ export default {
|
|
|
name: 'viewSpareMoney',
|
|
|
components: {
|
|
|
WsUpload,
|
|
|
- Pagination
|
|
|
+ Pagination,
|
|
|
},
|
|
|
watch: {
|
|
|
// vesselId(val) {
|
|
@@ -309,7 +221,7 @@ export default {
|
|
|
// },
|
|
|
isShow(val) {
|
|
|
this.showType = val
|
|
|
- }
|
|
|
+ },
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -344,16 +256,16 @@ export default {
|
|
|
tranCarInfoList: [],
|
|
|
list: [],
|
|
|
arr: [],
|
|
|
- freightspace: [{ binNumber: '', maxStorage: '', remark: '' }],
|
|
|
+ freightspace: [],
|
|
|
rules: {
|
|
|
netWeight: [
|
|
|
{
|
|
|
required: true,
|
|
|
type: 'number',
|
|
|
message: '请输入活动名称',
|
|
|
- trigger: 'blur'
|
|
|
- }
|
|
|
- ]
|
|
|
+ trigger: 'blur',
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
size: 10,
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
@@ -361,21 +273,21 @@ export default {
|
|
|
packtypeList: {},
|
|
|
date: {
|
|
|
year: dayjs().format('YYYY'),
|
|
|
- month: dayjs().format('MM')
|
|
|
+ month: dayjs().format('MM'),
|
|
|
},
|
|
|
contractList: [],
|
|
|
deptBudgetList: {
|
|
|
warehouseInOutDetail: {},
|
|
|
- tranCarInfoList: []
|
|
|
+ tranCarInfoList: [],
|
|
|
},
|
|
|
historyList: [],
|
|
|
|
|
|
pickerBeginDateBefore: {
|
|
|
- disabledDate: time => {
|
|
|
+ disabledDate: (time) => {
|
|
|
return time.getTime() > Date.now()
|
|
|
- }
|
|
|
+ },
|
|
|
},
|
|
|
- accessoryTFs: false
|
|
|
+ accessoryTFs: false,
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
@@ -392,26 +304,16 @@ export default {
|
|
|
loaddata() {
|
|
|
shippingLook({ id: this.$route.query.id })
|
|
|
.toPromise()
|
|
|
- .then(response => {
|
|
|
+ .then((response) => {
|
|
|
this.deptBudgetList = response
|
|
|
- // this.deptBudgetList.driver = this.deptBudgetList.tranCarInfoList[0].driver
|
|
|
- // this.deptBudgetList.driverPhone = this.deptBudgetList.tranCarInfoList[0].driverPhone
|
|
|
- // this.deptBudgetList.sendDateStart = this.deptBudgetList.tranCarInfoList[0].sendDateStart
|
|
|
- // this.deptBudgetList.sendDateStart = this.deptBudgetList.tranCarInfoList[0].sendDateStart
|
|
|
- // this.deptBudgetList.receiveDateEnd = this.deptBudgetList.tranCarInfoList[0].receiveDateEnd
|
|
|
- // this.deptBudgetList.shipName = this.deptBudgetList.tranCarInfoList[0].shipName
|
|
|
- // this.deptBudgetList.shipNo = this.deptBudgetList.tranCarInfoList[0].shipNo
|
|
|
- // this.deptBudgetList.shipType = this.deptBudgetList.tranCarInfoList[0].shipType
|
|
|
- // this.deptBudgetList. boxNumber =this.deptBudgetList.tranCarInfoList[0].boxNumber
|
|
|
for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {
|
|
|
- var num = this.deptBudgetList.tranCarInfoList[
|
|
|
- i
|
|
|
- ].positionWeight.split(',')
|
|
|
+ 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]
|
|
|
+ positionWeight: num2[num2.length - 1],
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -423,17 +325,17 @@ export default {
|
|
|
currentPage: this.currentPage,
|
|
|
pageSize: this.pageSize,
|
|
|
contractType: this.contractType,
|
|
|
- tranTypeKey: this.tranTypeKey
|
|
|
+ tranTypeKey: this.tranTypeKey,
|
|
|
})
|
|
|
.toPromise()
|
|
|
- .then(response => {
|
|
|
+ .then((response) => {
|
|
|
this.warehouseList = response
|
|
|
})
|
|
|
},
|
|
|
//返回按钮
|
|
|
revert() {
|
|
|
this.freightspace = []
|
|
|
- this.$router.push({ path: 'tranManagementShipping' })
|
|
|
+ this.$router.go(-1)
|
|
|
},
|
|
|
del(index) {
|
|
|
if (this.freightspace.length > 1) {
|
|
@@ -444,7 +346,7 @@ export default {
|
|
|
this.freightspace.push({
|
|
|
binNumber: '',
|
|
|
maxStorage: '',
|
|
|
- remark: ''
|
|
|
+ remark: '',
|
|
|
})
|
|
|
},
|
|
|
//提交按钮
|
|
@@ -452,19 +354,18 @@ export default {
|
|
|
this.$confirm(`暂存后可在待完成页面查看,确定暂存`, {
|
|
|
cancelButtonText: '取消',
|
|
|
confirmButtonText: '确定',
|
|
|
- type: 'warning'
|
|
|
+ type: 'warning',
|
|
|
})
|
|
|
.then(() => {
|
|
|
- this.$refs.deptBudgetList.validate(valid => {
|
|
|
+ this.$refs.deptBudgetList.validate((valid) => {
|
|
|
if (valid) {
|
|
|
- this.deptBudgetList.compId = sessionStorage.getItem(
|
|
|
- 'ws-pf_compId'
|
|
|
- )
|
|
|
+ this.deptBudgetList.compId =
|
|
|
+ sessionStorage.getItem('ws-pf_compId')
|
|
|
this.deptBudgetList.inOutFlag = 2
|
|
|
this.deptBudgetList.statusFlag = 1
|
|
|
addstorageputList(this.deptBudgetList)
|
|
|
.toPromise()
|
|
|
- .then(response => {
|
|
|
+ .then((response) => {
|
|
|
this.$message.success('暂存成功')
|
|
|
this.$router.push({ path: 'warehouseManagementList' })
|
|
|
})
|
|
@@ -522,8 +423,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
approve() {},
|
|
|
- listQuery() {}
|
|
|
- }
|
|
|
+ listQuery() {},
|
|
|
+ },
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
@@ -695,23 +596,6 @@ export default {
|
|
|
border: none;
|
|
|
}
|
|
|
}
|
|
|
-//联络员及航次样式
|
|
|
-.aa {
|
|
|
- width: 100%;
|
|
|
- height: 90px;
|
|
|
- background: #f5f7fa;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #d8dce6;
|
|
|
-}
|
|
|
-// .xia{
|
|
|
-// width:500px;
|
|
|
-// // height: 46px;
|
|
|
-// background: #F5F7FA;
|
|
|
-// border-radius: 4px;
|
|
|
-// // border: 1px solid #D8DCE6;
|
|
|
-// margin-top: 10px;
|
|
|
-// border: none;
|
|
|
-// }
|
|
|
.xia {
|
|
|
width: 700px;
|
|
|
// height: 50px;
|
|
@@ -729,7 +613,7 @@ export default {
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
.position .siji {
|
|
|
- width: 14.2%;
|
|
|
+ width: 13%;
|
|
|
}
|
|
|
.el-form {
|
|
|
height: 1000px;
|
|
@@ -740,4 +624,14 @@ export default {
|
|
|
/deep/.position .ws-info-table .el-form-item .el-form-item__label {
|
|
|
background-color: #f5f7fa;
|
|
|
}
|
|
|
+.middle {
|
|
|
+ background: #f6f7fc;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #d8dce6;
|
|
|
+}
|
|
|
+.line{
|
|
|
+ height: 26px;
|
|
|
+ margin-top: 6px;
|
|
|
+ left: -20px;
|
|
|
+}
|
|
|
</style>
|