Forráskód Böngészése

Merge branch 'dev' of http://git.echepei.com/caojunjie/Smart_platform_ui into dev

fenghy 3 éve
szülő
commit
9dc2f8b540

+ 11 - 0
src/views/purchase/contract/detailsPage.vue

@@ -63,6 +63,13 @@
                          size="small"
               >打 印</el-button>
             </template>
+            <template slot-scope="{row,index}" slot="menu">
+              <el-button
+                type="text"
+                size="small"
+                @click="sendHandle"
+              >发货</el-button>
+            </template>
           </avue-crud>
         </basic-container>
 <!--        其他费用-->
@@ -673,6 +680,10 @@ export default {
       this.dialogCost = !this.dialogCost
       this.choiceData = false
     },
+    // 发货
+    sendHandle() {
+      this.$message.success('发货成功')
+    },
     backToList() {
       this.$router.$avueRouter.closeTag();
       this.$router.push({

+ 11 - 0
src/views/salesManagement/salesContract/detailsPage.vue

@@ -60,6 +60,13 @@
                          size="small"
               >打 印</el-button>
             </template>
+            <template slot-scope="{row,index}" slot="menu">
+              <el-button
+                type="text"
+                size="small"
+                @click="sendHandle"
+              >发货</el-button>
+            </template>
           </avue-crud>
         </basic-container>
 <!--        其他费用-->
@@ -698,6 +705,10 @@ export default {
         }
       })
     },
+    // 发货
+    sendHandle() {
+      this.$message.success('发货成功')
+    },
     backToList() {
       this.$router.$avueRouter.closeTag();
       this.$router.push({