haoxuan
2023-10-18 f02c08d6540d0ea3a72ca3958e0e16d960fbbf8e
Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev
3个文件已修改
15 ■■■■■ 已修改文件
src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/overview/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouseManage/bussinessType/AddBussinessType.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -113,10 +113,10 @@
  if ((to.path === "/overview/overviewList" || to.path === "/productManage/productList") && to.params.name) {
    console.log(from, next)
    to.meta.title = to.params.name
    document.title = to.meta.title
    // document.title = to.meta.title
  } else if (to.name === "inboundOutboundDetail") {
    to.meta.title = "出入库明细"
    document.title = to.meta.title
    // document.title = to.meta.title
  }
})
// router.beforeEach((to, from, next) => {
src/views/overview/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="rightContent">
    <div class="top">
      <SearchCommonView :show-add="false" :placeholder="'请输入产品名称'" :amount-view="false" @searchClick="getList" />
      <SearchCommonView :show-add="false" :placeholder="'请输入业务类型'" :amount-view="false" @searchClick="getList" />
    </div>
    <div class="content">
      <div class="list-view">
@@ -63,7 +63,8 @@
      editConfig: {
        visible: false,
        title: "新建",
        infomation: {}
        infomation: {},
        keyword: ""
      }
    }
  },
@@ -73,6 +74,8 @@
  methods: {
    getList(val) {
      console.log(val)
      this.keyword = val
      this.getData()
    },
    labelClick(item) {
      console.log(item)
@@ -83,7 +86,7 @@
    },
    async getData() {
      await getOperationType({
        keyword: "",
        keyword: this.keyword,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {
src/views/warehouseManage/bussinessType/AddBussinessType.vue
@@ -36,7 +36,7 @@
          <div class="basic-info-view">
            <div class="purchase-view">
              <div class="left">
                <el-form-item label="业务类型" prop="name">
                <el-form-item label="单据类型" prop="name">
                  <el-input
                    v-model="editConfig.infomation.name"
                    placeholder="请填写"