Merge branch 'master' of http://192.168.12.3:3000/xingyy/uni-Identify-quality
This commit is contained in:
commit
87dae100b1
@ -151,7 +151,7 @@
|
||||
<div class="wrap1_1_1">画作平尺数</div>
|
||||
<div class="wrap1_1_2"></div>
|
||||
<div class="wrap1_1_3">
|
||||
<input style="color: #939393;font-size: 24rpx;" @change="artworkSquareChange" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
|
||||
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -376,7 +376,6 @@ export default {
|
||||
}
|
||||
this.loading=true
|
||||
const data={
|
||||
cycleId:this.cycleId,
|
||||
warehouseID:this.warehouseID,
|
||||
artworkSquareSize:Number(this.info.artworkSquareSize),
|
||||
artworkName: this.info.artworkName,
|
||||
@ -408,7 +407,6 @@ export default {
|
||||
async obtainAmount(){
|
||||
uni.setStorageSync("endAt", this.value1);
|
||||
const data={
|
||||
cycleID:this.cycleId,
|
||||
artworkSquareSize:Number(this.info.artworkSquareSize),
|
||||
endAt:this.value1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user