代码更新

This commit is contained in:
GaoHao
2025-03-03 09:44:11 +08:00
parent b4a0393d2d
commit fd0c452a76
55 changed files with 2263 additions and 2658 deletions

View File

@@ -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;