|
@@ -6,11 +6,6 @@
|
|
<a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
<a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
<span style="margin: 0 15px;color: #666;">供应商名称:{{ decodeURI($route.params.name) }}</span>
|
|
<span style="margin: 0 15px;color: #666;">供应商名称:{{ decodeURI($route.params.name) }}</span>
|
|
</template>
|
|
</template>
|
|
- <!-- 操作区,位于 title 行的行尾 -->
|
|
|
|
- <template slot="extra">
|
|
|
|
- <a-button key="2" type="primary" @click="choosePModal" class="button-error" id="associatedProduct-addProduct-btn">增加产品</a-button>
|
|
|
|
- <!-- <a-button key="1" type="primary" class="button-success" id="associatedProduct-import-btn">批量导入</a-button> -->
|
|
|
|
- </template>
|
|
|
|
</a-page-header>
|
|
</a-page-header>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<a-card size="small" :bordered="false">
|
|
<a-card size="small" :bordered="false">
|
|
@@ -51,7 +46,11 @@
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ <!-- 操作按钮 -->
|
|
|
|
+ <div class="table-operator">
|
|
|
|
+ <a-button id="associatedProduct-addProduct-btn" type="primary" class="button-error" @click="choosePModal">增加产品</a-button>
|
|
|
|
+ <!-- <a-button id="associatedProduct-import-btn" type="primary" class="button-success">批量导入</a-button> -->
|
|
|
|
+ </div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<s-table
|
|
<s-table
|
|
class="sTable"
|
|
class="sTable"
|