From ec5a33050839cb847e82211f5233c96b64a7c0b2 Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 21 Sep 2023 16:58:12 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E5=8F=91=E8=B4=A7=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/wms/st/outbill/MoneyDialog.vue | 46 ++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/MoneyDialog.vue b/lms/nladmin-ui/src/views/wms/st/outbill/MoneyDialog.vue index 5503b7749..91ad42824 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/MoneyDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/MoneyDialog.vue @@ -44,7 +44,21 @@ - + + + + + + + @@ -196,6 +223,21 @@ export default { { 'value': '宁德四川外仓', 'label': '宁德四川外仓' }, { 'value': '宁德蕉城外仓', 'label': '宁德蕉城外仓' }, { 'value': '宁德江苏外仓', 'label': '宁德江苏外仓' }], + addressList2: [ + { 'value': '甘肃海亮兰州', 'label': '甘肃海亮兰州' }, + { 'value': '塘厦', 'label': '塘厦' }, + { 'value': '宁德四川', 'label': '宁德四川' }, + { 'value': '宁德蕉城', 'label': '宁德蕉城' }, + { 'value': '宁德江苏', 'label': '宁德江苏' }], + carList: [ + { 'value': '4.2米', 'label': '4.2米' }, + { 'value': '6.8米', 'label': '6.8米' }, + { 'value': '9.6米', 'label': '9.6米' }, + { 'value': '13米', 'label': '13米' }, + { 'value': '13.5米', 'label': '13.5米' }, + { 'value': '16米', 'label': '16米' }, + { 'value': '17.5米', 'label': '17.5米' } + ], formMst: {}, dialogVisible: false }