|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
- <div v-if="showPage" class="purchaseNewOrderEdit-wrap">
|
|
|
|
- <a-page-header :ghost="false" :backIcon="false" class="purchaseNewOrderEdit-cont">
|
|
|
|
|
|
+ <div v-if="showPage" class="jg-page-wrap purchaseNewOrderEdit-wrap">
|
|
|
|
+ <a-page-header :ghost="false" :backIcon="false" class="header-bar">
|
|
<!-- 自定义的二级文字标题 -->
|
|
<!-- 自定义的二级文字标题 -->
|
|
<template slot="subTitle">
|
|
<template slot="subTitle">
|
|
<p class="billno">单号:{{ detail&&detail.purchaseBillNo }}</p>
|
|
<p class="billno">单号:{{ detail&&detail.purchaseBillNo }}</p>
|
|
@@ -40,7 +40,7 @@
|
|
<!-- 产品列表 -->
|
|
<!-- 产品列表 -->
|
|
<div ref="tableSearch" class="choosedList-cont">
|
|
<div ref="tableSearch" class="choosedList-cont">
|
|
<!-- 基础信息 -->
|
|
<!-- 基础信息 -->
|
|
- <div style="padding:10px 10px 0 10px;border-bottom:6px solid #f0f0f0;" v-if="isShowBisiceInfo">
|
|
|
|
|
|
+ <div class="baseInfo-bar" v-if="isShowBisiceInfo">
|
|
<a-descriptions size="small">
|
|
<a-descriptions size="small">
|
|
<div slot="title">基础信息</div>
|
|
<div slot="title">基础信息</div>
|
|
<a-descriptions-item label="供应商">
|
|
<a-descriptions-item label="供应商">
|
|
@@ -65,7 +65,7 @@
|
|
</a-descriptions>
|
|
</a-descriptions>
|
|
</div>
|
|
</div>
|
|
<!-- 已选产品 -->
|
|
<!-- 已选产品 -->
|
|
- <div id="purchaseTable">
|
|
|
|
|
|
+ <div class="purchaseTable">
|
|
<div class="choosed-table" v-if="detail&&detail.totalCategory">
|
|
<div class="choosed-table" v-if="detail&&detail.totalCategory">
|
|
<!-- 搜索条件 -->
|
|
<!-- 搜索条件 -->
|
|
<div class="table-page-search-wrapper" v-if="showSearch">
|
|
<div class="table-page-search-wrapper" v-if="showSearch">
|
|
@@ -127,7 +127,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 底部栏 -->
|
|
<!-- 底部栏 -->
|
|
- <div class="footer-cont" v-if="detail&&detail.totalCategory">
|
|
|
|
|
|
+ <div class="footer-bar" v-if="detail&&detail.totalCategory">
|
|
<!-- 总计 -->
|
|
<!-- 总计 -->
|
|
<div>
|
|
<div>
|
|
<span style="color:#666;">
|
|
<span style="color:#666;">
|
|
@@ -147,7 +147,6 @@
|
|
:loading="subLoading"
|
|
:loading="subLoading"
|
|
@click="handleSubmit"
|
|
@click="handleSubmit"
|
|
style="padding: 0 60px;">提交</a-button>
|
|
style="padding: 0 60px;">提交</a-button>
|
|
- <!-- <a-button id="purchaseNewOrderEdit-back-btn" type="link" @click="handleBack" class="button-default"> <a-icon type="rollback" /> 返回列表</a-button> -->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -575,80 +574,7 @@ export default {
|
|
position: relative;
|
|
position: relative;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
height: calc(100% - 60px);
|
|
height: calc(100% - 60px);
|
|
- .chooseBox-title{
|
|
|
|
- display:flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- border-top: 1px solid #eee;
|
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
|
- padding: 8px 0;
|
|
|
|
- .actions-button{
|
|
|
|
- button{
|
|
|
|
- margin-left: 10px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .import-btn{
|
|
|
|
- margin-left: 15px;
|
|
|
|
- }
|
|
|
|
- .sub-title{
|
|
|
|
- font-size: 14px;
|
|
|
|
- color: #333;
|
|
|
|
- margin-left: 10px;
|
|
|
|
- font-weight:bold;
|
|
|
|
- }
|
|
|
|
- .tag-txt{
|
|
|
|
- font-size: 12px;
|
|
|
|
- color: #ed1c24;
|
|
|
|
- margin: 0 15px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .choosed-table{
|
|
|
|
- padding:10px;
|
|
|
|
- }
|
|
|
|
- .footer-cont{
|
|
|
|
- position:absolute;
|
|
|
|
- width:100%;
|
|
|
|
- bottom:0;
|
|
|
|
- display:flex;
|
|
|
|
- justify-content: flex-end;
|
|
|
|
- align-items: center;
|
|
|
|
- padding: 8px;
|
|
|
|
- border-top: 1px solid #eee;
|
|
|
|
- > div{
|
|
|
|
- &:first-child{
|
|
|
|
- padding: 0 15px;
|
|
|
|
- strong{
|
|
|
|
- color: #ed1c24;
|
|
|
|
- font-size: 18px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .ant-input-number-sm input{
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .purchaseNewOrderEdit-cont{
|
|
|
|
- margin-bottom: 6px;
|
|
|
|
- .sub-title{
|
|
|
|
- font-size: 12px;
|
|
|
|
- color: #808695;
|
|
|
|
- margin-left: 10px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .table-page-search-wrapper{
|
|
|
|
- .ant-form.ant-form-inline .ant-form-item .ant-input, .ant-form.ant-form-inline .ant-form-item .ant-select-selection{
|
|
|
|
- border:0;
|
|
|
|
- }
|
|
|
|
- .ant-form.ant-form-inline .ant-form-item{
|
|
|
|
- border:1px solid #dadada;
|
|
|
|
- border-radius: 3px;
|
|
|
|
- .ant-form-item-label{
|
|
|
|
- padding-left: 11px;
|
|
|
|
- padding-right: 0!important;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|