样式
This commit is contained in:
@@ -250,9 +250,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-select{
|
.el-select{
|
||||||
width:200px
|
width:200px
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-card class="searchContract">
|
<el-card class="searchContract">
|
||||||
<el-form ref="form1" :model="form1" label-position="right" label-width="130px" class="searchForm">
|
<el-form ref="form1" :model="form1" label-position="right" label-width="130px" class="searchForm">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="请购单号/合同编号">
|
<el-form-item label="请购单号/合同编号">
|
||||||
<el-select v-model="contractNumValue" size="small" @change="searchData">
|
<el-select v-model="contractNumValue" size="small" @change="searchData">
|
||||||
<el-option
|
<el-option
|
||||||
@@ -14,24 +14,24 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="合同名称">
|
<el-form-item label="合同名称">
|
||||||
<el-input v-model="contractName" size="small"/>
|
<el-input v-model="contractName" size="small"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="供应商">
|
<el-form-item label="供应商">
|
||||||
<el-input v-model="supplierName" size="small" placeholder="请双击选择" readonly clearable @dblclick.native="dialogVisible1=true;submitDisable=true" @clear="emptySupplierDetail"/>
|
<el-input v-model="supplierName" size="small" placeholder="请双击选择" readonly clearable @dblclick.native="dialogVisible1=true;submitDisable=true" @clear="emptySupplierDetail"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="预付款">
|
<el-form-item label="预付款">
|
||||||
<el-input v-model="AdvanceCharge" size="small" placeholder="预付款"/>
|
<el-input v-model="AdvanceCharge" size="small" placeholder="预付款"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="币种">
|
<el-form-item label="币种">
|
||||||
<el-select v-model="currencyValue" placeholder="币种" size="small" clearable>
|
<el-select v-model="currencyValue" placeholder="币种" size="small" clearable>
|
||||||
<el-option
|
<el-option
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="规定到货时间">
|
<el-form-item label="规定到货时间">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="stipulateArrivalTime"
|
v-model="stipulateArrivalTime"
|
||||||
@@ -53,12 +53,12 @@
|
|||||||
placeholder="选择日期"/>
|
placeholder="选择日期"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="采购员">
|
<el-form-item label="采购员">
|
||||||
<el-input v-model="name" size="small" readonly/>
|
<el-input v-model="name" size="small" readonly/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col style="width: 280px">
|
||||||
<el-form-item label="税率">
|
<el-form-item label="税率">
|
||||||
<el-input v-model="taxRate" size="small"/>
|
<el-input v-model="taxRate" size="small"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -628,17 +628,14 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-date-editor{
|
.el-date-editor{
|
||||||
width:200px
|
width:200px
|
||||||
}
|
}
|
||||||
.el-select{
|
.el-select{
|
||||||
width:200px
|
width:160px
|
||||||
}
|
}
|
||||||
.el-input{
|
.el-input{
|
||||||
width:200px
|
width:160px
|
||||||
}
|
}
|
||||||
span{
|
span{
|
||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
|
|||||||
@@ -167,7 +167,7 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-dialog :title="title1" :visible.sync="dialogVisible1" center style="min-height: 300px" width="650px">
|
<el-dialog v-el-drag-dialog :title="title1" :visible.sync="dialogVisible1" center style="min-height: 300px" width="650px">
|
||||||
<el-form ref="form1" :model="form1" :rules="rules1" label-position="right" label-width="90px">
|
<el-form ref="form1" :model="form1" :rules="rules1" label-position="right" label-width="90px">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@@ -246,7 +246,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<el-dialog :title="title2" :visible.sync="dialogVisible2" center style="min-height: 300px" width="900px">
|
<el-dialog v-el-drag-dialog :title="title2" :visible.sync="dialogVisible2" center style="min-height: 300px" width="900px">
|
||||||
<span>供应商:</span>
|
<span>供应商:</span>
|
||||||
<el-input v-model="supplierName" size="small" placeholder="请选择供应商发票" style="margin: 0 5px 10px 0;" readonly/>
|
<el-input v-model="supplierName" size="small" placeholder="请选择供应商发票" style="margin: 0 5px 10px 0;" readonly/>
|
||||||
<el-radio-group v-model="contractType" size="small" @change="searchTable01()">
|
<el-radio-group v-model="contractType" size="small" @change="searchTable01()">
|
||||||
@@ -681,9 +681,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-select{
|
.el-select{
|
||||||
width:200px
|
width:200px
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1010,9 +1010,6 @@ export default {
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-date-editor{
|
.el-date-editor{
|
||||||
width:150px;
|
width:150px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -404,9 +404,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-date-editor{
|
.el-date-editor{
|
||||||
width:150px;
|
width:150px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -544,9 +544,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-date-editor{
|
.el-date-editor{
|
||||||
width:200px
|
width:200px
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -206,9 +206,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-select{
|
.el-select{
|
||||||
width:200px
|
width:200px
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -388,9 +388,6 @@ export default {
|
|||||||
.el-tag{
|
.el-tag{
|
||||||
margin: 0
|
margin: 0
|
||||||
}
|
}
|
||||||
.el-card{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
.el-date-editor{
|
.el-date-editor{
|
||||||
width:150px;
|
width:150px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user