供应商列表

This commit is contained in:
duan
2024-10-10 15:22:36 +08:00
parent 37ceb6ef53
commit 16508515c4
12 changed files with 1540 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
{{datas.title}}
</view>
<view>
<input v-model="datas.conName" @input="inputEvent" type="text" placeholder="搜索货品ID/货品编码" />
<input v-model="datas.conName" @input="inputEvent" type="text" placeholder="请输入耗材名称" />
</view>
<view @tap="toUrl('PAGES_ADD_TYPE') ">
新增类别
@@ -59,7 +59,7 @@
<view @tap="toUrl('PAGES_ADD_CONSUMABLES')">
新增耗材
</view>
<view @tap="toUrl">
<view @tap="toUrl('PAGES_SUPPLIER')">
供应商管理
</view>
</view>
@@ -365,6 +365,7 @@
>view:first-child {
border-radius: 56rpx 0rpx 0rpx 56rpx;
color: #318AFE;
background-color: #fff;
}
>view:last-child {