xingyy
xingyy 1 year ago
parent 6d9779d21d
commit 88e71903b3

@ -297,7 +297,27 @@ export default {
}
},
async signContract(){
const checks = [{
const checks = [
{
value: this.fileList1.length>0,
message: '请上传画作图片'
},
{
value: this.info.artworkSquareSize,
message: '请输入画作平尺数'
},
{
value: this.info.artistName,
message: '请输入画家名称'
},
{
value: this.info.artworkName,
message: '请输入画作名称'
},
{
value: this.info.artworkNum,
message: '请输入画作编号'
},{
value: this.warehouseID,
message: '请选择寄存地址'
}, {

Loading…
Cancel
Save