|
@@ -2,7 +2,6 @@
|
|
|
<div class="borderless" v-loading="pageLoading">
|
|
|
<div class="customer-head">
|
|
|
<div class="customer-back">
|
|
|
- <!-- <i class="back-icon el-icon-arrow-left"></i><i style="font-style:normal">返回管理列表</i>-->
|
|
|
<el-button
|
|
|
type="danger"
|
|
|
style="border: none;background: none;color: red"
|
|
@@ -18,6 +17,7 @@
|
|
|
@click="editCustomer('submit')"
|
|
|
v-if="form.id && detailData.status != 1"
|
|
|
:loading="subLoading"
|
|
|
+ size="small"
|
|
|
>确认修改
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -25,13 +25,14 @@
|
|
|
:disabled="disabled && detailData.status == 1"
|
|
|
v-if="detailData.status != 1"
|
|
|
@click="editCustomer('fix')"
|
|
|
+ size="small"
|
|
|
>提 交
|
|
|
</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin-top: 60px;margin-bottom:35px">
|
|
|
+ <div class="customer-main">
|
|
|
<containerTitle title="基础信息"></containerTitle>
|
|
|
- <basic-container style="margin-bottom: 10px">
|
|
|
+ <basic-container>
|
|
|
<avue-form ref="form" v-model="form" :option="option" />
|
|
|
</basic-container>
|
|
|
<containerTitle title="商品信息"></containerTitle>
|
|
@@ -649,45 +650,6 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-.customer-head {
|
|
|
- position: fixed;
|
|
|
- top: 105px;
|
|
|
- width: 100%;
|
|
|
- margin-left: -10px;
|
|
|
- height: 62px;
|
|
|
- background: #ffffff;
|
|
|
- box-shadow: 0 4px 12px 0px rgba(232, 232, 235, 1);
|
|
|
- z-index: 999;
|
|
|
-}
|
|
|
-
|
|
|
-.customer-back {
|
|
|
- cursor: pointer;
|
|
|
- line-height: 62px;
|
|
|
- font-size: 16px;
|
|
|
- color: #323233;
|
|
|
- font-weight: 400;
|
|
|
-}
|
|
|
-
|
|
|
-.back-icon {
|
|
|
- line-height: 64px;
|
|
|
- font-size: 20px;
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-.copy-customer-btn {
|
|
|
- position: fixed;
|
|
|
- right: 140px;
|
|
|
- top: 115px;
|
|
|
-}
|
|
|
-.fix-customer-btn {
|
|
|
- position: fixed;
|
|
|
- right: 120px;
|
|
|
- top: 115px;
|
|
|
-}
|
|
|
-.add-customer-btn {
|
|
|
- position: fixed;
|
|
|
- right: 36px;
|
|
|
- top: 115px;
|
|
|
-}
|
|
|
::v-deep .el-form-item {
|
|
|
margin-bottom: 8px;
|
|
|
}
|