全部button111
This commit is contained in:
@@ -237,12 +237,12 @@ el-card{
|
|||||||
background: #8ff4ea !important;
|
background: #8ff4ea !important;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
tr.el-table__row td {
|
//tr.el-table__row td {
|
||||||
background-color: #d8e5f6 !important;
|
// background-color: #d8e5f6 !important;
|
||||||
}
|
//}
|
||||||
tr.el-table__row.el-table__row--striped td {
|
//tr.el-table__row.el-table__row--striped td {
|
||||||
background: #e9f0f9 !important;
|
// background: #e9f0f9 !important;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
type="datetime"
|
type="datetime"
|
||||||
placeholder="结束日期"/>
|
placeholder="结束日期"/>
|
||||||
<el-button type="primary" plain icon="el-icon-search" size="mini" style="margin-left: 74px" @click="search">查询</el-button>
|
<el-button type="primary" plain icon="el-icon-search" size="mini" style="margin-left: 74px" @click="search">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-delete" size="mini" @click="clearSearch">清空</el-button>
|
<el-button type="distribution" icon="el-icon-delete" size="mini" @click="clearSearch">清空</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
<el-divider/>
|
<el-divider/>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button size="small" icon="el-icon-circle-plus-outline" class="button111" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
<el-button size="small" icon="el-icon-circle-plus-outline" type="distribution" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
||||||
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
@@ -288,21 +288,4 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button size="small" icon="el-icon-circle-plus-outline" class="button111" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
<el-button size="small" icon="el-icon-circle-plus-outline" type="distribution" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
||||||
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button size="small" icon="el-icon-circle-plus-outline" class="button111" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
<el-button size="small" icon="el-icon-circle-plus-outline" type="distribution" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
||||||
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</div>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button size="small" icon="el-icon-circle-plus-outline" class="button111" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
<el-button size="small" icon="el-icon-circle-plus-outline" type="distribution" style="margin-left: 25%" @click="addTable()">增加装配计划</el-button>
|
||||||
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
<el-button type="danger" plain size="small" icon="el-icon-delete" style="float: right;margin-right: 20px" @click="deleteData()">删除</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="7">
|
<el-col :span="7">
|
||||||
<el-card style="margin-bottom: 20px">
|
<el-card style="margin-bottom: 20px">
|
||||||
<el-button size="small" class="button111" @click="addFisrtLevel">创建一级菜单</el-button>
|
<el-button size="small" type="distribution" @click="addFisrtLevel">创建一级菜单</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="7">
|
<el-col :span="7">
|
||||||
<el-card style="margin-bottom: 20px">
|
<el-card style="margin-bottom: 20px">
|
||||||
<el-button size="small" class="button111" @click="addSecondLevel">创建二级菜单</el-button>
|
<el-button size="small" type="distribution" @click="addSecondLevel">创建二级菜单</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
@@ -394,20 +394,4 @@ export default {
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd('department_Form')">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd('department_Form')">新增</el-button>
|
||||||
<el-button type="warning" icon="el-icon-edit" size="small" plain @click="handleEdit()">编辑</el-button>
|
<el-button type="warning" icon="el-icon-edit" size="small" plain @click="handleEdit()">编辑</el-button>
|
||||||
<el-button type="danger" icon="el-icon-delete" size="small" plain @click="deleteTable()">删除</el-button>
|
<el-button type="danger" icon="el-icon-delete" size="small" plain @click="deleteTable()">删除</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<el-input v-model="Name" placeholder="请输入人员名称" class="input-with-select" size="small" style="width: 200px; margin-right: 15px" clearable>
|
<el-input v-model="Name" placeholder="请输入人员名称" class="input-with-select" size="small" style="width: 200px; margin-right: 15px" clearable>
|
||||||
<el-button slot="append" icon="el-icon-search" @click="fetchPeopleForName"/>
|
<el-button slot="append" icon="el-icon-search" @click="fetchPeopleForName"/>
|
||||||
</el-input>
|
</el-input>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="addPeople()">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="addPeople()">新增</el-button>
|
||||||
<el-button type="danger" icon="el-icon-circle-close-outline" size="small" plain @click="Quit()">离职</el-button>
|
<el-button type="danger" icon="el-icon-circle-close-outline" size="small" plain @click="Quit()">离职</el-button>
|
||||||
<el-button type="text" size="small" style="float: right" plain @click="searchLeavingList">离职名单</el-button>
|
<el-button type="text" size="small" style="float: right" plain @click="searchLeavingList">离职名单</el-button>
|
||||||
<el-button v-popover:popover4 :disabled="disabledMove" type="success" icon="el-icon-sort" size="small" plain @click="moveGroup">移动
|
<el-button v-popover:popover4 :disabled="disabledMove" type="success" icon="el-icon-sort" size="small" plain @click="moveGroup">移动
|
||||||
@@ -912,20 +912,4 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchTable()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchTable()">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="addShifttable()">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="addShifttable()">新增</el-button>
|
||||||
<el-button type="warning" icon="el-icon-circle-plus-outline" plain size="small" @click="ShiftType()">班次类型工作时间</el-button>
|
<el-button type="warning" icon="el-icon-circle-plus-outline" plain size="small" @click="ShiftType()">班次类型工作时间</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
@@ -475,20 +475,4 @@ export default {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<!-- <span>角色功能:</span>-->
|
<!-- <span>角色功能:</span>-->
|
||||||
<el-input v-model="RoleFunctioning" size="small" clearable placeholder="请输入角色功能" style="width:200px"/>
|
<el-input v-model="RoleFunctioning" size="small" clearable placeholder="请输入角色功能" style="width:200px"/>
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchData()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchData()">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd()">增加</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd()">增加</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card style="margin-top: 0px">
|
<el-card style="margin-top: 0px">
|
||||||
<el-table
|
<el-table
|
||||||
@@ -216,20 +216,4 @@ export default {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchData">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 15px" plain @click="searchData">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="handelAdd">增加</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="handelAdd">增加</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-card>
|
<el-card>
|
||||||
@@ -403,20 +403,4 @@ export default {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<span>工艺分类:</span>
|
<span>工艺分类:</span>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-button class="button111" style="margin: 3px" icon="el-icon-circle-plus-outline" size="small" @click="addProcessClassification()">新增</el-button>
|
<el-button type="distribution" style="margin: 3px" icon="el-icon-circle-plus-outline" size="small" @click="addProcessClassification()">新增</el-button>
|
||||||
<el-button size="small" style="margin-left: 10px" type="warning" icon="el-icon-edit-outline" plain @click="editProcessClassification()">编辑</el-button>
|
<el-button size="small" style="margin-left: 10px" type="warning" icon="el-icon-edit-outline" plain @click="editProcessClassification()">编辑</el-button>
|
||||||
<el-button size="small" style="margin-left: 10px" type="danger" icon="el-icon-delete" plain @click="delProcessClassification()">删除</el-button>
|
<el-button size="small" style="margin-left: 10px" type="danger" icon="el-icon-delete" plain @click="delProcessClassification()">删除</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -611,20 +611,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
end-placeholder="结束日期"/>
|
end-placeholder="结束日期"/>
|
||||||
<el-input v-model="pickingListPeople" clearable size="small" placeholder="制单人" style="width:120px;margin-left: 10px" />
|
<el-input v-model="pickingListPeople" clearable size="small" placeholder="制单人" style="width:120px;margin-left: 10px" />
|
||||||
<el-button size="small" type="primary" plain icon="el-icon-search" style="margin: 0 0 0 10px" @click="searchList()">查询</el-button>
|
<el-button size="small" type="primary" plain icon="el-icon-search" style="margin: 0 0 0 10px" @click="searchList()">查询</el-button>
|
||||||
<el-button size="small" class="button111" icon="el-icon-circle-plus-outline" style="margin: 0 0 0 10px" @click="createList()">创建领料单</el-button>
|
<el-button size="small" type="distribution" icon="el-icon-circle-plus-outline" style="margin: 0 0 0 10px" @click="createList()">创建领料单</el-button>
|
||||||
<el-tooltip :open-delay="1200" effect="dark" content="为所选领料单增加物料明细" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="为所选领料单增加物料明细" placement="top">
|
||||||
<el-button size="small" type="success" plain icon="el-icon-bottom" style="margin: 0 0 5px 10px" @click="selectInto()">选入物料</el-button>
|
<el-button size="small" type="success" plain icon="el-icon-bottom" style="margin: 0 0 5px 10px" @click="selectInto()">选入物料</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="pageCurrent=1;pageSize=20;searchMaterial()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="pageCurrent=1;pageSize=20;searchMaterial()">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-edit" size="small" @click="addMaterial()">新增</el-button>
|
<el-button type="distribution" icon="el-icon-edit" size="small" @click="addMaterial()">新增</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="tableData1" stripe highlight-current-row border height="550px" style="width: 850px" size="mini">
|
<el-table :data="tableData1" stripe highlight-current-row border height="550px" style="width: 850px" size="mini">
|
||||||
@@ -384,20 +384,4 @@ export default {
|
|||||||
width:165px
|
width:165px
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-card>
|
<el-card>
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<el-button size="small" class="button111" icon="el-icon-circle-plus-outline" style="margin: 0 0 0 10px" @click="ADD()">新建仓库</el-button>
|
<el-button size="small" type="distribution" icon="el-icon-circle-plus-outline" style="margin: 0 0 0 10px" @click="ADD()">新建仓库</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="tableData" border stripe highlight-current-row size="mini" style="width: 100%;max-height: 300px" height="300" @row-click="getWarehouse">
|
<el-table :data="tableData" border stripe highlight-current-row size="mini" style="width: 100%;max-height: 300px" height="300" @row-click="getWarehouse">
|
||||||
<el-table-column label="仓库编号" align="center" width="90" show-overflow-tooltip>
|
<el-table-column label="仓库编号" align="center" width="90" show-overflow-tooltip>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
plain
|
plain
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
@click="handleDelete(scope.row)">删除</el-button>
|
@click="handleDelete(scope.row)">删除</el-button>
|
||||||
<el-button size="mini" class="button111" icon="el-icon-circle-plus-outline" plain style="margin: 0 0 0 10px" @click="ADDLocate()">增加货位</el-button>
|
<el-button size="mini" type="distribution" icon="el-icon-circle-plus-outline" plain style="margin: 0 0 0 10px" @click="ADDLocate()">增加货位</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
@@ -605,20 +605,4 @@ export default {
|
|||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
<span style="margin: 5px">领料单编号:</span>
|
<span style="margin: 5px">领料单编号:</span>
|
||||||
<el-input v-model="pickingListNumber" clearable size="small" style="width:200px" />
|
<el-input v-model="pickingListNumber" clearable size="small" style="width:200px" />
|
||||||
<el-button size="small" type="primary" icon="el-icon-search" style="margin: 0 0 0 10px" plain @click="searchList()">查询</el-button>
|
<el-button size="small" type="primary" icon="el-icon-search" style="margin: 0 0 0 10px" plain @click="searchList()">查询</el-button>
|
||||||
<!-- <el-button size="small" type="warning" style="float: right;margin-right: 10px" @click="prepareConfirm()">备料确认</el-button>-->
|
<el-button :disabled="审批未通过===true" size="small" style="float: right; margin-right: 30px" type="distribution" @click="inputPassword()">领料确认</el-button>
|
||||||
<el-button :disabled="审批未通过===true" size="small" type="primary" style="float: right; margin-right: 30px" class="button111" @click="inputPassword()">领料确认</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<div style="width: 27%;float: left;margin-right: 16px">
|
<div style="width: 27%;float: left;margin-right: 16px">
|
||||||
@@ -680,20 +679,4 @@ export default {
|
|||||||
background: #E9F0F9 !important;
|
background: #E9F0F9 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button class="button111" style="margin-left: 5px" size="small" @click="submitInStorage">确认入库</el-button>
|
<el-button type="distribution" style="margin-left: 5px" size="small" @click="submitInStorage">确认入库</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -351,20 +351,4 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button class="button111" style="margin: 10px" size="small" @click="submitInStorage">确认入库</el-button>
|
<el-button type="distribution" style="margin: 10px" size="small" @click="submitInStorage">确认入库</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -475,20 +475,4 @@ export default {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<el-button type="primary" size="small" icon="el-icon-success" plain style="margin-left:10px" @click="edit()">分配自家备料</el-button>
|
<el-button type="primary" size="small" icon="el-icon-success" plain style="margin-left:10px" @click="edit()">分配自家备料</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip :open-delay="1200" effect="dark" content="打印备料单" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="打印备料单" placement="top">
|
||||||
<el-button class="button111" size="small" icon="el-icon-printer" style="margin-left:10px" @click="exportTable('BL')">打印自家备料单</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-printer" style="margin-left:10px" @click="exportTable('BL')">打印自家备料单</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip :open-delay="1000" effect="dark" content="导出备料分配单" placement="top">
|
<el-tooltip :open-delay="1000" effect="dark" content="导出备料分配单" placement="top">
|
||||||
<el-button type="primary" plain class="el-icon-download" size="small" style="margin: 10px 0 0 140px" @click="exportExcel">导出</el-button>
|
<el-button type="primary" plain class="el-icon-download" size="small" style="margin: 10px 0 0 140px" @click="exportExcel">导出</el-button>
|
||||||
@@ -327,21 +327,4 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<!--<el-button type="success" size="small" icon="el-icon-search" style="margin-left:30px;background: #ecf5ff;border-color: #2d72d5;color: #2d72d5;" @click="pageCurrent = 1;fetchData()">查询</el-button>-->
|
<!--<el-button type="success" size="small" icon="el-icon-search" style="margin-left:30px;background: #ecf5ff;border-color: #2d72d5;color: #2d72d5;" @click="pageCurrent = 1;fetchData()">查询</el-button>-->
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 10;PageCurrent = 1;fetchData()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 10;PageCurrent = 1;fetchData()">查询</el-button>
|
||||||
<el-tooltip effect="dark" content="添加新设备" placement="top">
|
<el-tooltip effect="dark" content="添加新设备" placement="top">
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()">新增</el-button>
|
||||||
<!--<el-button type="primary" size="small" icon="el-icon-circle-plus-outline" plain style="margin-left:10px;background: #fdf6ec;border-color: #ff9759;color: #ff9759;" @click="handleAdd()">新增</el-button>-->
|
<!--<el-button type="primary" size="small" icon="el-icon-circle-plus-outline" plain style="margin-left:10px;background: #fdf6ec;border-color: #ff9759;color: #ff9759;" @click="handleAdd()">新增</el-button>-->
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<span style="margin-left: 40px">有效时间:</span>
|
<span style="margin-left: 40px">有效时间:</span>
|
||||||
@@ -435,20 +435,4 @@ export default {
|
|||||||
/* color: #ff9759;*/
|
/* color: #ff9759;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
<el-table-column align="center" label="操作" width="160">
|
<el-table-column align="center" label="操作" width="160">
|
||||||
<template slot="header" slot-scope="scope">
|
<template slot="header" slot-scope="scope">
|
||||||
<!--<el-button size="mini" type="primary" icon="el-icon-circle-plus-outline" @click="handleAdd1('form1')">新增</el-button>-->
|
<!--<el-button size="mini" type="primary" icon="el-icon-circle-plus-outline" @click="handleAdd1('form1')">新增</el-button>-->
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button v-if="scope.row.edit" type="text" size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit1(scope.row)">确定</el-button>
|
<el-button v-if="scope.row.edit" type="text" size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit1(scope.row)">确定</el-button>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
<el-table-column align="center" label="操作" width="160">
|
<el-table-column align="center" label="操作" width="160">
|
||||||
<template slot="header" slot-scope="scope">
|
<template slot="header" slot-scope="scope">
|
||||||
<!--<el-button size="mini" type="primary" icon="el-icon-circle-plus-outline" @click="handleAdd2('form2')">新增</el-button>-->
|
<!--<el-button size="mini" type="primary" icon="el-icon-circle-plus-outline" @click="handleAdd2('form2')">新增</el-button>-->
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button v-if="scope.row.edit" type="text" size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit2(scope.row)">确定</el-button>
|
<el-button v-if="scope.row.edit" type="text" size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit2(scope.row)">确定</el-button>
|
||||||
@@ -747,7 +747,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.button111{
|
.NewlyAdded{
|
||||||
background:rgb(253,246,236);
|
background:rgb(253,246,236);
|
||||||
border-color: #ff9759;
|
border-color: #ff9759;
|
||||||
color: #ff9759;
|
color: #ff9759;
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<!-- type="date"-->
|
<!-- type="date"-->
|
||||||
<!-- placeholder="请选择结束日期"/>-->
|
<!-- placeholder="请选择结束日期"/>-->
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px;margin-right: 15px" @click="addBidBond();flag1 = 2">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px;margin-right: 15px" @click="addBidBond();flag1 = 2">新增</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<!--投标保证金表格-->
|
<!--投标保证金表格-->
|
||||||
@@ -782,20 +782,4 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<el-button type="primary" icon="el-icon-search" class="move" size="small" style="margin-left: 10px" plain @click="selectCustomerOfName">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" class="move" size="small" style="margin-left: 10px" plain @click="selectCustomerOfName">查询</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-top: 3px;" @click="addMarketingManager();flag = 1" >添加营销经理</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-top: 3px;" @click="addMarketingManager();flag = 1" >添加营销经理</el-button>
|
||||||
<el-button class="button222" icon="el-icon-circle-plus-outline" size="small" style="margin-top: 3px" @click = "addCustomer();flag1 = 1">新增客户</el-button>
|
<el-button class="button222" icon="el-icon-circle-plus-outline" size="small" style="margin-top: 3px" @click = "addCustomer();flag1 = 1">新增客户</el-button>
|
||||||
<el-table v-loading="loading3" :data="tableData3" highlight-current-row height="192" size="mini" stripe style="width: 100%;margin-top: 3px;margin-bottom: 0px" border>
|
<el-table v-loading="loading3" :data="tableData3" highlight-current-row height="192" size="mini" stripe style="width: 100%;margin-top: 3px;margin-bottom: 0px" border>
|
||||||
<!--<el-table-column label="责权省份" align="center" min-width="80">-->
|
<!--<el-table-column label="责权省份" align="center" min-width="80">-->
|
||||||
@@ -673,7 +673,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.button111
|
.NewlyAdded
|
||||||
{
|
{
|
||||||
background:rgb(253,246,236);
|
background:rgb(253,246,236);
|
||||||
border-color: #ff9759;
|
border-color: #ff9759;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
<el-input v-model="customerName1" clearable size="small" style="width:150px;margin: 0px 10px" placeholder="请输入客户名称"/>
|
<el-input v-model="customerName1" clearable size="small" style="width:150px;margin: 0px 10px" placeholder="请输入客户名称"/>
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()" >查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()" >查询</el-button>
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()" >新增</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
@@ -28,9 +28,9 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
@row-click="fetchExecutionProgressdata"
|
@row-click="fetchExecutionProgressdata"
|
||||||
@expand-change="selectMachine">
|
@expand-change="selectMachine">
|
||||||
<el-table-column type="expand" label="详情">
|
<el-table-column type="expand" label="详情" width="60">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-table :data="tableData2" class="subTableHeader" size="mini" border stripe style="width: 482px; text-align: center">
|
<el-table :data="tableData2" class="subTableHeader" size="mini" border style="width: 482px; text-align: center">
|
||||||
<el-table-column label="机床名称" align="center" width="140">
|
<el-table-column label="机床名称" align="center" width="140">
|
||||||
<template slot-scope="机床图号">
|
<template slot-scope="机床图号">
|
||||||
{{ scope.row.机床图号 }}
|
{{ scope.row.机床图号 }}
|
||||||
@@ -1251,34 +1251,5 @@ a{
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.subTableHeader {
|
|
||||||
th {
|
|
||||||
background: #8ff4ea !important;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.el-table__row td {
|
|
||||||
background-color: #d8e5f6 !important;
|
|
||||||
}
|
|
||||||
tr.el-table__row.el-table__row--striped td {
|
|
||||||
background: #e9f0f9 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<!--<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px;background: #ecf5ff;border-color: #2d72d5;color: #2d72d5;" @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>-->
|
<!--<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px;background: #ecf5ff;border-color: #2d72d5;color: #2d72d5;" @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>-->
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
||||||
<el-tooltip :open-delay="1200" effect="dark" content="新增项目" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="新增项目" placement="top">
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()">新增</el-button>
|
||||||
<!--<el-button type="primary" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px;background: #fdf6ec;border-color: #ff9759;color: #ff9759;" @click="ADD()">新增</el-button>-->
|
<!--<el-button type="primary" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px;background: #fdf6ec;border-color: #ff9759;color: #ff9759;" @click="ADD()">新增</el-button>-->
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-button type="success" plain size="small" @click="exportExcel()">导出</el-button>
|
<el-button type="success" plain size="small" @click="exportExcel()">导出</el-button>
|
||||||
@@ -496,7 +496,7 @@ export default {
|
|||||||
/*}*/
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.button111{
|
.NewlyAdded{
|
||||||
background:rgb(253,246,236);
|
background:rgb(253,246,236);
|
||||||
border-color: #ff9759;
|
border-color: #ff9759;
|
||||||
color: #ff9759;
|
color: #ff9759;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<div>
|
<div>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-button :disabled="disabledAdd" class="button111" icon="el-icon-circle-plus-outline" size="mini" @click="function_InvoiceAdd">新增</el-button>
|
<el-button :disabled="disabledAdd" type="distribution" icon="el-icon-circle-plus-outline" size="mini" @click="function_InvoiceAdd">新增</el-button>
|
||||||
<el-button :disabled="disabledEdit" type="warning" icon="el-icon-edit" size="mini" plain @click="function_InvoiceEdit">编辑</el-button>
|
<el-button :disabled="disabledEdit" type="warning" icon="el-icon-edit" size="mini" plain @click="function_InvoiceEdit">编辑</el-button>
|
||||||
<el-button :disabled="disabledSave" type="success" icon="el-icon-upload" size="mini" plain @click="function_InvoiceSave">保存</el-button>
|
<el-button :disabled="disabledSave" type="success" icon="el-icon-upload" size="mini" plain @click="function_InvoiceSave">保存</el-button>
|
||||||
<el-button :disabled="disabledExamine" type="success" icon="el-icon-lock" size="mini" plain @click="function_InvoiceExamine">核准</el-button>
|
<el-button :disabled="disabledExamine" type="success" icon="el-icon-lock" size="mini" plain @click="function_InvoiceExamine">核准</el-button>
|
||||||
@@ -1221,20 +1221,4 @@ export default {
|
|||||||
clear: both
|
clear: both
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -11,26 +11,10 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-input v-model="customerName" clearable size="small" style="margin-right: 5px;width: 150px" placeholder="请输入客户名称" @dblclick.native="openName" @clear="clearPeople()"/>
|
<el-input v-model="customerName" clearable size="small" style="margin-right: 5px;width: 150px" placeholder="请输入客户名称" @dblclick.native="openName" @clear="clearPeople()"/>
|
||||||
<!-- <el-input v-model="MarketingManagerValue" clearable size="small" style="margin-right: 5px;width: 150px" placeholder="请双击选择营销经理" @dblclick.native="openName" @clear="clearPeople()"/>-->
|
|
||||||
<!-- <el-date-picker-->
|
|
||||||
<!-- v-model="startTime"-->
|
|
||||||
<!-- style="margin-right: 5px;width: 150px;"-->
|
|
||||||
<!-- value-format="yyyy-MM-dd"-->
|
|
||||||
<!-- size="small"-->
|
|
||||||
<!-- type="date"-->
|
|
||||||
<!-- placeholder="请选择开始日期"/>-->
|
|
||||||
<!-- <el-date-picker-->
|
|
||||||
<!-- v-model="endTime"-->
|
|
||||||
<!-- style="width: 150px;"-->
|
|
||||||
<!-- value-format="yyyy-MM-dd"-->
|
|
||||||
<!-- size="small"-->
|
|
||||||
<!-- type="date"-->
|
|
||||||
<!-- placeholder="请选择结束日期"/>-->
|
|
||||||
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="small" style="margin-left: 10px" plain @click="PageSize = 30;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="button111"
|
type="distribution"
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
|
||||||
icon="el-icon-circle-plus-outline"
|
icon="el-icon-circle-plus-outline"
|
||||||
@click.stop="openAddInvoiceRecordingDialog(); flag = 1">新增记录</el-button>
|
@click.stop="openAddInvoiceRecordingDialog(); flag = 1">新增记录</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -80,11 +64,6 @@
|
|||||||
<span v-else slot="reference" type="success" size="mini" style="width: 80px"> {{ Number(scope.row.已支付).toFixed(2) }} </span>
|
<span v-else slot="reference" type="success" size="mini" style="width: 80px"> {{ Number(scope.row.已支付).toFixed(2) }} </span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column align="center" label="税率" width="100">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- <el-input :disabled="scope.row.是是否禁用税率编辑" v-model="scope.row.税率" class="tableInput" size="mini" style="width:70px" placeholder="请填写税率" @click.native="unlockEditor(scope.row)" @blur="lockEditor(scope.row)" @change="revisionOfTaxRate(scope.row)"/>-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<el-table-column align="center" label="合同信息备注" show-overflow-tooltip>
|
<el-table-column align="center" label="合同信息备注" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.合同信息备注 }}
|
{{ scope.row.合同信息备注 }}
|
||||||
@@ -122,95 +101,6 @@
|
|||||||
@current-change="handleCurrentChange"/>
|
@current-change="handleCurrentChange"/>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<!--开票记录-->
|
|
||||||
<!-- <el-card>-->
|
|
||||||
<!-- <el-table-->
|
|
||||||
<!-- v-loading="listLoading2"-->
|
|
||||||
<!-- :data="tableData2"-->
|
|
||||||
<!-- :summary-method="getSummaries"-->
|
|
||||||
<!-- show-summary-->
|
|
||||||
<!-- style="width: 40%;margin-top: 3px"-->
|
|
||||||
<!-- height="300"-->
|
|
||||||
<!-- highlight-current-row-->
|
|
||||||
<!-- border-->
|
|
||||||
<!-- stripe-->
|
|
||||||
<!-- size="mini">-->
|
|
||||||
<!-- <el-table-column-->
|
|
||||||
<!-- align="center"-->
|
|
||||||
<!-- label="序号"-->
|
|
||||||
<!-- type="index"-->
|
|
||||||
<!-- width="50"/>-->
|
|
||||||
<!-- <el-table-column align="center" label="发票抬头" width="200" show-overflow-tooltip>-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.客户名称 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="纳税人识别号" width="180">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.税号 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票电话" width="120">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.传真 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票地址" width="200">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.地址 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开户行" width="120">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.开户行 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="银行账号" width="160">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.银行账号 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票金额(含税)" width="120">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ Number(scope.row.开票金额).toFixed(2) }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票时间" width="100">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.开票时间 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="备注">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.备注 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column label="操作" align="center" width="130">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- <el-tooltip :open-delay="1000" effect="dark" content="编辑" placement="top">-->
|
|
||||||
<!-- <div style="display: inline-block">-->
|
|
||||||
<!-- <el-button-->
|
|
||||||
<!-- size="mini"-->
|
|
||||||
<!-- type="text"-->
|
|
||||||
<!-- icon="el-icon-edit-outline"-->
|
|
||||||
<!-- @click.stop="openEditInvoiceRecordingDialog(scope.row); flag = 2"/>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- </el-tooltip>-->
|
|
||||||
<!-- <el-tooltip :open-delay="1000" effect="dark" content="删除" placement="top">-->
|
|
||||||
<!-- <div style="display: inline-block">-->
|
|
||||||
<!-- <el-button-->
|
|
||||||
<!-- size="mini"-->
|
|
||||||
<!-- type="text"-->
|
|
||||||
<!-- style="margin-left: 20px"-->
|
|
||||||
<!-- icon="el-icon-delete"-->
|
|
||||||
<!-- @click.stop="delInvoiceRecordingDialog(scope.row)"/>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- </el-tooltip>-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- </el-table>-->
|
|
||||||
<!-- </el-card>-->
|
|
||||||
|
|
||||||
<!-- 开票详情-->
|
<!-- 开票详情-->
|
||||||
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisibleRecord" title="开票详情" center width="800px">
|
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisibleRecord" title="开票详情" center width="800px">
|
||||||
<el-table
|
<el-table
|
||||||
@@ -234,31 +124,6 @@
|
|||||||
{{ scope.row.客户名称 }}
|
{{ scope.row.客户名称 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column align="center" label="纳税人识别号" width="180">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.税号 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票电话" width="120">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.传真 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开票地址" width="200">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.地址 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="开户行" width="120">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.开户行 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<!-- <el-table-column align="center" label="银行账号" width="160">-->
|
|
||||||
<!-- <template slot-scope="scope">-->
|
|
||||||
<!-- {{ scope.row.银行账号 }}-->
|
|
||||||
<!-- </template>-->
|
|
||||||
<!-- </el-table-column>-->
|
|
||||||
<el-table-column align="center" label="开票金额(含税)" width="120">
|
<el-table-column align="center" label="开票金额(含税)" width="120">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ Number(scope.row.开票金额).toFixed(2) }}
|
{{ Number(scope.row.开票金额).toFixed(2) }}
|
||||||
@@ -304,14 +169,6 @@
|
|||||||
<span>姓名:</span>
|
<span>姓名:</span>
|
||||||
<el-input v-model="name" clearable size="small" style="width: 200px"/>
|
<el-input v-model="name" clearable size="small" style="width: 200px"/>
|
||||||
<el-button size="small" type="success" style="margin-left: 10px;" icon="el-icon-search" @click="searchName">查询</el-button>
|
<el-button size="small" type="success" style="margin-left: 10px;" icon="el-icon-search" @click="searchName">查询</el-button>
|
||||||
<!--<span>责权省份:</span>-->
|
|
||||||
<!--<el-select v-model="ProvinceValue" clearable filterable placeholder="请选择省份" style="margin-right: 10px" size="small" @change="changeProvince">-->
|
|
||||||
<!--<el-option-->
|
|
||||||
<!--v-for="item in Province"-->
|
|
||||||
<!--:key="item.value"-->
|
|
||||||
<!--:label="item.label"-->
|
|
||||||
<!--:value="item.value"/>-->
|
|
||||||
<!--</el-select>-->
|
|
||||||
<div style="margin-top: 5px">
|
<div style="margin-top: 5px">
|
||||||
<el-table :data="dataPeople" border size="mini" stripe style="width: 100%; text-align: center;" highlight-current-row @row-click="handleChange">
|
<el-table :data="dataPeople" border size="mini" stripe style="width: 100%; text-align: center;" highlight-current-row @row-click="handleChange">
|
||||||
<el-table-column label="销售经理" align="center" >
|
<el-table-column label="销售经理" align="center" >
|
||||||
@@ -340,36 +197,6 @@
|
|||||||
<el-input v-model="form.客户名称" readonly size="small" placeholder="请双击选择客户" style="width:200px" clearable @dblclick.native="CustomerChange()" @clear="clearCustomer()"/>
|
<el-input v-model="form.客户名称" readonly size="small" placeholder="请双击选择客户" style="width:200px" clearable @dblclick.native="CustomerChange()" @clear="clearCustomer()"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="发票抬头" prop="发票抬头">-->
|
|
||||||
<!-- <el-input v-model="form.发票抬头" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="税号" prop="税号">-->
|
|
||||||
<!-- <el-input v-model="form.税号" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="开票电话" prop="开票电话">-->
|
|
||||||
<!-- <el-input v-model="form.开票电话" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="开票地址" prop="开票地址">-->
|
|
||||||
<!-- <el-input v-model="form.开票地址" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="开户行" prop="开户行">-->
|
|
||||||
<!-- <el-input v-model="form.开户行" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<!-- <el-col :span="12">-->
|
|
||||||
<!-- <el-form-item label="银行账号" prop="银行账号">-->
|
|
||||||
<!-- <el-input v-model="form.银行账号" clearable size="small" style="width:200px" disabled/>-->
|
|
||||||
<!-- </el-form-item>-->
|
|
||||||
<!-- </el-col>-->
|
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="开票金额" prop="开票金额">
|
<el-form-item label="开票金额" prop="开票金额">
|
||||||
<el-input v-model="form.开票金额" clearable size="small" placeholder="请输入开票金额" style="width:200px"/>
|
<el-input v-model="form.开票金额" clearable size="small" placeholder="请输入开票金额" style="width:200px"/>
|
||||||
@@ -822,20 +649,4 @@ export default {
|
|||||||
/* }*/
|
/* }*/
|
||||||
/*}*/
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<!--<el-input v-model="phNumber" size="small" clearable style="width:200px"/>-->
|
<!--<el-input v-model="phNumber" size="small" clearable style="width:200px"/>-->
|
||||||
<!--<el-button type="success" class="el-icon-search" size="small" @click="pageCurrent=1;pageSize=50;searchTable()">查询</el-button>-->
|
<!--<el-button type="success" class="el-icon-search" size="small" @click="pageCurrent=1;pageSize=50;searchTable()">查询</el-button>-->
|
||||||
<el-tooltip :open-delay="1200" effect="dark" content="新增外协厂家" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="新增外协厂家" placement="top">
|
||||||
<el-button class="button111" icon="el-icon-circle-plus-outline" size="small" @click="editType1('form');param = 0">新增</el-button>
|
<el-button type="distribution" icon="el-icon-circle-plus-outline" size="small" @click="editType1('form');param = 0">新增</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
@@ -419,20 +419,4 @@ export default {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
<el-col style="width: auto">
|
<el-col style="width: auto">
|
||||||
<el-row>
|
<el-row>
|
||||||
<span style="margin-top: 10px">开票明细:</span>
|
<span style="margin-top: 10px">开票明细:</span>
|
||||||
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd1('form1')">新增</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd1('form1')">新增</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table v-loading="loading2" :data="tableData2" size="mini" stripe height="500" style="width: 100%" border element-loading-text="拼命加载中">
|
<el-table v-loading="loading2" :data="tableData2" size="mini" stripe height="500" style="width: 100%" border element-loading-text="拼命加载中">
|
||||||
<el-table-column label="发票号" prop="发票号" align="center" width="180px">
|
<el-table-column label="发票号" prop="发票号" align="center" width="180px">
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
<el-col style="width: auto">
|
<el-col style="width: auto">
|
||||||
<el-row>
|
<el-row>
|
||||||
<span style="margin-top: 10px">付款明细:</span>
|
<span style="margin-top: 10px">付款明细:</span>
|
||||||
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd2('form2')">新增</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd2('form2')">新增</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table v-loading="loading3" :data="tableData3" size="mini" stripe height="500" style="width: 100%" border element-loading-text="拼命加载中">
|
<el-table v-loading="loading3" :data="tableData3" size="mini" stripe height="500" style="width: 100%" border element-loading-text="拼命加载中">
|
||||||
<el-table-column label="付款金额(元)" prop="付款金额" align="center" width="110px">
|
<el-table-column label="付款金额(元)" prop="付款金额" align="center" width="110px">
|
||||||
@@ -538,20 +538,4 @@ export default {
|
|||||||
background: #AEF199;
|
background: #AEF199;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -122,16 +122,16 @@
|
|||||||
plain
|
plain
|
||||||
@click="pageCurrent=1;searchMaterial()">查询
|
@click="pageCurrent=1;searchMaterial()">查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button :disabled="token !== 11 && token !== 36" class="button111" style="margin-bottom: 3px;margin-top: 10px" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd()">新增</el-button>
|
<el-button :disabled="token !== 11 && token !== 36" type="distribution" style="margin-bottom: 3px;margin-top: 10px" icon="el-icon-circle-plus-outline" size="small" @click="handleAdd()">新增</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="token !== 11 && token !== 36"
|
:disabled="token !== 11 && token !== 36"
|
||||||
class="button111"
|
type="distribution"
|
||||||
icon="el-icon-refresh"
|
icon="el-icon-refresh"
|
||||||
size="small"
|
size="small"
|
||||||
style="margin:10px 5px 3px"
|
style="margin:10px 5px 3px"
|
||||||
@click="CategoryMaintenance">维护物料类别
|
@click="CategoryMaintenance">维护物料类别
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button class="button111" style="margin-bottom: 3px;margin-top: 10px" icon="el-icon-circle-plus-outline" size="small" @click="open()">新增供货商</el-button>
|
<el-button type="distribution" style="margin-bottom: 3px;margin-top: 10px" icon="el-icon-circle-plus-outline" size="small" @click="open()">新增供货商</el-button>
|
||||||
<el-badge :value="weishenhe" class="item">
|
<el-badge :value="weishenhe" class="item">
|
||||||
<el-button type="primary" plain size="small" @click="daishenhe()">采购部新增物料审核</el-button>
|
<el-button type="primary" plain size="small" @click="daishenhe()">采购部新增物料审核</el-button>
|
||||||
</el-badge>
|
</el-badge>
|
||||||
@@ -1025,20 +1025,4 @@ export default {
|
|||||||
width:190px
|
width:190px
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-tooltip :open-delay="1000" effect="dark" content="新增项目装箱单" placement="top">
|
<el-tooltip :open-delay="1000" effect="dark" content="新增项目装箱单" placement="top">
|
||||||
<el-button class="button111" size="small" style="margin-left: 10px" icon="el-icon-circle-plus-outline" @click="addReceipt">新增</el-button>
|
<el-button type="distribution" size="small" style="margin-left: 10px" icon="el-icon-circle-plus-outline" @click="addReceipt">新增</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip :open-delay="1000" effect="dark" content="打印装箱单" placement="top">
|
<el-tooltip :open-delay="1000" effect="dark" content="打印装箱单" placement="top">
|
||||||
<el-button type="primary" size="small" style="margin-left: 10px" plain icon="el-icon-download" @click="exportTable()">导出</el-button>
|
<el-button type="primary" size="small" style="margin-left: 10px" plain icon="el-icon-download" @click="exportTable()">导出</el-button>
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-card >
|
<el-card >
|
||||||
<el-button :disabled="!disabled" class="button111" style="margin-top: 3px" size="small" icon="el-icon-circle-plus-outline" @click="addMachine">添加主机</el-button>
|
<el-button :disabled="!disabled" type="distribution" style="margin-top: 3px" size="small" icon="el-icon-circle-plus-outline" @click="addMachine">添加主机</el-button>
|
||||||
<el-table
|
<el-table
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:data="machineTableData"
|
:data="machineTableData"
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-card >
|
<el-card >
|
||||||
<el-button :disabled="!disabled" class="button111" style="margin-top: 3px" size="small" icon="el-icon-circle-plus-outline" @click="addSpare">添加备件</el-button>
|
<el-button :disabled="!disabled" type="distribution" style="margin-top: 3px" size="small" icon="el-icon-circle-plus-outline" @click="addSpare">添加备件</el-button>
|
||||||
<el-table
|
<el-table
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:data="spareData"
|
:data="spareData"
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-card >
|
<el-card >
|
||||||
<el-button :disabled="!disabled" class="button111" size="small" style="margin-top: 3px" icon="el-icon-circle-plus-outline" @click="addFile">添加文件</el-button>
|
<el-button :disabled="!disabled" type="distribution" size="small" style="margin-top: 3px" icon="el-icon-circle-plus-outline" @click="addFile">添加文件</el-button>
|
||||||
<el-table
|
<el-table
|
||||||
v-loading="fileLoading"
|
v-loading="fileLoading"
|
||||||
:data="fileData"
|
:data="fileData"
|
||||||
@@ -1082,21 +1082,4 @@ span{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button class="button111" size="small" icon="el-icon-upload2" style="margin-left: 10px" @click="opendialogVisibleMachine()">上传总图</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-upload2" style="margin-left: 10px" @click="opendialogVisibleMachine()">上传总图</el-button>
|
||||||
</div>
|
</div>
|
||||||
<upload-excel-component @on-selected-file="selected"/>
|
<upload-excel-component @on-selected-file="selected"/>
|
||||||
</div>
|
</div>
|
||||||
@@ -490,21 +490,4 @@ a{
|
|||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button icon="el-icon-search" type="primary" plain size="small" @click="pageCurrentWB = 1;pageSizeWB = 1000;pageCurrent = 1;pageSize = 1000;getTableData()">查询</el-button>
|
<el-button icon="el-icon-search" type="primary" plain size="small" @click="pageCurrentWB = 1;pageSizeWB = 1000;pageCurrent = 1;pageSize = 1000;getTableData()">查询</el-button>
|
||||||
<el-button icon="el-icon-circle-plus-outline" class="button111" size="small" @click="openUrgentItem()">加急件</el-button>
|
<el-button icon="el-icon-circle-plus-outline" type="distribution" size="small" @click="openUrgentItem()">加急件</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div v-for="(file, key) in hadFile" :key="key">
|
<div v-for="(file, key) in hadFile" :key="key">
|
||||||
@@ -571,20 +571,4 @@ a{
|
|||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-button
|
<el-button
|
||||||
class="button111"
|
type="distribution"
|
||||||
size="small"
|
size="small"
|
||||||
style="margin-top:10px"
|
style="margin-top:10px"
|
||||||
@click="calculateContractSum">计算合同总额</el-button>
|
@click="calculateContractSum">计算合同总额</el-button>
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button
|
<el-button
|
||||||
class="button111"
|
type="distribution"
|
||||||
size="small"
|
size="small"
|
||||||
style="margin-left: 7.5%; margin-top: 10px"
|
style="margin-left: 7.5%; margin-top: 10px"
|
||||||
@click="doneContract">生成采购合同</el-button>
|
@click="doneContract">生成采购合同</el-button>
|
||||||
@@ -744,21 +744,4 @@ export default {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
<!--<el-button type="success" size="small" icon="el-icon-search" style="margin-left: 10px" @click="pageCurrent2=1;pageSize2=10;total2=0;searchTable2()">查询</el-button>-->
|
<!--<el-button type="success" size="small" icon="el-icon-search" style="margin-left: 10px" @click="pageCurrent2=1;pageSize2=10;total2=0;searchTable2()">查询</el-button>-->
|
||||||
<!--</el-tooltip>-->
|
<!--</el-tooltip>-->
|
||||||
<el-button type="primary" size="small" icon="el-icon-search" plain style="margin-left: 10px" @click="searchTable2">查询</el-button>
|
<el-button type="primary" size="small" icon="el-icon-search" plain style="margin-left: 10px" @click="searchTable2">查询</el-button>
|
||||||
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left: 10px" @click="addPurchaseOrder">新增</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left: 10px" @click="addPurchaseOrder">新增</el-button>
|
||||||
<el-tooltip :open-delay="1200" effect="dark" content="向选择的采购计划里添加采购零件" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="向选择的采购计划里添加采购零件" placement="top">
|
||||||
<el-button type="primary" plain size="small" icon="el-icon-download" style="margin-left: 10px" @click="addMateriel">选入</el-button>
|
<el-button type="primary" plain size="small" icon="el-icon-download" style="margin-left: 10px" @click="addMateriel">选入</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
@@ -907,21 +907,4 @@ export default {
|
|||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<span>发票号:</span>
|
<span>发票号:</span>
|
||||||
<el-input v-model="invoiceNum" placeholder="发票号" size="small" clearable/>
|
<el-input v-model="invoiceNum" placeholder="发票号" size="small" clearable/>
|
||||||
<el-button type="primary" size="small" plain icon="el-icon-search" style="margin-left:10px" @click="tableData2=[];total1=0;pageCurrent1=1;pageSize1=10;searchTable1()">查询</el-button>
|
<el-button type="primary" size="small" plain icon="el-icon-search" style="margin-left:10px" @click="tableData2=[];total1=0;pageCurrent1=1;pageSize1=10;searchTable1()">查询</el-button>
|
||||||
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="createOrder()">创建</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="createOrder()">创建</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-card>
|
<el-card>
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
<h4 style="margin-top: 5px;display: inline-block;width: 150px;">发票结算申请单明细</h4>
|
<h4 style="margin-top: 5px;display: inline-block;width: 150px;">发票结算申请单明细</h4>
|
||||||
<span>发票号:</span>
|
<span>发票号:</span>
|
||||||
<el-input v-model="invoiceNumber" size="small" placeholder="请选择发票结算申请单" readonly/>
|
<el-input v-model="invoiceNumber" size="small" placeholder="请选择发票结算申请单" readonly/>
|
||||||
<el-button :disabled="disabled" class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="addInStoreRecord()">追加入库记录</el-button>
|
<el-button :disabled="disabled" type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="addInStoreRecord()">追加入库记录</el-button>
|
||||||
<el-table :data="tableData2" border highlight-current-row style="width: 100%;max-height: 250px;" height="250px" size="mini">
|
<el-table :data="tableData2" border highlight-current-row style="width: 100%;max-height: 250px;" height="250px" size="mini">
|
||||||
<el-table-column label="名称" align="center" width="150">
|
<el-table-column label="名称" align="center" width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -765,21 +765,4 @@ export default {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
start-placeholder="开始日期"
|
start-placeholder="开始日期"
|
||||||
end-placeholder="结束日期"/>
|
end-placeholder="结束日期"/>
|
||||||
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="pageCurrent4=1;pageSize4=10;total4=0;searchTable4()">查询</el-button>
|
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="pageCurrent4=1;pageSize4=10;total4=0;searchTable4()">查询</el-button>
|
||||||
<el-button class="button111" size="small" icon="el-icon-plus" style="margin-left: 10px" @click="addArrivalOrder">新增到货单</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-plus" style="margin-left: 10px" @click="addArrivalOrder">新增到货单</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card style="width: 45%;float: left">
|
<el-card style="width: 45%;float: left">
|
||||||
@@ -1221,21 +1221,4 @@ export default {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -678,21 +678,4 @@ export default {
|
|||||||
margin: 0
|
margin: 0
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<el-tooltip :open-delay="1200" effect="dark" content="查询外购备料发票信息" placement="top">
|
<el-tooltip :open-delay="1200" effect="dark" content="查询外购备料发票信息" placement="top">
|
||||||
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="total1=0;pageCurrent1=1;pageSize1=30;searchTable1()">查询</el-button>
|
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="total1=0;pageCurrent1=1;pageSize1=30;searchTable1()">查询</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left: 10px" @click="addTable1()">到票</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-circle-plus-outline" style="margin-left: 10px" @click="addTable1()">到票</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card style="float: left">
|
<el-card style="float: left">
|
||||||
@@ -673,21 +673,3 @@ function saveAs(blob, filename = '下载文件.xls') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
style="margin-left: 10px"
|
style="margin-left: 10px"
|
||||||
@click="pageCurrent1=1;pageSize1=30;total1=0;searchTable1()">查询</el-button>
|
@click="pageCurrent1=1;pageSize1=30;total1=0;searchTable1()">查询</el-button>
|
||||||
<el-button class="button111" size="small" icon="el-icon-goods" style="" @click="requestFund">新增请款</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-goods" style="" @click="requestFund">新增请款</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col style="width: 1200px">
|
<el-col style="width: 1200px">
|
||||||
@@ -442,20 +442,4 @@ export default {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
@click="pageCurrent1=1;pageSize1=10;total1=0;searchTable1()">查询</el-button>
|
@click="pageCurrent1=1;pageSize1=10;total1=0;searchTable1()">查询</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip :open-delay="1000" effect="dark" content="对选择的请款任务创建请款申请" placement="top">
|
<el-tooltip :open-delay="1000" effect="dark" content="对选择的请款任务创建请款申请" placement="top">
|
||||||
<el-button class="button111" size="small" icon="el-icon-goods" style="" @click="requestFund">请款</el-button>
|
<el-button type="distribution" size="small" icon="el-icon-goods" style="" @click="requestFund">请款</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-card>
|
</el-card>
|
||||||
@@ -424,21 +424,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="searchContractDetail">查询明细</el-button>
|
<el-button type="primary" plain size="small" icon="el-icon-search" style="margin-left: 10px" @click="searchContractDetail">查询明细</el-button>
|
||||||
<el-button class="button111" style="margin: 10px" size="small" icon="el-icon-circle-check" @click="submitInStorage">确认到货</el-button>
|
<el-button type="distribution" style="margin: 10px" size="small" icon="el-icon-circle-check" @click="submitInStorage">确认到货</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-table ref="multipleTable" :data="table1" border stripe size="mini" highlight-current-row style="width: 100%;margin-bottom: 5px" @selection-change="handleSelectionChange">
|
<el-table ref="multipleTable" :data="table1" border stripe size="mini" highlight-current-row style="width: 100%;margin-bottom: 5px" @selection-change="handleSelectionChange">
|
||||||
@@ -213,21 +213,3 @@ export default {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
.button111{
|
|
||||||
background:rgb(253,246,236);
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: #ff9759;
|
|
||||||
&:hover{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
&:focus{
|
|
||||||
background: #ff9759;
|
|
||||||
border-color: #ff9759;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user