product
tengxi 2 years ago
parent 1197b506f4
commit c48f85ffea

@ -42,5 +42,7 @@ public class Arinvoices_item0Model {
@JsonProperty("creatorUserName") @JsonProperty("creatorUserName")
private String creatorUserName; private String creatorUserName;
/** 备注信息 **/
@JsonProperty("remark")
private String remark;
} }

@ -38,4 +38,7 @@ public class Invoices_item0Model {
@JsonProperty("invoicingDate") @JsonProperty("invoicingDate")
private Long invoicingDate; private Long invoicingDate;
/** 备注信息 **/
@JsonProperty("remark")
private String remark;
} }

@ -42,5 +42,7 @@ public class Paymentdoc_item0Model {
@JsonProperty("amountNotTax") @JsonProperty("amountNotTax")
private String amountNotTax; private String amountNotTax;
/** 备注信息 **/
@JsonProperty("remark")
private String remark;
} }

@ -138,6 +138,13 @@
<p>{{scope.row.creatorUserName}}</p> <p>{{scope.row.creatorUserName}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<p>{{scope.row.remark}}</p>
</template>
</el-table-column>
</el-table> </el-table>
</el-form-item> </el-form-item>
</el-col> </el-col>

@ -198,6 +198,15 @@
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<el-input v-model="scope.row.remark"
placeholder="请输入" clearable :style='{"width":"100%"}'>
</el-input>
</template>
</el-table-column>
<el-table-column label="操作" width="50" > <el-table-column label="操作" width="50" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delarinvoices_item0List(scope.$index)"></el-button> <el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delarinvoices_item0List(scope.$index)"></el-button>

@ -127,6 +127,13 @@
<p>{{jnpf.dateFormat(scope.row.invoicingDate)}}</p> <p>{{jnpf.dateFormat(scope.row.invoicingDate)}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<p>{{scope.row.remark}}</p>
</template>
</el-table-column>
</el-table> </el-table>
</el-form-item> </el-form-item>
</el-col> </el-col>

@ -189,6 +189,15 @@
</el-date-picker> </el-date-picker>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<el-input v-model="scope.row.remark"
placeholder="请输入" clearable :style='{"width":"100%"}'>
</el-input>
</template>
</el-table-column>
<el-table-column label="操作" width="50" > <el-table-column label="操作" width="50" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delinvoices_item0List(scope.$index)"></el-button> <el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delinvoices_item0List(scope.$index)"></el-button>

@ -18,6 +18,14 @@
<p>{{dataForm.businessDate}}</p> <p>{{dataForm.businessDate}}</p>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8" >
<el-form-item label="客户"
>
</el-form-item>
</el-col>
<el-col :span="8" > <el-col :span="8" >
<el-form-item label="申请金额" <el-form-item label="申请金额"
prop="ramount" > prop="ramount" >
@ -130,6 +138,13 @@
<p>{{scope.row.amountNotTax}}</p> <p>{{scope.row.amountNotTax}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<p>{{scope.row.remark}}</p>
</template>
</el-table-column>
</el-table> </el-table>
</el-form-item> </el-form-item>
</el-col> </el-col>

@ -24,6 +24,17 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8" >
<el-form-item label="客户"
>
<el-input
placeholder="请输入" clearable :style='{"width":"100%"}'>
</el-input>
</el-form-item>
</el-col>
<el-col :span="8" > <el-col :span="8" >
<el-form-item label="申请金额" <el-form-item label="申请金额"
prop="ramount" > prop="ramount" >
@ -182,6 +193,7 @@
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="amountNotTax" label="不含税金额"> <el-table-column prop="amountNotTax" label="不含税金额">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.amountNotTax" <el-input v-model="scope.row.amountNotTax"
@ -189,6 +201,15 @@
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注信息">
<template slot-scope="scope">
<el-input v-model="scope.row.remark"
placeholder="请输入" clearable :style='{"width":"100%"}'>
</el-input>
</template>
</el-table-column>
<el-table-column label="操作" width="50" > <el-table-column label="操作" width="50" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delpaymentdoc_item0List(scope.$index)"></el-button> <el-button size="mini" type="text" class="JNPF-table-delBtn" @click="delpaymentdoc_item0List(scope.$index)"></el-button>

@ -40,6 +40,8 @@
/> />
<el-table-column prop="documentNo" label="单据编号" width="0" align="left" <el-table-column prop="documentNo" label="单据编号" width="0" align="left"
/> />
<el-table-column label="客户 " width="0" algin="left"
/>
<el-table-column label="币别 " width="0" prop="currency" algin="left" <el-table-column label="币别 " width="0" prop="currency" algin="left"
> >
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save