|
@@ -1,16 +1,20 @@
|
|
<template>
|
|
<template>
|
|
- <!-- 修改运力信息 -->
|
|
|
|
-<div class="editCapacity">
|
|
|
|
- <div id="contractDetails">
|
|
|
|
- <page-title>编辑</page-title>
|
|
|
|
- <div class="main">
|
|
|
|
- </div>
|
|
|
|
- <div class="contractTitle">
|
|
|
|
- <div class="form_box" style="margin-right: 10rem">
|
|
|
|
- <dil-form :formId="310" v-model="form1"></dil-form>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-<div class="elForm">
|
|
|
|
|
|
+
|
|
|
|
+ <!-- 修改运力信息 -->
|
|
|
|
+ <div class="editCapacity">
|
|
|
|
+
|
|
|
|
+ <div id="contractDetails">
|
|
|
|
+ <page-title>编辑</page-title>
|
|
|
|
+ <div class="main"> </div>
|
|
|
|
+
|
|
|
|
+ <div class="contractTitle">
|
|
|
|
+
|
|
|
|
+ <div class="form_box" style="margin-right: 10rem">
|
|
|
|
+ <dil-form :formId="380" v-model="form1"></dil-form>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="elForm">
|
|
<el-form
|
|
<el-form
|
|
:inline="true"
|
|
:inline="true"
|
|
class="demo-form-inline"
|
|
class="demo-form-inline"
|
|
@@ -30,204 +34,186 @@
|
|
</template>
|
|
</template>
|
|
</el-autocomplete>
|
|
</el-autocomplete>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- </el-form>
|
|
|
|
-</div>
|
|
|
|
-
|
|
|
|
-</div>
|
|
|
|
- <div class="button_box">
|
|
|
|
- <el-button type="primary" @click="onClickConfirm">确认</el-button>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
|
|
+ </el-form> -->
|
|
|
|
+ <!-- </div> -->
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="button_box">
|
|
|
|
+ <el-button type="primary" @click="onClickConfirm">确认</el-button>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import PageTitle from "@/components/Page/Title";
|
|
import PageTitle from "@/components/Page/Title";
|
|
import { getCookie } from "@/utils/util.js";
|
|
import { getCookie } from "@/utils/util.js";
|
|
export default {
|
|
export default {
|
|
- components: { PageTitle },
|
|
|
|
- data() {
|
|
|
|
- return {
|
|
|
|
|
|
+ components: { PageTitle },
|
|
|
|
+ data() {
|
|
|
|
+ return {
|
|
state: "",
|
|
state: "",
|
|
- userId:null,
|
|
|
|
|
|
+ userId: null,
|
|
restaurants: [],
|
|
restaurants: [],
|
|
- accessToken:null,
|
|
|
|
- userCode:null,
|
|
|
|
- carrierUserId:null,
|
|
|
|
- carrierId:null,
|
|
|
|
- carrierIds:null,
|
|
|
|
- direction: 'rtl',
|
|
|
|
- inputText:"",
|
|
|
|
- form1: {},
|
|
|
|
- carrierUserId:null,
|
|
|
|
- carrierName:"",
|
|
|
|
- options:{
|
|
|
|
- requestUrl:"/api/v1/rms/getCarrierList?apiId=417",
|
|
|
|
- selectionType:"radio",
|
|
|
|
- mapList:[]
|
|
|
|
- }
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
- created(){
|
|
|
|
- this.carrierUserId = getCookie("userId");
|
|
|
|
- console.log(this.carrierUserId ,'carrierUserId')
|
|
|
|
|
|
+ accessToken: null,
|
|
|
|
+ userCode: null,
|
|
|
|
+ carrierUserId: null,
|
|
|
|
+ carrierId: null,
|
|
|
|
+ capacityCarrierId:null,
|
|
|
|
+ carrierIds: null,
|
|
|
|
+ direction: "rtl",
|
|
|
|
+ inputText: "",
|
|
|
|
+ form1: {},
|
|
|
|
+ carrierUserId: null,
|
|
|
|
+ carrierName: "",
|
|
|
|
+ map:[],
|
|
|
|
+ options: {
|
|
|
|
+ requestUrl: "/api/v1/rms/getCarrierList?apiId=417",
|
|
|
|
+ selectionType: "radio",
|
|
|
|
+ mapList: [],
|
|
|
|
+ },
|
|
|
|
+ };
|
|
},
|
|
},
|
|
|
|
+ // created(){
|
|
|
|
+ // this.carrierUserId = getCookie("userId");
|
|
|
|
+ // // console.log(this.carrierUserId ,'carrierUserId')
|
|
|
|
+ // },
|
|
mounted() {
|
|
mounted() {
|
|
- this.information();
|
|
|
|
- this.axios.post(
|
|
|
|
- "/api/v1/rms/getCarrierNameBySSOId?carrierSSOId=" + this.carrierUserId
|
|
|
|
- )
|
|
|
|
- .then((res) => {
|
|
|
|
- if(res.data.code == "200"){
|
|
|
|
- console.log(res.data.data)
|
|
|
|
- this.state = res.data.data.carrierName
|
|
|
|
- this.carrierIds = res.data.data.carrierId
|
|
|
|
- }
|
|
|
|
- })},
|
|
|
|
- methods: {
|
|
|
|
|
|
+ this.information();
|
|
|
|
+ },
|
|
|
|
+ // mounted() {
|
|
|
|
+ // this.information();
|
|
|
|
+ // this.axios.post(
|
|
|
|
+ // "/api/v1/rms/getCarrierNameBySSOId?carrierSSOId=" + this.carrierUserId
|
|
|
|
+ // )
|
|
|
|
+ // .then((res) => {
|
|
|
|
+ // if(res.data.code == "200"){
|
|
|
|
+ // console.log(res.data.data)
|
|
|
|
+ // this.state = res.data.data.carrierName
|
|
|
|
+ // this.carrierIds = res.data.data.carrierId
|
|
|
|
+ // }
|
|
|
|
+ // })},
|
|
|
|
+ methods: {
|
|
//承运商弹出层
|
|
//承运商弹出层
|
|
- handleSelect(item){
|
|
|
|
- this.carrierIds = item.carrierId
|
|
|
|
- item.carrierName = this.state
|
|
|
|
- },
|
|
|
|
- //以下是承运商边输边查搜索
|
|
|
|
- querySearch(queryString, cb) {
|
|
|
|
- this.axios.post('/api/v1/uc/getCarrierMesByLike?index='+queryString).then((res)=>{
|
|
|
|
- if(res.data.code == "200"){
|
|
|
|
- console.log(res.data.data)
|
|
|
|
- var restaurants = res.data.data
|
|
|
|
- console.log(restaurants,"restaurants");
|
|
|
|
- var results = queryString ? restaurants.filter(this.createFilter(queryString)) :restaurants;
|
|
|
|
- // 调用 callback 返回建议列表的数据
|
|
|
|
- cb(results);
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
- createFilter(queryString) {
|
|
|
|
- return (restaurants) => {
|
|
|
|
- return (restaurants.value.toLowerCase().indexOf(queryString.toLowerCase()) > -1);
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
- //以上是承运商边输边查搜索
|
|
|
|
- currentRadioChange(selection){
|
|
|
|
- this.mapList=selection,
|
|
|
|
- console.log(this.mapList)
|
|
|
|
- this.carrierName=this.mapList.carrierName
|
|
|
|
- },
|
|
|
|
- onclick(){
|
|
|
|
- this.options.requestUrl="/api/v1/rms/getCarrierList?apiId=417&con=" +this.inputText;
|
|
|
|
- },
|
|
|
|
- information() {
|
|
|
|
- //编辑
|
|
|
|
- console.log(this.$route.params)
|
|
|
|
-
|
|
|
|
- this.axios
|
|
|
|
- .post(
|
|
|
|
- "/api/v1/rms/getCapacityById/" +
|
|
|
|
- this.$route.params.capacityId
|
|
|
|
- )
|
|
|
|
- .then((res) => {
|
|
|
|
- console.log(res.data.data)
|
|
|
|
- res.data.data.forEach((e) => {
|
|
|
|
- this.form1 = e;
|
|
|
|
- console.log(e);
|
|
|
|
- console.log(this.form1);
|
|
|
|
- console.log( this.$route.params.capacityId);
|
|
|
|
- });
|
|
|
|
- this.axios
|
|
|
|
|
|
+ // handleSelect(item){
|
|
|
|
+ // this.carrierIds = item.carrierId
|
|
|
|
+ // item.carrierName = this.state
|
|
|
|
+ // },
|
|
|
|
+ // //以下是承运商边输边查搜索
|
|
|
|
+ // querySearch(queryString, cb) {
|
|
|
|
+ // this.axios.post('/api/v1/uc/getCarrierMesByLike?index='+queryString).then((res)=>{
|
|
|
|
+ // if(res.data.code == "200"){
|
|
|
|
+ // console.log(res.data.data)
|
|
|
|
+ // var restaurants = res.data.data
|
|
|
|
+ // console.log(restaurants,"restaurants");
|
|
|
|
+ // var results = queryString ? restaurants.filter(this.createFilter(queryString)) :restaurants;
|
|
|
|
+ // // 调用 callback 返回建议列表的数据
|
|
|
|
+ // cb(results);
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // },
|
|
|
|
+ // createFilter(queryString) {
|
|
|
|
+ // return (restaurants) => {
|
|
|
|
+ // return (restaurants.value.toLowerCase().indexOf(queryString.toLowerCase()) > -1);
|
|
|
|
+ // };
|
|
|
|
+ // },
|
|
|
|
+ // //以上是承运商边输边查搜索
|
|
|
|
+ // currentRadioChange(selection){
|
|
|
|
+ // this.mapList=selection,
|
|
|
|
+ // // console.log(this.mapList)
|
|
|
|
+ // this.carrierName=this.mapList.carrierName
|
|
|
|
+ // },
|
|
|
|
+ // onclick(){
|
|
|
|
+ // this.options.requestUrl="/api/v1/rms/getCarrierList?apiId=417&con=" +this.inputText;
|
|
|
|
+ // },
|
|
|
|
+ information() {
|
|
|
|
+ // //编辑
|
|
|
|
+ // console.log(this.$route.params)
|
|
|
|
+ // console.log(this.$route.params)
|
|
|
|
+ this.axios
|
|
.post(
|
|
.post(
|
|
- "/api/v1/rms/getCarrierNameById/" +
|
|
|
|
- this.$route.params.capacityId
|
|
|
|
|
|
+ "/api/v1/rms/getCapacityInfoById/" +
|
|
|
|
+ this.$route.params.capacityCarrierId
|
|
)
|
|
)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- this.state=res.data.data.carrierName
|
|
|
|
- console.log("carrierName",this.carrierName);
|
|
|
|
- });
|
|
|
|
- });
|
|
|
|
- },
|
|
|
|
- // 返回
|
|
|
|
- onClickCancel() {
|
|
|
|
- this.$router.go(-1);
|
|
|
|
- },
|
|
|
|
- // 确认
|
|
|
|
- onClickConfirm() {
|
|
|
|
- console.log(this.form1)
|
|
|
|
- let RmsCapacity={
|
|
|
|
- capacityId:this.form1.capacityId,
|
|
|
|
- capacityTypeId:this.form1.capacityTypeId,
|
|
|
|
- capacityNumber:this.form1.capacityNumber.toUpperCase(),
|
|
|
|
- capacityCorlor:this.form1.capacityCorlor,
|
|
|
|
- capacityOwneris:this.form1.capacityOwneris,
|
|
|
|
- capacityVip:this.form1.capacityVip,
|
|
|
|
- capacityBlacklist:this.form1.capacityBlacklist,
|
|
|
|
- carrierId:this.carrierIds,
|
|
|
|
- };if(
|
|
|
|
- RmsCapacity.capacityNumber==null ||
|
|
|
|
- RmsCapacity.capacityCorlor==null ||
|
|
|
|
- RmsCapacity.capacityOwneris==null ||
|
|
|
|
- RmsCapacity.capacityVip==null ||
|
|
|
|
- RmsCapacity.capacityBlacklist==null
|
|
|
|
- //RmsCapacity.carrierId==null
|
|
|
|
- )this.$message.error("存在空值!");
|
|
|
|
- console.log( this.$route.params.capacityId);
|
|
|
|
- this.axios
|
|
|
|
- .post(
|
|
|
|
- "/api/v1/rms/updateCapacity",
|
|
|
|
- RmsCapacity
|
|
|
|
- )
|
|
|
|
- .then((res) => {
|
|
|
|
- if (res.data.code == "200") {
|
|
|
|
- this.$message.success("修改成功")
|
|
|
|
- this.$router.go(-1);
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- },
|
|
|
|
- },
|
|
|
|
|
|
+ console.log(res);
|
|
|
|
+ res.data.data.forEach((e) => {
|
|
|
|
+ console.log("from", this.form1);
|
|
|
|
+ this.form1 = e;
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ }, // 返回
|
|
|
|
+ onClickCancel() {
|
|
|
|
+ this.$router.go(-1);
|
|
|
|
+ }, // 确认
|
|
|
|
+ onClickConfirm() {
|
|
|
|
+ console.log(this.form1);
|
|
|
|
+ let map = {
|
|
|
|
+ remark: this.form1.remark,
|
|
|
|
+ userDep:this.form1.userDep,
|
|
|
|
+ capacityCarrierId:this.$route.params.capacityCarrierId
|
|
|
|
+ };
|
|
|
|
+ if (
|
|
|
|
+ map.remark == null ||
|
|
|
|
+ map.userDep == null
|
|
|
|
+ )
|
|
|
|
+ this.$message.error("不能存在空值");
|
|
|
|
+ this.axios.post("/api/v1/rms/updateCapacity", map).then((res) => {
|
|
|
|
+ if (res.data.code == "200") {
|
|
|
|
+ this.$message.success("修改成功");
|
|
|
|
+ this.$router.go(-1);
|
|
|
|
+ }else{
|
|
|
|
+ this.$message.success("修改失败");
|
|
|
|
+ this.$router.go(-1);
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ },
|
|
|
|
+ },
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style lang='scss' scoped>
|
|
<style lang='scss' scoped>
|
|
-.editCapacity{
|
|
|
|
- .elForm{
|
|
|
|
- margin-left: 40%;
|
|
|
|
- }
|
|
|
|
- .form_box {
|
|
|
|
|
|
+.editCapacity {
|
|
|
|
+ .elForm {
|
|
|
|
+ margin-left: 40%;
|
|
|
|
+ }
|
|
|
|
+ .form_box {
|
|
width: 100%;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- .el-form-item{
|
|
|
|
|
|
+ .el-form-item {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- .el-form-item__label{
|
|
|
|
|
|
+ .el-form-item__label {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
- .el-form-item__content{
|
|
|
|
- .el-select{
|
|
|
|
- width: 250px;
|
|
|
|
- }
|
|
|
|
- .el-input{
|
|
|
|
- width: 250px;
|
|
|
|
- }
|
|
|
|
|
|
+ .el-form-item__content {
|
|
|
|
+ .el-select {
|
|
|
|
+ width: 250px;
|
|
|
|
+ }
|
|
|
|
+ .el-input {
|
|
|
|
+ width: 250px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
|
|
- .button_box{
|
|
|
|
|
|
+ }
|
|
|
|
+ .button_box {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- .el-button{
|
|
|
|
|
|
+ .el-button {
|
|
width: 80px;
|
|
width: 80px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
- }
|
|
|
|
- .disableBox{
|
|
|
|
- display: flex;
|
|
|
|
- text-align: center;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- margin-top: 1.5rem;
|
|
|
|
- margin-bottom: 1.25rem;
|
|
|
|
-}
|
|
|
|
|
|
+ }
|
|
|
|
+ .disableBox {
|
|
|
|
+ display: flex;
|
|
|
|
+ text-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-top: 1.5rem;
|
|
|
|
+ margin-bottom: 1.25rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
-
|
|
|
|
</style>
|
|
</style>
|