Browse Source

修复干线bug

dev-xx
qb 9 months ago
parent
commit
0b2912d7a5
  1. 4
      src/option/waybill/WaybillOrderList.js
  2. 8
      src/views/distribution/inventory/BookingNote.vue

4
src/option/waybill/WaybillOrderList.js

@ -652,7 +652,7 @@ export const columnList = [
{ {
prop: 'freezeTime', prop: 'freezeTime',
label: '冻结时间', label: '冻结时间',
type: 3, type: 1,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
@ -688,7 +688,7 @@ export const columnList = [
{ {
prop: 'abolishTime', prop: 'abolishTime',
label: '作废时间', label: '作废时间',
type: 3, type: 1,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],

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

@ -1586,6 +1586,14 @@ const handleTabClick = e => {
handleFindContractList(); handleFindContractList();
break; break;
case 'tab6':
details.data = [];
break;
case 'tab7':
details.data = [];
break;
default: default:
break; break;
} }

Loading…
Cancel
Save