bugfix
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
/* pages/add-stock/add-stock.wxss */
|
||||
.t-navbar__content {
|
||||
--td-navbar-bg-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.add-stock {
|
||||
padding: 32rpx 0;
|
||||
.add-stock-form {
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
<wxs module="dict" src="../../utils/dict.wxs" />
|
||||
<wxs module="times" src="../../utils/time.wxs" />
|
||||
<t-message id="t-message" />
|
||||
<view class="block">
|
||||
<t-navbar left-arrow title="添加出入库记录" t-class="nav" t-class-title="nav-title" />
|
||||
</view>
|
||||
<view class="add-stock">
|
||||
<view class="add-stock-form">
|
||||
<t-cell title="产品" note="{{dict.getDictLabel(form.productId, productOptions)}}" data-picker-key="productPickerVisible" bind:click="showPicker" arrow />
|
||||
|
||||
Reference in New Issue
Block a user