必填校验

jg-waiwang-pro
vayne 3 months ago
parent 132dcec6cb
commit 09512664c9

@ -1321,14 +1321,14 @@
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '2'">
<jnpf-form-tip-item label="事务处理类型" prop="custTy">
<JnpfInput v-model="dataForm.custTy" @change="changeData('settlableAmount',-1)"
placeholder="请输入" clearable :style='{"width":"100%"}'>
</JnpfInput>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票日期" prop="invoiceDate">
<JnpfDatePicker v-model="dataForm.invoiceDate" @change="changeData('startTime',-1)"
:startTime="dateTime(false,1,1,'','')" :endTime="dateTime(false,1,1,'','')"
@ -1337,7 +1337,7 @@
</JnpfDatePicker>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票张数" prop="invoiceCnt">
<JnpfInputNumber v-model="dataForm.invoiceCnt" @change="changeData('invoiceCnt', -1)"
placeholder="请输入" :disabled="judgeWrite('settlableAmount')" addonAfter="张" clearable
@ -1345,7 +1345,7 @@
</JnpfInputNumber>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票编号" prop="invoiceNo">
<!-- <JnpfInput v-model="dataForm.invoiceNo" @change="changeData('settlableAmount',-1)"
placeholder="请输入" clearable :style='{"width":"100%"}'>
@ -1357,7 +1357,7 @@
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票类型" prop="invoiceType">
<JnpfSelect v-model="dataForm.invoiceType" @change="changeData('settlableAmount',-1)"
:disabled="judgeWrite('settlableAmount')" optionType="button" direction="horizontal"
@ -1365,7 +1365,7 @@
</JnpfSelect>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票号码" prop="attribute11">
<JnpfInput v-model="dataForm.attribute11" @change="changeData('attribute11',-1)"
placeholder="请输入" clearable :style='{"width":"100%"}'>
@ -1373,7 +1373,7 @@
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="发票金额" prop="invoiceAmount">
<JnpfInput v-model="dataForm.invoiceAmount" @change="changeData('invoiceAmount',-1)"
placeholder="请输入" addonAfter="元" clearable :style='{"width":"100%"}'>
@ -1389,14 +1389,14 @@
</JnpfDatePicker>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="摘要" prop="description">
<JnpfInput v-model="dataForm.description" @change="changeData('settlableAmount',-1)"
placeholder="请输入" clearable :style='{"width":"100%"}'>
</JnpfInput>
</jnpf-form-tip-item>
</el-col>
<el-col :span="8">
<el-col :span="8" v-if="dataForm.type == '1'">
<jnpf-form-tip-item label="附件张数" prop="annexCnt">
<JnpfInputNumber v-model="dataForm.annexCnt" @change="changeData('annexCnt', -1)"
placeholder="请输入" :disabled="judgeWrite('settlableAmount')" addonAfter="张" clearable
@ -1476,7 +1476,8 @@
</JnpfPopupSelect>
</template>
</el-table-column>
<el-table-column label="开票商品名称" v-if="judgeShow('cwsettlementsummary-itemNmInv')"
<el-table-column label="开票商品名称"
v-if="judgeShow('cwsettlementsummary-itemNmInv') && dataForm.type == '2'"
prop="itemNmInv" align="center" width="200">
<template slot="header">
<span class="required-sign"

Loading…
Cancel
Save