|
@@ -25,27 +25,27 @@
|
|
|
<el-input v-model="searchForm.customerType" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-col :xs="24" :sm="12" :lg="12">
|
|
|
<el-form-item label="收款组织" prop="">
|
|
|
<el-input v-model="searchForm.skzz" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="单据编号" prop="">
|
|
|
- <el-input v-model="searchForm.billNo" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-col :xs="24" :sm="12" :lg="12">
|
|
|
<el-form-item label="付款单位" prop="">
|
|
|
<el-input v-model="searchForm.customerName" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-col :xs="24" :sm="12" :lg="12">
|
|
|
<el-form-item label="结算组织" prop="">
|
|
|
<el-input v-model="searchForm.settleOrg" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
|
+ <el-form-item label="单据编号" prop="">
|
|
|
+ <el-input v-model="searchForm.billNo" disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
<el-form-item label="币别" prop="">
|
|
|
<el-input v-model="searchForm.bibie" disabled></el-input>
|
|
|
</el-form-item>
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
methods: {
|
|
|
async getData() {
|
|
|
const res = await getK3ReceiptDetail({ id: this.detailId });
|
|
|
- console.log(res, 787787878);
|
|
|
+ // console.log(res, 787787878);
|
|
|
this.searchForm = res.data;
|
|
|
},
|
|
|
goBack() {
|