product
tengxi 2 years ago
parent 1197b506f4
commit c48f85ffea

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

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

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

@ -138,6 +138,13 @@
<p>{{scope.row.creatorUserName}}</p>
</template>
</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-form-item>
</el-col>

@ -198,6 +198,15 @@
</el-input>
</template>
</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" >
<template slot-scope="scope">
<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>
</template>
</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-form-item>
</el-col>

@ -189,6 +189,15 @@
</el-date-picker>
</template>
</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" >
<template slot-scope="scope">
<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>
</el-form-item>
</el-col>
<el-col :span="8" >
<el-form-item label="客户"
>
</el-form-item>
</el-col>
<el-col :span="8" >
<el-form-item label="申请金额"
prop="ramount" >
@ -130,6 +138,13 @@
<p>{{scope.row.amountNotTax}}</p>
</template>
</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-form-item>
</el-col>

@ -24,6 +24,17 @@
</el-date-picker>
</el-form-item>
</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-form-item label="申请金额"
prop="ramount" >
@ -182,6 +193,7 @@
</el-input>
</template>
</el-table-column>
<el-table-column prop="amountNotTax" label="不含税金额">
<template slot-scope="scope">
<el-input v-model="scope.row.amountNotTax"
@ -189,6 +201,15 @@
</el-input>
</template>
</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" >
<template slot-scope="scope">
<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 label="客户 " width="0" algin="left"
/>
<el-table-column label="币别 " width="0" prop="currency" algin="left"
>
<template slot-scope="scope">

Loading…
Cancel
Save