Browse Source

车辆管理字段调整,承运商字段维护

fix_bug_pro20231227
汤建军 1 year ago
parent
commit
f4eed3f900
  1. 18
      src/api/distribution/distributionStockList.js
  2. 169
      src/views/basicdata/vehicle/basicdataVehicle.vue
  3. 10
      src/views/basicdata/vehicle/basicdataVehicleform.vue
  4. 114
      src/views/distribution/inventory/distributionStockListDetails.vue

18
src/api/distribution/distributionStockList.js

@ -37,7 +37,7 @@ export const getStockListOwn = (current, size, params) => {
}
/**
* 查看库存品包件库存品
* 查看预约详细的包件
* @param params
* @returns {AxiosPromise}
*/
@ -52,6 +52,22 @@ export const showInventoryPackgeCode = (reservationId,stockListId) => {
})
}
/**
* 查看库存品包件二维码
* @param params
* @returns {AxiosPromise}
*/
export const showInventorySourcePackageCode = (incomingBatch,packageIds) => {
return request({
url: '/api/logpm-distribution/distributionStockList/showInventorySourcePackageCode',
method: 'get',
params: {
incomingBatch,
packageIds
}
})
}
/**
* 商场的库存品列表
* @param {*} current

169
src/views/basicdata/vehicle/basicdataVehicle.vue

@ -77,174 +77,6 @@ import NProgress from 'nprogress';
import 'nprogress/nprogress.css';
import BasicdataVehicleform from '/src/views/basicdata/vehicle/basicdataVehicleform.vue';
// export default {
// components: { BasicdataVehicleform },
// data() {
// return {
// form: {},
// query: {},
// search: {},
// loading: true,
// vehicleformdata: {},
// dicDatas: [],
// edit: true, //
// page: {
// pageSize: 30,
// currentPage: 1,
// total: 0
// },
// selectionList: [],
// option: {
// height: 'auto',
// calcHeight: 30,
// tip: false,
// searchShow: false,
// searchMenuSpan: 6,
// border: true,
// index: true,
// viewBtn: false,
// editBtn: false,
// selection: true,
// dialogClickModal: false,
// column: [
// {
// label: '',
// prop: 'id',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'tenantId',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'createUser',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'createTime',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'updateUser',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'updateTime',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'status',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: ';1-2-',
// prop: 'isDeleted',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'createDept',
// type: 'input',
// addDisplay: false,
// editDisplay: false,
// viewDisplay: false,
// hide: true
// },
// {
// label: '',
// prop: 'vehicleNub',
// type: 'input',
// search: true,
// labelWidth: '150',
// width: '100px',
// align: 'center',
// span: 11
// },
// {
// label: '',
// labelWidth: '150',
// // width: 'fit-content',
// width: '100px',
// align: 'center',
// span: 11,
// prop: 'carrierName',
// type: 'input',
// editDisplay: false,
// addDisplay: false
// },
// {
// label: '',
// prop: 'vehicleOwners',
// type: 'select',
// labelWidth: '150',
// width: '200px',
// align: 'center',
// span: 11,
// multiple: true,
// dicData: []
// // dicUrl: '/api/logpm-basicdata/vehicle/dictionary',
// // props: {
// // label: 'vehicleNub',
// // value: 'id',
// // },
// // addDisplay: false,
// // editDisplay: false,
// // viewDisplay: false,
// // hide: true,
// },
// {
// label: '',
// prop: 'vehicleSource',
// type: 'select',
// search: true,
// labelWidth: '150',
// width: '100px',
// align: 'center',
// span: 11,
// dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_vehicle_source',
// props: {
// label: 'dictValue',
// value: 'dictKey'
// }
// }
export default {
components: { BasicdataVehicleform },
data() {
@ -1262,6 +1094,7 @@ export default {
this.dicDatas = [];
//
this.getOwns();
this.getOwns();
this.loading = false;
this.selectionClear();
});

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

@ -406,7 +406,7 @@ export default {
span: 6,
},
{
label: '车辆总质量(T)',
label: '车辆总质量(kg)',
prop: 'vehicleQuality',
type: 'input',
labelWidth: '150',
@ -415,7 +415,7 @@ export default {
span: 6,
},
{
label: '整备质量(T)',
label: '整备质量(kg)',
prop: 'curbWeight',
type: 'input',
labelWidth: '150',
@ -424,7 +424,7 @@ export default {
span: 6,
},
{
label: '载荷质量(T)',
label: '载荷质量(kg)',
prop: 'loadMass',
type: 'input',
labelWidth: '150',
@ -433,7 +433,7 @@ export default {
span: 6,
},
{
label: '外廓宽(M)',
label: '外廓宽(mm)',
prop: 'outerWidth',
type: 'input',
labelWidth: '150',
@ -516,7 +516,7 @@ export default {
filterable: true,
dicUrl: '/api/logpm-basicdata/carrier/dictionary',
props: {
label: 'number',
label: 'carrierName',
value: 'id',
},
rules: [{ required: true, message: '请选择承运商!', trigger: 'blur' }],

114
src/views/distribution/inventory/distributionStockListDetails.vue

@ -142,7 +142,9 @@
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps"> </template>
<template #default="slotProps">
<el-text v-if="slotProps.scope.row.sourceType === '1'" size="small" @click="handleInventoryQRCode(slotProps.scope)">查看二维码</el-text>
</template>
</tablecmt>
<div class="avue-crud__pagination" style="width: 100%">
<!-- 分页模块 -->
@ -213,20 +215,37 @@
</div>
</el-row>-->
</div>
<el-dialog
title="二维码"
:visible.sync="dialogVisibleF"
width="780px"
v-model="dialogVisibleF"
>
<div>
<div v-html="html"></div>
</div>
<span slot="footer" class="dialog-footer">
<!-- <el-button type="primary" @click="ddd"> </el-button>-->
<el-button type="primary" @click="printTemplate"> </el-button>
<el-button @click="dialogVisibleF = false"> </el-button>
</span>
</el-dialog>
</basic-container>
</template>
<script>
import {
getList,
getDetail,
add,
update,
remove,
getListAllocation,
stockExport,
stockInfoExport,
} from '@/api/distribution/distributionStockList';
import {
getList,
getDetail,
add,
update,
remove,
getListAllocation,
stockExport,
stockInfoExport, showInventoryPackgeCode, showInventorySourcePackageCode
} from '@/api/distribution/distributionStockList';
import option from '@/option/distribution/distributionStockList';
import { mapGetters } from 'vuex';
import { getListStock } from '@/api/distribution/distributionStock';
@ -236,6 +255,8 @@ import { downloadXls } from '@/utils/util';
export default {
data() {
return {
dialogVisibleF:false,
html:'',
columnListarrs: {
//
columnWarehousing: [
@ -249,7 +270,7 @@ export default {
// fixed: true,
// },
{
prop: 'warehousingTime',
prop: 'createTime',
label: '入库时间',
type: 2,
values: '',
@ -259,6 +280,28 @@ export default {
sortable: true,
head: false,
},
{
prop: 'despatch',
label: '运单号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'orderCode',
label: '订单自编号',
@ -271,8 +314,8 @@ export default {
head: false,
},
{
prop: 'brandName',
label: '品牌',
prop: 'packageCode',
label: '包条码',
type: 2,
values: '',
width: '150',
@ -282,8 +325,8 @@ export default {
head: false,
},
{
prop: 'despatch',
label: '运单号',
prop: 'brandName',
label: '品牌',
type: 2,
values: '',
width: '150',
@ -292,6 +335,17 @@ export default {
sortable: true,
head: false,
},
// {
// prop: 'despatch',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'licensePlate',
label: '车牌',
@ -314,6 +368,16 @@ export default {
sortable: true,
head: false,
},
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '230',
checkarr: [],
fixed: 'right',
hide: true,
},
],
//
column: [
@ -571,6 +635,24 @@ export default {
},
},
methods: {
//
handleInventoryQRCode(scope){
const { row } = scope;
console.log('执行查看二维码------------>row:',row);
this.materialQRCode = row;
console.log('---------------->',row);
let qr = {
ids: row.id,
};
this.html = '';
showInventorySourcePackageCode(row.incomingBatch,row.parcelListId).then(res => {
// this.orderPackageCode = res.data
console.log(res.data);
this.html = this.getHtmls(res.data.data.dataList, res.data.data.templateHtml);
});
this.dialogVisibleF = true;
},
//
handleExport() {
let row = {};

Loading…
Cancel
Save