Browse Source

Merge branch 'pre-production'

master
pref_mail@163.com 5 months ago
parent
commit
170cf29399
  1. 14
      src/option/distribution/VehicleArrivalManagement.js
  2. 12
      src/option/distribution/VehicleStowage.js
  3. 56
      src/views/distribution/inventory/BookingNote.vue
  4. 1
      src/views/distribution/inventory/CreateOrder.vue
  5. 1
      src/views/waybill/CreateZeroOrder.vue

14
src/option/distribution/VehicleArrivalManagement.js

@ -40,7 +40,7 @@ export const columnList = [
label: '计划装车',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -51,7 +51,7 @@ export const columnList = [
label: '装车件数',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -62,7 +62,7 @@ export const columnList = [
label: '在车件数',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -73,7 +73,7 @@ export const columnList = [
label: '卸车件数',
type: 1,
values: '',
width: '180',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -84,7 +84,7 @@ export const columnList = [
label: '满载率',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -239,7 +239,7 @@ export const columnList = [
label: '油费',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -250,7 +250,7 @@ export const columnList = [
label: '路桥费',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,

12
src/option/distribution/VehicleStowage.js

@ -40,7 +40,7 @@ export const columnList = [
label: '计划装车',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -51,7 +51,7 @@ export const columnList = [
label: '装车件数',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -62,7 +62,7 @@ export const columnList = [
label: '在车件数',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -73,7 +73,7 @@ export const columnList = [
label: '卸车件数',
type: 1,
values: '',
width: '180',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -84,7 +84,7 @@ export const columnList = [
label: '满载率',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
@ -250,7 +250,7 @@ export const columnList = [
label: '路桥费',
type: 1,
values: '',
width: '130',
width: '120',
checkarr: [],
fixed: false,
sortable: true,

56
src/views/distribution/inventory/BookingNote.vue

@ -901,23 +901,40 @@
<!-- 提交按钮 -->
<div class="submitDataContainer">
<!-- 取消审核 -->
<el-button
type="primary"
v-if="BookingNote_audit && !query.checkUserId"
v-if="BookingNote_audit && Number(query.checkStatus) === 1"
icon="CircleClose"
@click="handleCloseAudit"
>
取消审核
</el-button>
<!-- 审核 -->
<el-button
type="primary"
v-if="BookingNote_audit && Number(query.checkStatus) === 0"
icon="el-icon-position"
@click="handleShowAudit"
>
</el-button>
<!-- 修改 -->
<el-button
type="primary"
v-if="BookingNote_edit && Number(query.checkStatus) === 0"
icon="el-icon-edit"
@click="handleEdit"
>
</el-button
>
</el-button>
<!-- 打印 -->
<el-button type="primary" icon="el-icon-printer" @click="handlePrint"> </el-button>
<!-- 关闭 -->
<el-button type="primary" icon="el-icon-close" @click="back()"> </el-button>
</div>
@ -1086,7 +1103,11 @@ import {
TransactionColumnList,
} from '@/option/distribution/BookingNote';
import { useRouter, useRoute } from 'vue-router';
import { postFindWaybillDetail, postCheckWaybill } from '@/api/distribution/CreateOrder.js';
import {
postFindWaybillDetail,
postCheckWaybill,
postCancleCheckWaybill,
} from '@/api/distribution/CreateOrder.js';
import { postPrintBatch } from '@/api/waybill/WaybillOrderList.js';
import { getLazyTreeAll } from '@/api/base/region';
import {
@ -1805,6 +1826,33 @@ const handleAudit = async () => {
}
};
/** 取消审核 */
const handleCloseAudit = ({ row }) => {
ElMessageBox.confirm('是否确认取消审核?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
details.loadingObj.pageLoading = true;
try {
const res = await postCancleCheckWaybill({
waybillId: $route.query.id,
});
const { code, msg } = res.data;
if (code !== 200) return;
ElMessage.success({
message: msg,
});
onLoad();
} catch (error) {
console.log('error :>> ', error);
} finally {
details.loadingObj.pageLoading = false;
}
});
};
/** 请求运输合同图片列表 */
const handleFindContractList = async () => {
try {

1
src/views/distribution/inventory/CreateOrder.vue

@ -2868,6 +2868,7 @@ const handleChooseConsigner = (column, prop, order) => {
//
if (column.defaultDeliveryWay) details.query.deliveryWay = column.defaultDeliveryWay;
if (column.defaultPayWay) details.query.payWay = column.defaultPayWay + '';
//
const _destination = [];

1
src/views/waybill/CreateZeroOrder.vue

@ -2195,6 +2195,7 @@ const handleChooseConsigner = (column, prop, order) => {
//
if (column.defaultDeliveryWay) details.query.deliveryWay = column.defaultDeliveryWay;
if (column.defaultPayWay) details.query.payWay = column.defaultPayWay + '';
//
const _destination = [];

Loading…
Cancel
Save