Browse Source

修复干线部分bug

dev-xx
qb 11 months ago
parent
commit
5cedbdf1a4
  1. 14
      src/api/waybill/ChangeOrder.js
  2. 2
      src/components/WaybillPrintTemplate/WaybillPrintTemplate.vue
  3. 2
      src/views/Pricesystem/ListOfPriceSystems.vue
  4. 2
      src/views/basicdata/ConfigureBillingAndWarehousing/list.vue
  5. 2
      src/views/basicdata/TripartiteMaterial/list.vue
  6. 2
      src/views/distribution/artery/AddVehicleStowage.vue
  7. 4
      src/views/distribution/artery/TripartiteTransferDetails.vue
  8. 4
      src/views/distribution/artery/VehicleArrivalManagement.vue
  9. 4
      src/views/distribution/artery/VehicleStowage.vue
  10. 2
      src/views/distribution/artery/VehicleStowageDetails.vue
  11. 2
      src/views/distribution/artery/abnormalList.vue
  12. 2
      src/views/distribution/artery/addTripartiteTransfer.vue
  13. 2
      src/views/distribution/artery/directGoMarketDetails.vue
  14. 2
      src/views/distribution/artery/handleLoadingDestination.vue
  15. 4
      src/views/distribution/artery/truckLoadingDetails.vue
  16. 2
      src/views/distribution/inventory/BookingNote.vue
  17. 2
      src/views/distribution/inventory/BookingNoteComponent/RelayInformation.vue
  18. 2
      src/views/distribution/inventory/BookingNoteComponent/WaybillStowage.vue
  19. 2
      src/views/distribution/inventory/CreateOrder.vue
  20. 4
      src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue
  21. 2
      src/views/distribution/inventory/delivery/orderLogs.vue
  22. 69
      src/views/waybill/ChangeOrder.vue
  23. 2
      src/views/waybill/EditCustomerInfo.vue
  24. 2
      src/views/waybill/FreezeOrder.vue
  25. 2
      src/views/waybill/ReceiptManagement.vue
  26. 2
      src/views/waybill/WarehousingByTrainNumber.vue
  27. 6
      src/views/waybill/WaybillOrderList.vue
  28. 2
      src/views/waybill/ZeroTagList.vue
  29. 4
      src/views/waybill/orderDetails.vue
  30. 2
      src/views/waybill/orderPackageList.vue
  31. 2
      src/views/waybill/orderPackageListDetails.vue

14
src/api/waybill/ChangeOrder.js

@ -2,19 +2,13 @@ import request from '@/axios';
/**
* 获取暂存单列表数据
* @param {number} current
* @param {number} size
* @param {*} params
* @param {Object} data
* @returns
*/
export const getopenOrderAdvancePageList = (page, params) => {
export const postFindUpdateWaybillList = data => {
return request({
url: '/api/logpm-trunkline/openOrder/advancePageList',
url: '/api/logpm-trunkline/openOrder/findUpdateWaybillList ',
method: 'post',
params: {
...params,
...page,
},
data,
});
};

2
src/components/WaybillPrintTemplate/WaybillPrintTemplate.vue

@ -166,7 +166,7 @@ const printTemplate = (type: 'haveTem' | 'notHaveTem') => {
const child = element.childNodes[j];
if (child.className !== 'image-container') continue;
// child.style.setProperty('--isShow', type === 'haveTem' ? 'flex' : 'none');
child.style.height = '0px';
// child.style.height = '0px';
child.style.setProperty('--aa', type === 'haveTem' ? '#000' : '#fff');
break;
}

2
src/views/Pricesystem/ListOfPriceSystems.vue

@ -367,7 +367,7 @@ const showdrawer = _flag => {
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
processRowProperty(index, row, details);
onLoad();

2
src/views/basicdata/ConfigureBillingAndWarehousing/list.vue

@ -444,7 +444,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
initOnload();
};

2
src/views/basicdata/TripartiteMaterial/list.vue

@ -493,7 +493,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
initOnload();
};

2
src/views/distribution/artery/AddVehicleStowage.vue

@ -1185,7 +1185,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

4
src/views/distribution/artery/TripartiteTransferDetails.vue

@ -734,7 +734,7 @@ const remoteMethodDriver = async val => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};
@ -754,7 +754,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

4
src/views/distribution/artery/VehicleArrivalManagement.vue

@ -795,7 +795,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};
@ -818,7 +818,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

4
src/views/distribution/artery/VehicleStowage.vue

@ -774,7 +774,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
initOnload();
};
@ -797,7 +797,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/artery/VehicleStowageDetails.vue

@ -900,7 +900,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/artery/abnormalList.vue

@ -357,7 +357,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/artery/addTripartiteTransfer.vue

@ -884,7 +884,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/artery/directGoMarketDetails.vue

@ -767,7 +767,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/artery/handleLoadingDestination.vue

@ -256,7 +256,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};

4
src/views/distribution/artery/truckLoadingDetails.vue

@ -535,7 +535,7 @@ const searchHide = () => {
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};
@ -558,7 +558,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

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

@ -1647,7 +1647,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/inventory/BookingNoteComponent/RelayInformation.vue

@ -340,7 +340,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/distribution/inventory/BookingNoteComponent/WaybillStowage.vue

