| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838 |
- <template>
- <div class="line-container-p24">
- <i class="el-icon-arrow-left"></i>
- <div
- class="dib go-back ml8 pointer"
- @click="router.replace('/shipInfo/shipList')"
- >
- 返回船舶列表
- </div>
- </div>
- <div class="container-title">船舶信息</div>
- <div class="line-container-p24">
- <div class="line">
- <div class="info-line">
- <div class="info-line-title">船名</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.shipname"
- :disabled="unchangeable"
- ></el-input>
- </div>
- <div class="info-line">
- <div class="info-line-title">MMSI</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.mmsi"
- :disabled="unchangeable"
- ></el-input>
- </div>
- </div>
- <div class="line">
- <div class="info-line">
- <div class="info-line-title">船长</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.length"
- :disabled="unchangeable"
- ></el-input>
- </div>
- <div class="info-line">
- <div class="info-line-title">船宽</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.breadth"
- :disabled="unchangeable"
- ></el-input>
- </div>
- </div>
- <div class="line">
- <div class="info-line">
- <div class="info-line-title">吨位</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.tonnage"
- :disabled="unchangeable"
- ></el-input>
- </div>
- <div class="info-line">
- <div class="info-line-title">载货吨位</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.loadTons"
- :disabled="unchangeable"
- ></el-input>
- </div>
- </div>
- <div class="line">
- <div class="info-line">
- <div class="info-line-title">吃水</div>
- <el-input
- class="info-line-text"
- v-model="shipDetail.draught"
- :disabled="unchangeable"
- ></el-input>
- </div>
- </div>
- <div class="line">
- <div class="info-line">
- <div class="info-line-title">船舶证书</div>
- <el-upload
- drag
- multiple
- action="https://interface.huihenduo.com.cn/hhd-pat/cos/upload"
- list-type="picture-card"
- :on-preview="handlePictureCardPreview"
- :on-remove="handleRemove"
- :data="shipParams"
- :on-success="shipUploadSuccess"
- :file-list="shipFileList"
- :disabled="unchangeable"
- >
- <div class="upload-plus-icon">+</div>
- <div class="upload-text">拖拽或点击上传</div>
- </el-upload>
- </div>
- </div>
- <div class="df aic jcfe">
- <el-button v-if="unchangeable" type="primary" @click="change">
- 修改
- </el-button>
- <el-button v-if="!unchangeable" @click="cancelChange">取消</el-button>
- <el-button v-if="!unchangeable" type="primary" @click="submitChange">
- 提交
- </el-button>
- </div>
- <div
- style="margin-top: 60px; min-width: 800px; width: 90%; margin-left: 60px"
- >
- <el-table border :data="shipOwnerTableData" stripe style="width: 100%">
- <el-table-column
- type="index"
- label="序号"
- min-width="80"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="userName"
- label="船东名称"
- min-width="120"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="userPhone"
- label="手机号"
- min-width="160"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="createTime"
- label="入驻时间"
- min-width="200"
- align="center"
- ></el-table-column>
- <el-table-column label="操作" min-width="80" align="center">
- <template v-slot="scope">
- <el-button
- @click="shipOwnerDetail(scope.row.userId, tableData)"
- type="text"
- size="small"
- >
- 查看详情
- </el-button>
- </template>
- </el-table-column>
- </el-table>
- <div style="width: 100%; text-align: right; margin-top: 43px">
- <el-pagination
- background
- layout="prev, pager, next"
- :total="shipOwnerTotal"
- @current-change="shipOwnerPageChange"
- ></el-pagination>
- </div>
- </div>
- </div>
- <div class="container-title">航次信息</div>
- <div class="full-container-p24">
- <div style="display: flex; justify-content: space-between">
- <div class="df aic">
- <div
- @click="changeVoyageType(1)"
- :class="
- currentbtn
- ? 'currentbtn radio-btns left-radius'
- : 'radio-btns left-radius'
- "
- >
- 执行中航次
- </div>
- <div
- @click="changeVoyageType(2)"
- :class="
- currentbtn
- ? ' radio-btns right-radius'
- : 'radio-btns right-radius currentbtn'
- "
- style="margin-right: 40px"
- >
- 历史航次
- </div>
- <el-input
- placeholder="请输入货主名称/联系人/联系人手机号"
- prefix-icon="el-icon-search"
- v-model="term"
- clearable
- style="width: 330px"
- ></el-input>
- <div class="seach-btn" @click="getVoyageList()">查询</div>
- </div>
- <div class="cargo-owner-add" @click="voyageAddDialogVisible = true">
- 添加航次
- </div>
- </div>
- <el-dialog v-model="voyageAddDialogVisible" title="添加航次">
- <el-form
- :rules="rules"
- label-position="right"
- label-width="80px"
- ref="addVoyageForm"
- :model="voyageForm"
- :before-close="resetAddVoyageForm"
- >
- <div class="df ffw">
- <!-- <el-form-item prop="voyageName" label="航次名称">
- <el-input v-model="voyageForm.voyageName"></el-input>
- </el-form-item>
- <el-form-item label=""></el-form-item> -->
- <el-form-item prop="shipOwnerId" label="船东">
- <!-- <el-input v-model="voyageForm.shipOwnerId"></el-input> -->
- <el-autocomplete
- v-model="voyageForm.shipOwnerName"
- :fetch-suggestions="seachShipOwner"
- placeholder="选择船东"
- @select="selectShipOwner"
- />
- </el-form-item>
- <el-form-item prop="cargoOwnerId" label="货主">
- <el-autocomplete
- v-model="voyageForm.cargoOwnerName"
- :fetch-suggestions="seachCargoOwner"
- placeholder="选择货主"
- @select="selectCargoOwner"
- />
- </el-form-item>
- <el-form-item prop="startTime" label="开始时间">
- <el-date-picker
- v-model="voyageForm.startTime"
- type="date"
- value-format="YYYY/MM/DD"
- placeholder="航次开始时间"
- ></el-date-picker>
- </el-form-item>
- <el-form-item prop="endTime" label="结束时间">
- <el-date-picker
- v-model="voyageForm.endTime"
- type="date"
- value-format="YYYY/MM/DD"
- placeholder="航次结束时间"
- disabled
- ></el-date-picker>
- </el-form-item>
- <el-form-item prop="loadPort" label="装货港">
- <el-input v-model="voyageForm.loadPort"></el-input>
- </el-form-item>
- <el-form-item prop="dischargeProt" label="卸货港">
- <el-input v-model="voyageForm.dischargeProt"></el-input>
- </el-form-item>
- <el-form-item prop="cargo" label="货种">
- <el-input v-model="voyageForm.cargo"></el-input>
- </el-form-item>
- <el-form-item prop="tons" label="吨位">
- <el-input v-model="voyageForm.tons"></el-input>
- </el-form-item>
- </div>
- </el-form>
- <template #footer>
- <span class="dialog-footer">
- <el-button @click="resetAddVoyageForm">取消</el-button>
- <el-button type="primary" @click="addVoyage">确定</el-button>
- </span>
- </template>
- </el-dialog>
- <el-table :data="tableData" stripe style="width: 100%; margin-top: 24px">
- <el-table-column
- type="index"
- label="序号"
- min-width="80"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="voyageName"
- label="航次名称"
- min-width="120"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="loadDiscPort"
- label="装货港-卸货港"
- min-width="260"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="startEndTime"
- label="开始时间-结束时间"
- min-width="200"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="cargo"
- label="货种"
- min-width="100"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="tons"
- label="吨位(吨)"
- min-width="60"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="transStatus"
- label="船舶状态"
- min-width="100"
- align="center"
- ></el-table-column>
- <el-table-column
- prop="remark"
- label="备注"
- min-width="200"
- align="center"
- ></el-table-column>
- <el-table-column label="操作" min-width="80" align="center">
- <template v-slot="scope">
- <el-button
- @click="voyageDetail(scope.row.id, tableData)"
- type="text"
- size="small"
- >
- 查看详情
- </el-button>
- </template>
- </el-table-column>
- </el-table>
- <div style="width: 100%; text-align: right; margin-top: 43px">
- <el-pagination
- background
- layout="prev, pager, next"
- :total="total"
- @current-change="pageChange"
- ></el-pagination>
- </div>
- </div>
- <el-dialog v-model="dialogVisible" title="图片预览" width="30%">
- <el-image
- :src="dialogImageUrl"
- style="height: 100%; width: 100%"
- ></el-image>
- </el-dialog>
- </template>
- <script>
- // import { uploadUrl } from "../../apis/config";
- import { ref, h, reactive, toRefs, onMounted } from "vue";
- import { ElNotification, ElMessageBox, ElMessage } from "element-plus";
- import store from "../../store";
- import router from "../../router";
- import md5 from "md5";
- import api from "../../apis/fetch";
- import { useRoute } from "_vue-router@4.0.12@vue-router";
- import _ from "lodash";
- export default {
- setup() {
- const route = useRoute();
- let shipDetail = ref({});
- let shipFileList = ref([]);
- async function getShipDetail() {
- let res = await api.getShipDetail({
- shipId: route.query.shipId,
- });
- if (res.data.status == 0) {
- shipDetail.value = res.data.result;
- for (let i of shipDetail.value.shipCertificates) {
- i.url = i.viewUrl;
- }
- shipFileList.value = shipDetail.value.shipCertificates;
- } else {
- console.log(res);
- }
- }
- let shipDetailCache = ref({});
- let shipFileListCache = ref([]);
- function change() {
- shipDetailCache.value = _.cloneDeep(shipDetail.value);
- shipFileListCache.value = _.cloneDeep(shipFileList.value);
- unchangeable.value = false;
- }
- function cancelChange() {
- shipDetail.value = _.cloneDeep(shipDetailCache.value);
- shipFileList.value = _.cloneDeep(shipFileListCache.value);
- unchangeable.value = true;
- }
- let unchangeable = ref(true);
- let dialogVisible = ref(false);
- let dialogImageUrl = ref("");
- let shipParams = ref({
- type: 2,
- userId: 0,
- location: "",
- });
- function handlePictureCardPreview(file) {
- dialogVisible.value = true;
- dialogImageUrl.value = file.url;
- }
- function handleRemove(file, list) {
- shipFileList.value = list;
- console.log("shipFileList", shipFileList.value);
- }
- function shipUploadSuccess(res, file, list) {
- shipFileList.value = list;
- console.log("shipFileList", shipFileList.value);
- }
- async function submitChange() {
- shipDetail.value.shipId = shipDetail.value.id;
- shipDetail.value.shipCerts = [];
- for (let i of shipFileList.value) {
- if (i.id) {
- shipDetail.value.shipCerts.push(i);
- } else {
- shipDetail.value.shipCerts.push({
- downloadUrl: i.response.result.downloadUrl,
- fileKey: i.response.result.key,
- viewUrl: i.response.result.viewUrl,
- });
- }
- }
- delete shipDetail.value.shipCertificates;
- let res = await api.updateShip(shipDetail.value);
- if (res.data.status == 0) {
- unchangeable.value = true;
- ElNotification({
- type: "success",
- title: res.data.msg,
- });
- } else {
- ElNotification({
- type: "error",
- title: res.data.msg,
- });
- console.log(res);
- }
- }
- let currentbtn = ref(true);
- let currentPage = ref(1);
- let term = ref();
- let tableData = ref();
- let total = ref();
- let status = ref(1);
- async function getVoyageList() {
- tableData.value = [];
- let res = await api.getVoyageList({
- cargoOwnerId: 0,
- shipId: route.query.shipId,
- status: status.value,
- term: term.value,
- currentPage: currentPage.value,
- size: 10,
- });
- term.value = "";
- if (res.data.status == 0) {
- tableData.value = res.data.result;
- }
- }
- function changeVoyageType(s) {
- currentPage.value = 1;
- currentbtn.value = s == 1;
- status.value = s;
- getVoyageList();
- }
- async function voyageDetail(id) {
- router.push({
- path: "/voyage/voyageDetail",
- query: {
- id,
- },
- });
- }
- function pageChange(e) {
- currentPage.value = e;
- getVoyageList();
- }
- function goToVoyageAdd() {
- router.push({
- path: "/voyage/voyageAdd",
- });
- }
- let voyageAddDialogVisible = ref(false);
- const rules = reactive({
- rules: {
- voyageName: [
- { required: false, message: "请填写航次名称", trigger: "blur" },
- ],
- shipOwnerId: [
- { required: true, message: "请选择船东", trigger: "blur" },
- ],
- cargoOwnerId: [
- { required: true, message: "请选择货主", trigger: "blur" },
- ],
- startTime: [
- { required: true, message: "请填写开始时间", trigger: "blur" },
- ],
- endTime: [
- { required: true, message: "请填写结束时间", trigger: "blur" },
- ],
- loadPort: [
- { required: true, message: "请填写装货港", trigger: "blur" },
- ],
- dischargeProt: [
- { required: true, message: "请填写卸货港", trigger: "blur" },
- ],
- cargo: [{ required: true, message: "请填写货种", trigger: "blur" }],
- tons: [{ required: true, message: "请填写吨位", trigger: "blur" }],
- // -----------
- shipOwnerName: [
- { required: true, message: "请选择船东", trigger: "blur" },
- ],
- cargoOwnerName: [
- { required: true, message: "请选择货主", trigger: "blur" },
- ],
- },
- });
- let voyageForm = reactive({
- voyageForm: {
- voyageName: "",
- cargoOwnerId: "",
- startTime: "",
- endTime: "",
- loadPort: "",
- dischargeProt: "",
- cargo: "",
- tons: "",
- // -----
- shipOwnerName: "",
- cargoOwnerName: "",
- },
- });
- let addVoyageForm = ref(null);
- async function addVoyage() {
- addVoyageForm.value.validate(async (valid) => {
- if (valid) {
- // console.log("提交", voyageForm.voyageForm);
- let res = await api.addVoyage({
- ...voyageForm.voyageForm,
- });
- if (res.data.status == 0) {
- ElNotification({
- title: res.data.msg,
- type: "success",
- });
- resetAddVoyageForm();
- } else {
- console.log(res);
- ElNotification({
- title: res.data.msg,
- type: "error",
- });
- }
- }
- });
- }
- async function seachShipOwner(queryString, cb) {
- if (!queryString) return;
- let res = await api.getUserInfoAndShipInfo({
- term: queryString,
- });
- let shipOwners = [];
- if (res.data.status == 0) {
- shipOwners = res.data.result;
- for (let i of shipOwners) {
- i.value = `${i.shipOwnerName}-${i.shipName}`;
- }
- cb(shipOwners);
- }
- }
- const selectShipOwner = (item) => {
- voyageForm.voyageForm.shipOwnerId = item.shipOwnerId;
- voyageForm.voyageForm.shipId = item.shipId;
- };
- async function seachCargoOwner(queryString, cb) {
- if (!queryString) return;
- let res = await api.seachUser({
- term: queryString,
- identity: 2,
- });
- let cargoOwners = [];
- if (res.data.status == 0) {
- cargoOwners = res.data.result;
- for (let i of cargoOwners) {
- i.value = `${i.userName}`;
- }
- cb(cargoOwners);
- }
- }
- const selectCargoOwner = (item) => {
- voyageForm.voyageForm.cargoOwnerId = item.userId;
- };
- function resetAddVoyageForm() {
- voyageAddDialogVisible.value = false;
- voyageForm.voyageForm.shipOwnerName = "";
- voyageForm.voyageForm.cargoOwnerName = "";
- addVoyageForm.value.resetFields();
- }
- let shipCurrentPage = ref(1);
- let shipOwnerTableData = ref([]);
- let shipOwnerCurrentPage = ref(1);
- let shipOwnerTotal = ref();
- async function getShipOwnerListByShipId() {
- let res = await api.getShipOwnerListByShipId({
- shipId: route.query.shipId,
- currentPage: shipOwnerCurrentPage.value,
- size: 10,
- });
- if (res.data.status == 0) {
- shipOwnerTableData.value = res.data.result;
- shipOwnerTotal.value = res.data.total;
- } else {
- console.log(res);
- }
- }
- function shipOwnerDetail(userId) {
- router.push({
- path: "/shipOwnerManage/shipOwnerDetail",
- query: {
- userId,
- },
- });
- }
- function shipOwnerPageChange(e) {
- shipOwnerCurrentPage.value = e;
- getShipOwnerListByShipId();
- }
- onMounted(() => {
- getShipDetail();
- getVoyageList();
- getShipOwnerListByShipId();
- });
- return {
- unchangeable,
- change,
- cancelChange,
- submitChange,
- dialogVisible,
- dialogImageUrl,
- shipDetail,
- router,
- handlePictureCardPreview,
- handleRemove,
- shipParams,
- shipUploadSuccess,
- shipFileList,
- currentPage,
- term,
- tableData,
- total,
- currentbtn,
- changeVoyageType,
- getVoyageList,
- voyageDetail,
- pageChange,
- goToVoyageAdd,
- addVoyage,
- voyageAddDialogVisible,
- addVoyageForm,
- ...toRefs(rules),
- ...toRefs(voyageForm),
- seachShipOwner,
- selectShipOwner,
- seachCargoOwner,
- selectCargoOwner,
- resetAddVoyageForm,
- shipCurrentPage,
- shipOwnerTableData,
- shipOwnerCurrentPage,
- getShipOwnerListByShipId,
- shipOwnerDetail,
- shipOwnerPageChange,
- shipOwnerTotal,
- // uploadUrl,
- };
- },
- };
- </script>
- <style scoped>
- .seach-btn {
- display: inline-block;
- width: 60px;
- height: 32px;
- background: #0094fe;
- border-radius: 2px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- line-height: 32px;
- margin-left: 10px;
- cursor: pointer;
- }
- .cargo-owner-add {
- width: 80px;
- height: 32px;
- border-radius: 2px;
- border: 1px solid #0094fe;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #0094fe;
- line-height: 32px;
- text-align: center;
- cursor: pointer;
- }
- :deep().el-dialog {
- width: 560px;
- padding: 20px 50px;
- border-radius: 6px;
- }
- :deep() .el-dialog__title {
- font-size: 18px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #0094fe;
- }
- .normal-label {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #353a42;
- margin-right: 10px;
- }
- .show-input {
- width: 280px;
- height: 32px;
- background: #ffffff;
- border-radius: 2px;
- border: 1px solid #dee0e3;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 32px;
- padding-left: 12px;
- margin-right: 40px;
- }
- .radio-btns {
- height: 38px;
- width: 103px;
- border: 1px solid #1486f9;
- line-height: 38px;
- text-align: center;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #0094fe;
- cursor: pointer;
- }
- .left-radius {
- border-top-left-radius: 19px;
- border-bottom-left-radius: 19px;
- }
- .right-radius {
- border-top-right-radius: 19px;
- border-bottom-right-radius: 19px;
- }
- .currentbtn {
- background: #1486f9;
- color: #fff;
- }
- .seach-btn {
- display: inline-block;
- width: 60px;
- height: 38px;
- background: #0094fe;
- border-radius: 2px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- line-height: 38px;
- margin-left: 10px;
- cursor: pointer;
- }
- .voyage-add {
- width: 80px;
- height: 36px;
- border-radius: 2px;
- border: 1px solid #0094fe;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #0094fe;
- line-height: 36px;
- text-align: center;
- cursor: pointer;
- }
- :deep() .el-dialog {
- width: 800px;
- }
- :deep() .el-form-item {
- margin-right: 22px;
- width: 300px;
- }
- :deep() .el-autocomplete {
- width: 220px;
- }
- .upload-text {
- height: 25%;
- color: rgb(139, 147, 156);
- }
- .upload-plus-icon {
- height: 15%;
- color: rgb(139, 147, 156);
- line-height: 100px;
- font-size: 40px;
- font-weight: 200;
- }
- </style>
|