Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev
| | |
| | | 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) => { |
| | |
| | | <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"> |
| | |
| | | editConfig: { |
| | | visible: false, |
| | | title: "新建", |
| | | infomation: {} |
| | | infomation: {}, |
| | | keyword: "" |
| | | } |
| | | } |
| | | }, |
| | |
| | | methods: { |
| | | getList(val) { |
| | | console.log(val) |
| | | this.keyword = val |
| | | this.getData() |
| | | }, |
| | | labelClick(item) { |
| | | console.log(item) |
| | |
| | | }, |
| | | async getData() { |
| | | await getOperationType({ |
| | | keyword: "", |
| | | keyword: this.keyword, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |
| | |
| | | <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="请填写" |