submit
This commit is contained in:
parent
e9f1a6e3b0
commit
1ad9c04e6b
@ -151,7 +151,7 @@
|
|||||||
<div class="wrap1_1_1">画作平尺数</div>
|
<div class="wrap1_1_1">画作平尺数</div>
|
||||||
<div class="wrap1_1_2"></div>
|
<div class="wrap1_1_2"></div>
|
||||||
<div class="wrap1_1_3">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -376,7 +376,6 @@ export default {
|
|||||||
}
|
}
|
||||||
this.loading=true
|
this.loading=true
|
||||||
const data={
|
const data={
|
||||||
cycleId:this.cycleId,
|
|
||||||
warehouseID:this.warehouseID,
|
warehouseID:this.warehouseID,
|
||||||
artworkSquareSize:Number(this.info.artworkSquareSize),
|
artworkSquareSize:Number(this.info.artworkSquareSize),
|
||||||
artworkName: this.info.artworkName,
|
artworkName: this.info.artworkName,
|
||||||
|
Loading…
Reference in New Issue
Block a user