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