diff --git a/src/option/finance/WaybillAudit.js b/src/option/finance/WaybillAudit.js index c713bb7f..04315da1 100644 --- a/src/option/finance/WaybillAudit.js +++ b/src/option/finance/WaybillAudit.js @@ -879,13 +879,13 @@ export const columnList = [ { prop: 'payStatusName', label: '收款状态', - type: 1, + type: 3, values: '', width: '150', checkarr: [ - {label: '未收款', value: '10'}, + { label: '未收款', value: '10' }, // {label: '部分收款', value: '20'}, - {label: '已收款', value: '30'}, + { label: '已收款', value: '30' }, ], fixed: false, sortable: true, @@ -894,13 +894,13 @@ export const columnList = [ { prop: 'settlementStatusName', label: '结算状态', - type: 1, + type: 3, values: '', width: '150', checkarr: [ - {label: '未结算', value: '10'}, + { label: '未结算', value: '10' }, // {label: '部分结算', value: '20'}, - {label: '已结算', value: '30'}, + { label: '已结算', value: '30' }, ], fixed: false, sortable: true, diff --git a/src/option/reportforms/DeliveryDetailsReport.js b/src/option/reportforms/DeliveryDetailsReport.js index 122301dd..15461f9c 100644 --- a/src/option/reportforms/DeliveryDetailsReport.js +++ b/src/option/reportforms/DeliveryDetailsReport.js @@ -32,14 +32,18 @@ export const columnList = [ values: '', width: '150', checkarr: [ - { - label: '商配', - value: '商配' - }, - { - label: '市配', - value: '市配' - } + { + label: '商配', + value: '商配', + }, + { + label: '市配', + value: '市配', + }, + { + label: '自提', + value: '自提', + }, ], fixed: false, sortable: true, @@ -52,14 +56,14 @@ export const columnList = [ values: '', width: '150', checkarr: [ - { - label: '已复核', - value: '已复核' - }, - { - label: '未复核', - value: '未复核' - } + { + label: '已复核', + value: '已复核', + }, + { + label: '未复核', + value: '未复核', + }, ], fixed: false, sortable: true, @@ -165,7 +169,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'loadNum', @@ -177,7 +181,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'signNum', @@ -189,7 +193,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'planStockNum', @@ -201,7 +205,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'loadStockNum', @@ -213,7 +217,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'signStockNum', @@ -225,19 +229,19 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, -// { -// prop: 'signStatus', -// label: '签收状态', -// type: 1, -// values: '', -// width: '150', -// checkarr: [], -// fixed: false, -// sortable: true, -// head: false, -// }, + // { + // prop: 'signStatus', + // label: '签收状态', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, { prop: 'signTime', label: '签收时间', @@ -293,7 +297,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'exceptionSignNum', @@ -305,7 +309,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, { prop: 'deliveryMode', @@ -350,7 +354,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true,//开启统计 + isshowSummary: true, //开启统计 }, // { // prop: 'createUserName', diff --git a/src/option/waybill/TemporaryStorageList.js b/src/option/waybill/TemporaryStorageList.js index 35d0d365..b7f4525e 100644 --- a/src/option/waybill/TemporaryStorageList.js +++ b/src/option/waybill/TemporaryStorageList.js @@ -670,9 +670,9 @@ export const packageColumnList = [ head: false, }, { - prop: 'volume', + prop: 'confirmVolume', label: '方数', - type: 2, + type: 13, values: '', width: '150', checkarr: [], @@ -681,9 +681,9 @@ export const packageColumnList = [ head: false, }, { - prop: 'weight', + prop: 'confirmWeight', label: '重量', - type: 2, + type: 13, values: '', width: '150', checkarr: [], diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index 19a587a7..622733ce 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -1165,7 +1165,25 @@ :isShowRefresh="false" >