diff --git a/pages/consignment-painting/index.vue b/pages/consignment-painting/index.vue index 2b9e9f8..c5a621a 100644 --- a/pages/consignment-painting/index.vue +++ b/pages/consignment-painting/index.vue @@ -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: '请选择寄存地址' }, {