From d74a9601f0a0fe7132bbf429f8e8ddf0f7a9200a Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Thu, 16 Apr 2020 15:43:43 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E8=81=8C=E4=B8=9A=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=201.=20=E5=A2=9E=E5=8A=A0=E5=B8=B8?= =?UTF-8?q?=E7=94=A8=E8=81=8C=E4=B8=9A=E6=A0=8F=202.=20=E5=B0=86=E5=B8=B8?= =?UTF-8?q?=E7=94=A8=E8=81=8C=E4=B8=9A=E6=A0=8F=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BB=8E=E5=90=8E=E5=8F=B0=E8=8E=B7=E5=8F=96=203.=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=90=9C=E7=B4=A2=E5=85=B3=E9=94=AE=E8=AF=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=E6=9D=A1=EF=BC=8C=E6=98=BE=E7=A4=BA=E4=B8=89?= =?UTF-8?q?=E7=BA=A7=E8=81=8C=E4=B8=9A=204.=20=E5=9C=A8=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=81=8C=E4=B8=9A=E6=97=B6=EF=BC=8C=E5=B0=86=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=A0=87=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/sale/sale.js | 1 + src/components/ebiz/occipation/Occupation.vue | 234 +++++++++++++++--- .../ebiz/occipation/OccupationPicker.vue | 6 - 3 files changed, 194 insertions(+), 47 deletions(-) diff --git a/src/api/ebiz/sale/sale.js b/src/api/ebiz/sale/sale.js index 6bf249bd8..269c01e7f 100644 --- a/src/api/ebiz/sale/sale.js +++ b/src/api/ebiz/sale/sale.js @@ -194,3 +194,4 @@ export function getPayState(data) { data }) } + diff --git a/src/components/ebiz/occipation/Occupation.vue b/src/components/ebiz/occipation/Occupation.vue index 692ae17ca..b02aaff82 100644 --- a/src/components/ebiz/occipation/Occupation.vue +++ b/src/components/ebiz/occipation/Occupation.vue @@ -1,35 +1,59 @@