qukaidi 4 лет назад
Родитель
Сommit
3e0f9880e6
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 17 - 0
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -891,6 +891,20 @@
                 @click="addRelevant('copy')"
                 >复制录入</el-button
               >
+                 <el-button
+                :disabled="browseStatus"
+                type="primary"
+                size="small"
+                @click="tishi"
+                >导入模板</el-button
+              >
+                 <el-button
+                :disabled="browseStatus"
+                type="primary"
+                size="small"
+                @click="tishi"
+                >导入接口</el-button
+              >
             </el-col>
             <el-col style="display: flex; justify-content: flex-end">
               <el-button
@@ -3811,6 +3825,9 @@ export default {
         });
       }
     },
+    tishi(){
+      return this.$message.error("正在开发中");
+    },
     //查询列数据
     getRow() {
       let that = this;