huangfuli пре 3 година
родитељ
комит
5da3bbbd96
1 измењених фајлова са 19 додато и 1 уклоњено
  1. 19 1
      src/views/platformaudit/transactioninformationreview.vue

+ 19 - 1
src/views/platformaudit/transactioninformationreview.vue

@@ -2,7 +2,22 @@
 <template>
 <template>
   <div>
   <div>
     <BaseHeaderLayout :leftSpan="15">
     <BaseHeaderLayout :leftSpan="15">
-      <template slot="left"> </template>
+      <template slot="left">
+        <div class="purchase"><el-button
+          class="bg-bottom"
+          type="primary"
+          size="small"
+          @click="purchase()"
+          >采购</el-button
+        ></div>
+        <div class="sale"><el-button
+          class="bg-bottom"
+          type="primary"
+          size="small"
+          @click="sale()"
+          >销售</el-button
+        ></div>
+      </template>
       <template slot="right">
       <template slot="right">
         <span style="width: 70px; display: inline-block; color: #8890b1"
         <span style="width: 70px; display: inline-block; color: #8890b1"
           >状态:</span
           >状态:</span
@@ -593,6 +608,9 @@ export default {
   width: 30%;
   width: 30%;
   margin-right: 10px;
   margin-right: 10px;
 }
 }
+.sale {
+  margin-left: 50px;
+}
 /deep/.typeselect .el-input__inner {
 /deep/.typeselect .el-input__inner {
   color: #8890b1;
   color: #8890b1;
 }
 }