Browse Source

1.车辆历史照片

test
0.0 2 years ago
parent
commit
65c9b1da95
  1. 2
      src/api/basicdata/basicdataVehicle.js
  2. 63
      src/option/basicdata/basicdataVehicle.js
  3. 122
      src/views/basicdata/vehicle/basicdataVehicleform.vue

2
src/api/basicdata/basicdataVehicle.js

@ -2,7 +2,7 @@ import request from '@/axios';
export const getList = (current, size, params) => { export const getList = (current, size, params) => {
return request({ return request({
url: '/api/logpm-basicdata/vehicle/list', url: '/api/logpm-basicdata/vehicle/page',
method: 'get', method: 'get',
params: { params: {
...params, ...params,

63
src/option/basicdata/basicdataVehicle.js

@ -7,6 +7,7 @@ export default {
border: true, border: true,
index: true, index: true,
viewBtn: false, viewBtn: false,
editBtn: false,
selection: true, selection: true,
dialogClickModal: false, dialogClickModal: false,
column: [ column: [
@ -502,19 +503,19 @@ export default {
align:'center', align:'center',
span:11, span:11,
}, },
{ // {
label: "车辆挂靠公司", // label: "车辆挂靠公司",
prop: "vehicleParkingCompany", // prop: "vehicleParkingCompany",
type: "input", // type: "input",
labelWidth:'150', // labelWidth:'150',
width:"150px", // width:"150px",
align:'center', // align:'center',
span:11, // span:11,
}, // },
{ {
label: "是否有GPS", label: "是否有GPS",
prop: "withGps", prop: "withGps",
type: "input", type: "select",
labelWidth:'150', labelWidth:'150',
width:"150px", width:"150px",
align:'center', align:'center',
@ -687,26 +688,28 @@ export default {
url: 'link', url: 'link',
}, },
}, },
// { {
// label: "历史照片", label: "车俩历史照片",
// prop: "historicPhotos", prop: "historicPhotos",
// type: 'upload', type: 'upload',
// listType: 'picture-card', listType: 'picture-card',
// dataType: 'string', dataType: 'string',
// labelWidth:'150', labelWidth:'150',
// span:11, span:11,
// addDisplay: true, multiple:true,
// multiple:true, width:"200px",
// width:"200px", align:'left',
// align:'left', action: '/blade-resource/oss/endpoint/put-file',
// action: '/blade-resource/oss/endpoint/put-file', limit: 3,
// limit: 3, disabled:true,
// disabled:true, addDisplay: false,
// propsHttp: { editDisplay: false,
// res: 'data', viewDisplay: false,
// url: 'link', propsHttp: {
// }, res: 'data',
// }, url: 'link',
},
},
{ {
label: "预留1", label: "预留1",

122
src/views/basicdata/vehicle/basicdataVehicleform.vue

@ -24,9 +24,7 @@
</template> </template>
<script> <script>
import { getDetail as getDetailDelineNode, } from '@/api/basic/basicDelineNode'; import {update} from '@/api/basicdata/basicdataVehicle';
import {getList} from '@/api/basic/basicDelineNode';
import {add,update} from '@/api/basic/basicdeline';
import { getDetail as getDetailWarehouse } from '@/api/basicdata/basicdataWarehouse'; import { getDetail as getDetailWarehouse } from '@/api/basicdata/basicdataWarehouse';
export default { export default {
@ -44,13 +42,7 @@ export default {
// //
isDis:false, isDis:false,
nodequery:{}, nodequery:{},
// option: {
// emptyBtn: false, //
// submitBtn: false, //
// tableData: [],
// },
form: { form: {
}, },
// //
nodepage: { nodepage: {
@ -67,6 +59,7 @@ export default {
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
border: true, border: true,
disabled:this.vehicleformdata.view,
index: true, index: true,
viewBtn: false, viewBtn: false,
selection: true, selection: true,
@ -564,19 +557,19 @@ export default {
align:'center', align:'center',
span:6, span:6,
}, },
{ // {
label: "车辆挂靠公司", // label: "",
prop: "vehicleParkingCompany", // prop: "vehicleParkingCompany",
type: "input", // type: "input",
labelWidth:'150', // labelWidth:'150',
width:"150px", // width:"150px",
align:'center', // align:'center',
span:6, // span:6,
}, // },
{ {
label: "是否有GPS", label: "是否有GPS",
prop: "withGps", prop: "withGps",
type: "input", type: "select",
labelWidth:'150', labelWidth:'150',
width:"150px", width:"150px",
align:'center', align:'center',
@ -749,25 +742,25 @@ export default {
url: 'link', url: 'link',
}, },
}, },
// { {
// label: "", label: "历史照片",
// prop: "historicPhotos", prop: "historicPhotos",
// type: 'upload', type: 'upload',
// listType: 'picture-card', listType: 'picture-card',
// dataType: 'string', dataType: 'string',
// labelWidth:'150', labelWidth:'150',
// span:6, span:12,
// multiple:true, multiple:true,
// width:"200px", width:"200px",
// align:'left', align:'left',
// action: '/blade-resource/oss/endpoint/put-file', action: '/blade-resource/oss/endpoint/put-file',
// limit: 3, limit: 3,
// disabled:true, disabled:true,
// propsHttp: { propsHttp: {
// res: 'data', res: 'data',
// url: 'link', url: 'link',
// }, },
// }, },
// { // {
// label: "1", // label: "1",
@ -841,25 +834,10 @@ export default {
submitForm(){ submitForm(){
this.$refs.myForm.validate(valid => { this.$refs.myForm.validate(valid => {
if (valid) { if (valid) {
//DTO
this.form.ageing=this.form.end[0].ageing
this.form.route=this.form.end[0].route
this.form.warehouseAddress=this.form.end[0].warehouseAddress
this.form.warehouseContacts=this.form.end[0].warehouseContacts
this.form.warehouseId=this.form.end[0].warehouseId
this.form.warehouseName=this.form.end[0].warehouseName
this.form.warehousePhone=this.form.end[0].warehousePhone
this.form.nodeNub = this.form.delinenode.length + 1
let a = ''
for (let i = 0; i < this.form.delinenode.length; i++) {
a += (this.form.delinenode[i].customer +"->")
}
a += this.form.end[0].warehouseName
this.form.lineName = a
console.log("处理>>>>>>>>>>>>",this.form);
this.isDis = true; this.isDis = true;
let row = this.form let row = this.form
if (!!row.id){ console.log("更新参数>>>>>>>>",row);
// if (!!row.id){
update(row).then(() => { update(row).then(() => {
this.$message({ this.$message({
type: "success", type: "success",
@ -869,27 +847,27 @@ export default {
val: true val: true
} }
this.isDis = false; this.isDis = false;
this.$emit("returnDeline", str); this.$emit("returnvehicle", str);
}, error => { }, error => {
this.isDis = false; this.isDis = false;
console.log(error); console.log(error);
}); });
}else { // }else {
add(row).then(() => { // add(row).then(() => {
this.$message({ // this.$message({
type: "success", // type: "success",
message: "操作成功!" // message: "!"
}); // });
let str = { // let str = {
val: true // val: true
} // }
this.isDis = false; // this.isDis = false;
this.$emit("returnDeline", str); // this.$emit("returnDeline", str);
}, error => { // }, error => {
this.isDis = false; // this.isDis = false;
window.console.log(error); // window.console.log(error);
}); // });
} // }
} }
}); });
} }

Loading…
Cancel
Save