From 88e71903b3dc8df19425d7035a8d036790994759 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Tue, 26 Sep 2023 10:47:45 +0800 Subject: [PATCH] submit --- pages/consignment-painting/index.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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: '请选择寄存地址' }, {