change
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<!-- 库存查询 -->
|
||||
<nav-bar :title="title" :inner="true"></nav-bar>
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -9,7 +9,7 @@
|
||||
<span class="filter_label">查询类型</span>
|
||||
</view>
|
||||
<view class="zd-col-18 filter_select">
|
||||
<uni-data-select v-model="index1" :localdata="options1"></uni-data-select>
|
||||
<uni-data-select v-model="index1" :localdata="options1" :clear="false"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -26,7 +26,7 @@
|
||||
</view>
|
||||
<view class="zd-col-13">
|
||||
<!-- <search-box v-model="materialData.material_code"/> -->
|
||||
<input type="text" class="filter_input" v-model="materialData.material_code" disabled>
|
||||
<input type="text" class="filter_input" v-model="materialData.material_code">
|
||||
</view>
|
||||
<button class="mini-btn" type="primary" @tap="toJump('mater-save?title=物料维护')">查询</button>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user