From 7b17415516e9a840b60f6076cb742d51140dac08 Mon Sep 17 00:00:00 2001 From: PigBaoBei <2739175034@qq.com> Date: Mon, 18 Dec 2023 16:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E7=AD=BE=E6=94=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=AA=E8=A3=85=E8=BD=A6=E3=80=81=E6=9C=AA?= =?UTF-8?q?=E7=AD=BE=E6=94=B6=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../signfor/distributionSignfortreat.vue | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index b3dd590c..c7a8eead 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -814,9 +814,29 @@ export default { fixed: false, sortable: true, }, + { + prop: 'unloadedNumber', + label: '未装车件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'receivedQuantity', - label: '司机签收数', + label: '签收件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'unreceivedQuantity', + label: '未签收件数', type: 1, values: '', width: '130',