@ -343,7 +343,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

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

@ -2001,6 +2001,8 @@ const onLoad = async (idsArr = []) => {
details.query.payWay = data.payWayList.find(val => val.dictValue === '到付').dictKey || '2';
}
details.query.transportType = details.query.transportType || '1';
handleFindPrice()
} catch (error) {
console.log('error :>> ', error);
} finally {

4
src/views/distribution/inventory/addArteryDistrilbutionBillLadingList.vue

@ -743,7 +743,7 @@ const selectionsc = value => {
};
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];
@ -764,7 +764,7 @@ const timesc = (index, row) => {
const inputsc = (index, row) => {
console.log(index, row);
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};
const newInputsc = (value, row) => {

2
src/views/distribution/inventory/delivery/orderLogs.vue

@ -306,7 +306,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

69
src/views/waybill/ChangeOrder.vue

@ -102,7 +102,7 @@
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
@ -196,6 +196,7 @@ import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { downloadXls, setNodeHeight, getHtmls, deepClone } from '@/utils/util';
import { columnList, viewColumnList } from '@/option/waybill/ChangeOrder';
import { postFindUpdateWaybillList } from '@/api/waybill/ChangeOrder';
import { useRouter } from 'vue-router';
import { ElMessage } from 'element-plus';
@ -257,7 +258,7 @@ const details = reactive<any>({
drawerShow: false,
/** 分页参数 */
page: {
currentPage: 1,
pageNum: 1,
pageSize: 30,
total: 0,
},
@ -304,24 +305,40 @@ onMounted(() => {
});
/** 请求页面数据 */
const onLoad = async (page: any, params = {}) => {
//
// details.data = await getopenOrderAdvancePageList(page, { ...details.query, ...params });
const onLoad = async (params = {}) => {
try {
details.loadingObj.list = true;
const res = await postFindUpdateWaybillList({ ...details.page, ...details.query, ...params });
const { code, data } = res.data;
if (code !== 200) return;
details.data = data.records;
details.page.total = data.total;
} catch (error) {
console.log('error :>> ', error);
} finally {
details.loadingObj.list = false;
}
};
onLoad(details.page);
onLoad();
/** 搜索 */
const searchChange = () => {
onLoad(details.page);
onLoad();
};
/** 清空表单 */
const searchReset = () => {
details.query = {};
details.stockupDate = [];
details.page.currentPage = 1;
onLoad(details.page);
details.page.pageNum = 1;
details.columnList;
for (let i = 0; i < details.columnList.length; i++) {
details.columnList[i].values = '';
}
onLoad();
};
/** 展开列表控件 */
@ -339,7 +356,8 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
onLoad(details.page);
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};
/** 表格表头时间选择 */
@ -352,7 +370,7 @@ const timesc = (index, row) => {
if (!index) {
delete details.query[row.prop];
}
onLoad(details.page);
onLoad();
};
/** 表格表头输入框搜索 */
@ -360,13 +378,11 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];
}
onLoad(details.page);
const key = row.prop.replace('Name', '');
details.query[key] = index;
if (!index && index !== 0) delete details.query[key];
onLoad();
};
/** 表格表头复选框选择 */
@ -377,11 +393,14 @@ const selectionChange = (list: any) => {
/** 每页数量改变执行的回调 */
const sizeChange = (pageSize: number) => {
details.page.pageSize = pageSize;
onLoad(details.page);
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = () => {};
const currentChange = current => {
details.page.pageNum = current;
onLoad();
};
/**
* 设置列表 -- 固定函数
@ -401,14 +420,6 @@ const setnewcolum = (newarr, headarr, type) => {
}
};
/** 弹出层开启前清除数据 */
const beforeClose = done => {
done();
details.form = {};
details.selectionList = [];
details.view = false;
};
/** 查看包明细 */
const handleShowPackageOrderList = ({ row }) => {
details.popUpShow.view = true;

2
src/views/waybill/EditCustomerInfo.vue

@ -197,7 +197,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/FreezeOrder.vue

@ -377,7 +377,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/ReceiptManagement.vue

@ -283,7 +283,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/WarehousingByTrainNumber.vue

@ -254,7 +254,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad();
};

6
src/views/waybill/WaybillOrderList.vue

@ -493,7 +493,7 @@ const searchHide = () => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
onLoad(details.page);
};
@ -503,7 +503,7 @@ const timesc = (index, row) => {
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
}
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
details.query[row.prop] = index;
if (!index) {
@ -518,7 +518,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/ZeroTagList.vue

@ -296,7 +296,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

4
src/views/waybill/orderDetails.vue

@ -310,7 +310,7 @@ const handleFilterData = debounce(() => {
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
handleFilterData();
};
@ -334,7 +334,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/orderPackageList.vue

@ -565,7 +565,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

2
src/views/waybill/orderPackageListDetails.vue

@ -542,7 +542,7 @@ const btnsc = () => {};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
details.query[row.prop] = index;
if (!index) delete details.query[row.prop];
if (!index && index !== 0) delete details.query[row.prop];
if (row.prop === 'certificateTypeName') {
details.query['certificateType'] = index;
if (!index) delete details.query['certificateType'];

Loading…
Cancel
Save