uu
This commit is contained in:
parent
5a144166fa
commit
de9d17a11d
@ -1,5 +0,0 @@
|
||||
export const host = '/TODO'
|
||||
|
||||
export default {
|
||||
uploadFile: `${host}`
|
||||
}
|
||||
@ -72,7 +72,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { payTypeEnum } from "@/common/enum"
|
||||
|
||||
import { goto } from "@/common/untool"
|
||||
|
||||
export default {
|
||||
@ -106,7 +106,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...(JSON.parse(JSON.stringify({payTypeEnum}))),
|
||||
model: {
|
||||
value: this.value,
|
||||
cardId: this.cardId,
|
||||
|
||||
@ -89,16 +89,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import {
|
||||
ordStaEnum,
|
||||
ordStatusList,
|
||||
payTypeEnum,
|
||||
payTypeList,
|
||||
dlvTypeEnum,
|
||||
dlvTypeList,
|
||||
dateTypeEnum,
|
||||
dateTypeList
|
||||
} from "@/common/enum"
|
||||
import {
|
||||
goto
|
||||
} from "@/common/untool"
|
||||
|
||||
@ -88,7 +88,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import { ordStaEnum, ordStatusList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList } from "@/common/enum"
|
||||
import { goto, goBack, setClipboardData, confirmModal, showLoading } from "@/common/untool"
|
||||
const tabList = [
|
||||
{ title: '收件地址', val: 1 },
|
||||
@ -108,7 +107,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...JSON.parse(JSON.stringify({ ordStaEnum, ordStatusList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList })),
|
||||
tabList ,
|
||||
searchParam: {
|
||||
keyword: '',
|
||||
|
||||
@ -136,7 +136,6 @@
|
||||
</template>
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import { payStatusEnum, payStatusList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList } from "@/common/enum"
|
||||
import { goto, setClipboardData, confirmModal, showLoading } from "@/common/untool"
|
||||
export default {
|
||||
props: {
|
||||
@ -160,7 +159,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...JSON.parse(JSON.stringify({ payStatusEnum, payStatusList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList })),
|
||||
searchParam: {
|
||||
keyword: '',
|
||||
payStatus: payStatusList[0].val // 订单状态, 1:寄件; 2:收件; 3:待付款;
|
||||
|
||||
@ -230,9 +230,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import {
|
||||
qingguanList, baoguanList, packTypeList, kuaidiTypeList
|
||||
} from "@/common/enum"
|
||||
import {
|
||||
goto, setClipboardData
|
||||
} from "@/common/untool"
|
||||
@ -247,7 +244,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...(JSON.parse(JSON.stringify({ qingguanList, baoguanList, packTypeList, kuaidiTypeList }))),
|
||||
|
||||
baseFormData: {
|
||||
ydList: [
|
||||
{}
|
||||
|
||||
@ -160,7 +160,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import { sendTypeEnum, sendTypeList } from "@/common/enum"
|
||||
import { goto } from "@/common/untool"
|
||||
export default {
|
||||
props: {
|
||||
@ -173,7 +172,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...(JSON.parse(JSON.stringify({ sendTypeEnum, sendTypeList }))),
|
||||
proList: [
|
||||
{val: 1 },{ val: 2 }
|
||||
],
|
||||
|
||||
@ -245,7 +245,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import { sendTypeEnum, sendTypeList } from "@/common/enum"
|
||||
import { goto } from "@/common/untool"
|
||||
export default {
|
||||
props: {
|
||||
@ -258,7 +257,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...(JSON.parse(JSON.stringify({ sendTypeEnum, sendTypeList }))),
|
||||
proList: [
|
||||
{val: 1 },{ val: 2 }
|
||||
],
|
||||
|
||||
@ -89,16 +89,6 @@
|
||||
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import {
|
||||
ordStaEnum,
|
||||
ordStatusList,
|
||||
payTypeEnum,
|
||||
payTypeList,
|
||||
dlvTypeEnum,
|
||||
dlvTypeList,
|
||||
dateTypeEnum,
|
||||
dateTypeList
|
||||
} from "@/common/enum"
|
||||
import {
|
||||
goto
|
||||
} from "@/common/untool"
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import { wareTypeEnum, wareTypeList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList } from "@/common/enum"
|
||||
|
||||
import { goto, setClipboardData, confirmModal, showLoading } from "@/common/untool"
|
||||
export default {
|
||||
props: {
|
||||
@ -162,7 +162,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
...JSON.parse(JSON.stringify({ wareTypeEnum, wareTypeList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList })),
|
||||
|
||||
searchParam: {
|
||||
keyword: '',
|
||||
wareStatus: wareTypeList[0].val // 订单状态, 1:寄件; 2:收件; 3:待付款;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user