kun 191108 18:10
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<input type="text" name="plegal" v-model="plegal" value required />
|
||||
</div>
|
||||
<div>
|
||||
<label>法人代码:</label>
|
||||
<label>统一社会信用代码:</label>
|
||||
<input type="text" name="plcode" v-model="plcode" value required />
|
||||
</div>
|
||||
</aside>
|
||||
@@ -232,7 +232,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>手机:</label>
|
||||
<input class="i" type="text" name="respoptel" v-model="respoptel" value required />
|
||||
<input class="i" type="text" placeholder="非必填" name="respoptel" v-model="respoptel" value required />
|
||||
</div>
|
||||
</aside>
|
||||
<!-- end -->
|
||||
@@ -258,7 +258,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>手机:</label>
|
||||
<input class="i" type="text" name="respoctel" v-model="respoctel" value required />
|
||||
<input class="i" type="text" placeholder="非必填" name="respoctel" v-model="respoctel" value required />
|
||||
</div>
|
||||
</aside>
|
||||
<!-- end -->
|
||||
@@ -385,7 +385,7 @@
|
||||
</form>
|
||||
<div class="queren" v-if="popupStatus">
|
||||
<div>
|
||||
<p>是否确认申报项目</p>
|
||||
<p>{{subStatus==0?'是否保存申报项目':'是否确认申报项目'}}</p>
|
||||
<div>
|
||||
<span @click="popupStatus = !popupStatus">否</span>
|
||||
<span @click="submitYes">是</span>
|
||||
@@ -518,7 +518,7 @@ export default {
|
||||
this.$message.warning(`The limit is 5, you selected ${files.length} files this time, add up to ${files.length + fileList.length} totally`);
|
||||
},
|
||||
beforeRemove(file, fileList) {
|
||||
return this.$confirm(`Cancel the transfert of ${file.name} ?`);
|
||||
return this.$confirm(`确定移除 ${file.name} ?`);
|
||||
},
|
||||
/** 获取富文本内容 */
|
||||
getContent(data) {
|
||||
@@ -643,9 +643,9 @@ export default {
|
||||
if (this.sub == 1) {
|
||||
if (this.prespo == '' || this.respoadd == '' || this.respopcode == '' ||
|
||||
this.respomail == '' || this.respopname == '' ||
|
||||
this.respopost == '' || this.respoophone == '' || this.respoptel == '' ||
|
||||
this.respopost == '' || this.respoophone == '' ||
|
||||
this.respocname == '' || this.respocpost == '' || this.respocophone == '' ||
|
||||
this.respoctel == '' || this.decldes == '' || this.prodes == '' ||
|
||||
this.decldes == '' || this.prodes == '' ||
|
||||
this.prodemo == '' || this.prodemojc == '' || this.prodemotj == '' ||
|
||||
this.prodemojd == '' || this.prodemoxg == '' || this.prodemofg == '' ||
|
||||
this.prodemotwo == '' || this.funds == ''
|
||||
|
||||
Reference in New Issue
Block a user