代码更新
This commit is contained in:
@@ -12,13 +12,11 @@
|
||||
<view>
|
||||
<view> <text style="color: red;">*</text> 入库时间 </view>
|
||||
<view >
|
||||
<input type="text" @click="datas.show=true" placeholder="选择入库时间" v-model="datas.inOutDate" readonly >
|
||||
<up-datetime-picker
|
||||
border='none'
|
||||
:show="datas.show"
|
||||
<!-- hasInput -->
|
||||
v-model="datas.form.inOutDate"
|
||||
mode="date"
|
||||
@change="inOutDateChange"
|
||||
|
||||
></up-datetime-picker>
|
||||
</view>
|
||||
</view>
|
||||
@@ -87,7 +85,7 @@
|
||||
form: {
|
||||
bodyList: {},
|
||||
actualPaymentAmount: 0,
|
||||
inOutDate: ""
|
||||
inOutDate: Date.now()
|
||||
},
|
||||
item: ""
|
||||
})
|
||||
@@ -219,7 +217,9 @@
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
::v-deep.u-input{
|
||||
border: none!important;
|
||||
}
|
||||
.status {
|
||||
margin: 0 32rpx;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user