Commit c523529d authored by 仇晓婷's avatar 仇晓婷

90bug

parent 6615fc1f
<template> <template>
<div> <div>
<div class="mb10 pt5"> <div class="mb10 pt5">
<Input v-model="searchValue" placeholder="请输入库位名称" clearable style="width: 240px" /> <Input
v-model="searchValue"
placeholder="请输入库位名称"
clearable
style="width: 240px"
/>
<Button type="primary" class @click="handleSearch">查询</Button> <Button type="primary" class @click="handleSearch">查询</Button>
<div class="fr"> <div class="fr">
<Button type="primary" @click="add()">新增库位</Button> <Button type="primary" @click="add()">新增库位</Button>
...@@ -78,6 +83,12 @@ export default { ...@@ -78,6 +83,12 @@ export default {
title: "物料编号", title: "物料编号",
align: "left", align: "left",
}, },
{
key: "materialType",
title: "物料类型",
align: "left",
code: "material.main.type",
},
{ {
key: "userName", key: "userName",
title: this.l("userName"), title: this.l("userName"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment