夏滨
This commit is contained in:
parent
b64723ef1b
commit
8a3390ba5e
@ -48,7 +48,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
|
@ -48,7 +48,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
|
@ -48,7 +48,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -552,7 +556,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.send-button {
|
.send-button {
|
||||||
|
@ -32,7 +32,9 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="dialogVisible = false">取消</el-button>
|
<el-button @click="dialogVisible = false">取消</el-button>
|
||||||
<el-button type="primary" @click="submit()"> 确定 </el-button>
|
<el-button class="el-button-gry" type="primary" @click="submit()">
|
||||||
|
确定
|
||||||
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@ -145,7 +147,7 @@
|
|||||||
>
|
>
|
||||||
订单详情<text
|
订单详情<text
|
||||||
style="
|
style="
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@ -294,7 +296,7 @@
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="detailsData.orderStatus == '10'"
|
v-if="detailsData.orderStatus == '10'"
|
||||||
class="button-bottom"
|
class="button-bottom el-button-gry"
|
||||||
@click="agree('同意')"
|
@click="agree('同意')"
|
||||||
>
|
>
|
||||||
同意退款
|
同意退款
|
||||||
@ -540,7 +542,7 @@ const send = async () => {};
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #409eff;
|
// background-color: #409eff;
|
||||||
}
|
}
|
||||||
.button-bottoms {
|
.button-bottoms {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -48,7 +48,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -545,7 +549,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.send-button {
|
.send-button {
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button class="el-button-gry" type="primary" icon="Search" @click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -545,7 +545,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.send-button {
|
.send-button {
|
||||||
|
@ -48,7 +48,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -555,7 +559,7 @@ onBeforeUnmount(() => {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #409eff;
|
background-color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -582,7 +586,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +64,9 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="dialogVisible = false">取消</el-button>
|
<el-button @click="dialogVisible = false">取消</el-button>
|
||||||
<el-button type="primary" @click="submit()"> 确定 </el-button>
|
<el-button class="el-button-gry" type="primary" @click="submit()">
|
||||||
|
确定
|
||||||
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@ -116,7 +118,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -673,7 +679,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.send-button {
|
.send-button {
|
||||||
@ -685,7 +691,7 @@ onBeforeUnmount(() => {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #409eff;
|
background-color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.tree-goods {
|
.tree-goods {
|
||||||
|
@ -60,7 +60,9 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<el-button @click="send()" type="primary">发货</el-button>
|
<el-button class="el-button-gry" @click="send()" type="primary"
|
||||||
|
>发货</el-button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="sendGoods">
|
<div v-else class="sendGoods">
|
||||||
@ -111,7 +113,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<div v-if="index == 0" style="margin-left: 10px">
|
<div v-if="index == 0" style="margin-left: 10px">
|
||||||
<el-button type="primary" @click="addInput()"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
@click="addInput()"
|
||||||
>新增包裹</el-button
|
>新增包裹</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -125,7 +130,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>共计{{ inputData.length }}个包裹</div>
|
<div>共计{{ inputData.length }}个包裹</div>
|
||||||
<div>
|
<div>
|
||||||
<el-button @click="send()" type="primary">发货</el-button>
|
<el-button class="el-button-gry" @click="send()" type="primary"
|
||||||
|
>发货</el-button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -64,7 +64,9 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="dialogVisible = false">取消</el-button>
|
<el-button @click="dialogVisible = false">取消</el-button>
|
||||||
<el-button type="primary" @click="submit()"> 确定 </el-button>
|
<el-button class="el-button-gry" type="primary" @click="submit()">
|
||||||
|
确定
|
||||||
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@ -116,7 +118,11 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar-right">
|
<div class="search-bar-right">
|
||||||
<el-button type="primary" icon="Search" @click="onSubmit"
|
<el-button
|
||||||
|
class="el-button-gry"
|
||||||
|
type="primary"
|
||||||
|
icon="Search"
|
||||||
|
@click="onSubmit"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -650,7 +656,7 @@ onBeforeUnmount(() => {
|
|||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #409eff;
|
color: #25bf82;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.send-button {
|
.send-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user