소스 검색

新加tabs 修改按钮 重新获取结构分类

Qukatie 2 달 전
부모
커밋
45b34db351

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 721 - 156
src/views/iosBasicData/OceanFreightImport/bills/billsDetails.vue


+ 19 - 2
src/views/iosBasicData/OceanFreightImport/bills/index.vue

@@ -311,7 +311,23 @@
                 <!--#endregion-->
 
                 <template slot="menuLeft">
-                    <el-button type="primary" size="small" @click="addbtnfun()">新建业务
+                           <el-button
+                        type="primary"
+                        size="small"
+                        @click="addbtnfun('DD')"
+                        >新建直单
+                    </el-button>
+                    <el-button
+                        type="success"
+                        size="small"
+                        @click="addbtnfun('MM')"
+                        >新建主单
+                    </el-button>
+                    <el-button
+                        type="warning"
+                        size="small"
+                        @click="addbtnfun('MH')"
+                        >新建分单
                     </el-button>
                     <el-button type="primary" size="small" plain @click="CopyDocumentsfun">复制单据
                     </el-button>
@@ -1774,8 +1790,9 @@ export default {
             this.$store.commit("OUT_OCEANFI_DETAIL");
         },
         // 新增弹窗开启
-        addbtnfun() {
+        addbtnfun(type) {
             this.detailData.seeDisabled = false
+            this.detailData.billType = type
             this.isShow = false
             this.$store.commit("IN_OCEANFI_DETAIL");
         },

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 405 - 189
src/views/iosBasicData/SeafreightExportF/bills/index.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 604 - 538
src/views/system/dept.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.