15718 lines
781 KiB
Plaintext
Executable File
15718 lines
781 KiB
Plaintext
Executable File
{template '_header'}
|
|
<script src="https://blog-static.cnblogs.com/files/7qin/md5.js"></script>
|
|
|
|
<!--<script src="/static/app.js"></script>-->
|
|
<style>
|
|
body,
|
|
html,
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.wb-container {
|
|
margin: 50px 170px 0 130px !important;
|
|
padding: 0 !important;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|
|
|
|
.wb-container.right-panel{
|
|
margin-right: 0px !important;
|
|
}
|
|
|
|
|
|
#app {
|
|
width: 100%;
|
|
height: 95%;
|
|
display: flex !important;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.cashier_header {
|
|
padding: 20px 30px;
|
|
box-sizing: border-box;
|
|
background-color: #ffffff;
|
|
box-shadow: 0px 4px 10px 0px rgba(30, 66, 157, 0.1);
|
|
position: sticky;
|
|
top: 50px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
z-index: 99;
|
|
}
|
|
|
|
.cancel_order_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.cancel_order {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.cashier_header_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.cashier_header_left_image {
|
|
width: 34px;
|
|
height: 34px;
|
|
}
|
|
|
|
.cashier_header_left_image img {
|
|
width: 34px;
|
|
height: 34px;
|
|
}
|
|
|
|
.cashier_header_left_title {
|
|
font-size: 20px;
|
|
color: #465686;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.cashier_header_list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.cashier_header_list_info {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 120px;
|
|
font-size: 16px;
|
|
color: #081025;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.list_info_name {
|
|
width: 120px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
/* line-height: 40px; */
|
|
}
|
|
|
|
.list_info_active {
|
|
color: #0169ff;
|
|
}
|
|
|
|
.cashier_content {
|
|
/*width: 100%;*/
|
|
height: 100%;
|
|
/* padding-top: 74px; */
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
background-color: #f3f6fc;
|
|
overflow: scroll;
|
|
}
|
|
.cashier_content::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
.all_skan_info::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
|
|
.erp_list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.erp_list_left {
|
|
width: 49.5%;
|
|
|
|
}
|
|
.erp_list_right {
|
|
width: 49.5%;
|
|
}
|
|
.left_title_image {
|
|
width: 12px;
|
|
height: 12px;
|
|
background-color: #0169ff;
|
|
border-radius: 50%;
|
|
}
|
|
.erp_list_left_title {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.erp_list_left_list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.left_title_text {
|
|
margin-left: 10px;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 18px;
|
|
color: #081025;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.left_list_info {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 210px;
|
|
height: 100px;
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
cursor:pointer;
|
|
}
|
|
.left_list_info_no {
|
|
width: 210px;
|
|
height: 100px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.left_list_info_text {
|
|
margin-left: 10px;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 15px;
|
|
color: #081025;
|
|
}
|
|
.cancel_order_right {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.brand_select {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 20px;
|
|
}
|
|
.brand_select_name {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #343439;
|
|
margin-right: 10px;
|
|
}
|
|
.brand_select_input input {
|
|
border: none;
|
|
background-color: #f3f6fc;
|
|
width: 130px;
|
|
}
|
|
.brand_select_input .el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 130px;
|
|
}
|
|
.brand_select_input .el-input, .el-input__inner {
|
|
width: 130px;
|
|
}
|
|
.brand_select_input .el-input__inner::placeholder {
|
|
color: #96a6b7;
|
|
}
|
|
.brand_select_input .el-input__inner::-webkit-input-placeholder {
|
|
/* WebKit browsers 适配谷歌 */
|
|
color: #96a6b7;
|
|
}
|
|
.brand_select_input .el-input__inner:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 适配火狐 */
|
|
color: #96a6b7;
|
|
}
|
|
.brand_select_input .el-input__inner::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ 适配火狐 */
|
|
color: #96a6b7;
|
|
}
|
|
.brand_select_input .el-input__inner:-ms-input-placeholder {
|
|
/* Internet Explorer 10+ 适配ie*/
|
|
color: #96a6b7;
|
|
}
|
|
.shop_operation {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
}
|
|
.shop_operation_name {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-size: 16px;
|
|
color: #081025;
|
|
margin-left: 5px;
|
|
}
|
|
.cancel_order_right_info {
|
|
display: flex;
|
|
}
|
|
|
|
|
|
/*商品信息建立开始*/
|
|
.establish {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 !important;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.establish_left {
|
|
width: 320px;
|
|
/*height: 100%;*/
|
|
background-color: #ffffff;
|
|
box-shadow: 9px 0px 10px 0px
|
|
rgba(30, 66, 157, 0.1);
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.establish_left::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
.establish_center_color {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
/*height: 100px;*/
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px;
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
.establish_center_color_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.establish_center_color_left {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
|
|
}
|
|
.color_list_info {
|
|
width: 40px;
|
|
height: 20px;
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 10px;
|
|
color: #2d313f;
|
|
margin-right: 12px;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.color_list_info:hover .delect_info {
|
|
|
|
display: block;
|
|
|
|
}
|
|
.color_list_info:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
.establish_center_color_bottom {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 10px;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
padding-top: 10px;
|
|
}
|
|
.establish_bottom {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.establish_bottom_left {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #96a6b7;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
.establish_bottom_right {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.establish_center .el-radio {
|
|
margin-right: 8px;
|
|
}
|
|
.establish_center input {
|
|
width: 200px;
|
|
}
|
|
.establish_center .el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.establish_center .el-form-item {
|
|
margin-bottom: 5px;
|
|
}
|
|
.establish_center .el-form-item__label {
|
|
text-align: left;
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
}
|
|
.establish_right {
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 75%;
|
|
}
|
|
.establish_right_bottom {
|
|
background-color: #ffffff;
|
|
width: 100%;
|
|
flex: 1;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
overflow-x: scroll;
|
|
}
|
|
.establish_right_bottom::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
.establish_right_bottom .el-table {
|
|
border: solid 1px #d8dfee;
|
|
border-radius: 6px;
|
|
}
|
|
.establish_right_bottom .el-table__row {
|
|
background: #ffffff;
|
|
height: 40px;
|
|
}
|
|
.establish_right_bottom .el-table__row--striped {
|
|
height: 40px;
|
|
border: solid 1px #d8dfee;
|
|
}
|
|
.establish_right_bottom .el-table td, .el-table th {
|
|
padding: 0;
|
|
}
|
|
/* //element-ui table的去除右侧滚动条的样式 */
|
|
/*::-webkit-scrollbar {*/
|
|
/* width: 0px;*/
|
|
/* height: 0px;*/
|
|
/*}*/
|
|
.el-table ::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 10px;
|
|
}
|
|
/*// 滚动条的滑块 */
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #a1a3a9;
|
|
border-radius: 0px;
|
|
}
|
|
.upload-demo input {
|
|
color: #081025;
|
|
display: none;
|
|
/*opacity: 0;*/
|
|
}
|
|
/*商品信息建立结束*/
|
|
|
|
/*权限设置开始*/
|
|
/*.permission_staff_content input {*/
|
|
/* width: 200px;*/
|
|
/*}*/
|
|
.permission_staff_content .el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.permission_staff_content .el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.permission_staff_content .el-form-item__label {
|
|
/*width: 120px !important;*/
|
|
text-align: left;
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
}
|
|
.permission_staff_content .el-form-item__content {
|
|
/*margin-left: 120px !important;*/
|
|
}
|
|
.permission_staff_content .el-form-item {
|
|
margin-bottom: 10px;
|
|
}
|
|
.staff_brand {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.staff_brand .el-checkbox {
|
|
width: 110px;
|
|
height: 30px;
|
|
background-color: #f3f6fc;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.staff_brand .el-checkbox:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
.staff_brand .el-checkbox__input {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.staff_brand .el-checkbox__label {
|
|
/*padding-left: 0;*/
|
|
width: 100px;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
}
|
|
.staff_brand .el-checkbox__original {
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
}
|
|
input[type=checkbox],input[type=radio] {
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
}
|
|
.permission_staff_bottom {
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 10px;
|
|
}
|
|
.permission_staff_bottom_left {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #96a6b7;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.permission_staff_bottom_right {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.staff_list {
|
|
border-radius: 10px;
|
|
border: solid 1px #d8dfee;
|
|
}
|
|
.staff_list .el-table {
|
|
border-radius: 10px;
|
|
}
|
|
.permission_info {
|
|
background-color: #f3f6fc;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.permission_info_title {
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 18px;
|
|
color: #081025;
|
|
margin-bottom: 10px;
|
|
font-weight: 500;
|
|
}
|
|
.permission_info_tip {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/*flex-wrap: wrap;*/
|
|
}
|
|
.permission_info_tip_left {
|
|
background-color: #ffffff;
|
|
border-radius: 6px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.permission_info_tip_top {
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
margin-bottom: 10px;
|
|
font-weight: 500;
|
|
}
|
|
.permission_info_tip .el-checkbox {
|
|
margin-right: 18px;
|
|
}
|
|
.permission_info_tip .el-checkbox__label {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
font-weight: 400;
|
|
}
|
|
.establish_pagination {
|
|
text-align: right;
|
|
margin-top: 20px;
|
|
}
|
|
.establish_pagination .el-input__inner {
|
|
width: 100% !important;
|
|
}
|
|
.establish_pagination .el-input--suffix {
|
|
width: 100% !important;
|
|
}
|
|
.establish_pagination input {
|
|
width: 100% !important;
|
|
}
|
|
|
|
/*权限设置结束*/
|
|
|
|
/*商品资料详情弹窗开始*/
|
|
.mask{
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: rgba(0,0,0,0.4);
|
|
/*background: #000;*/
|
|
/*opacity: 0.5;*/
|
|
z-index: 2001;
|
|
margin: 0;
|
|
}
|
|
.member_mask_info {
|
|
width: 1040px;
|
|
/*height: 460px;*/
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.member_mask_info_from {
|
|
padding: 30px 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
.get_member_info_from .el-form .demo-form-inline .el-form--inline {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-wrap: wrap;
|
|
}
|
|
/*.member_mask_info_from .el-form-item {*/
|
|
/* width: 32%;*/
|
|
/*}*/
|
|
.shopinfo_from .el-form-item {
|
|
width: 32%;
|
|
}
|
|
.operation_top {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
.operation_top_num {
|
|
width: 40px;
|
|
height: 20px;
|
|
background-color: #ffffff;
|
|
box-shadow: 0px 2px 4px 0px
|
|
rgba(8, 16, 37, 0.1);
|
|
border-radius: 4px;
|
|
margin: 0 10px;
|
|
}
|
|
.operation_top_num input {
|
|
width: 40px;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.operation_top_left {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.operation_top_left img {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.get_member_info_from .el-form-item__label{
|
|
width: 70px;
|
|
text-align: right;
|
|
}
|
|
.get_member_info_from .el-form-item{
|
|
display: flex !important;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
/*.el-radio,.el-radio-group,.el-radio__input {*/
|
|
/* display: flex;*/
|
|
/* align-items: center;*/
|
|
/*}*/
|
|
/*.get_member_info_from label {*/
|
|
/* margin-bottom: 0;*/
|
|
/*}*/
|
|
.get_member_info_from .el-form {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
/*.el-input__inner {*/
|
|
/* width: 200px;*/
|
|
/*}*/
|
|
.get_member_info_from .el-input--suffix, .el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.get_member_info_from .el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.member_mask_info_from_button{
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/*text-align: center;*/
|
|
}
|
|
.memberinfo_style,.el-form {
|
|
flex-direction: column;
|
|
}
|
|
.get_member_info_from {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.get_member_info_tip {
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.get_member_info_tip_image {
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.get_member_info_tip_image img{
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 5px;
|
|
}
|
|
.get_member_info_tip_name{
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 16px;
|
|
color: #081025;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.left_shoptip_top {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 8px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.left_shoptip_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.left_shoptip_left_image {
|
|
width: 20px;
|
|
height: 22px;
|
|
}
|
|
|
|
.left_shoptip_left_image img{
|
|
width: 20px;
|
|
height: 22px;
|
|
}
|
|
|
|
.left_shoptip_left_title {
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
/*margin-left: 10px;*/
|
|
}
|
|
.left_shoptip_right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.left_shoptip_right_image{
|
|
margin-left: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.left_shoptip_right_image img{
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.left_shoptip_bottom {
|
|
background-color: #ffffff;
|
|
flex: 1;
|
|
border-radius: 0px 0px 10px 10px;
|
|
padding: 15px 20px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.left_shoptip_bottom_left {
|
|
border-radius: 10px;
|
|
}
|
|
.shop_info_cancle {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #96a6b7;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-right: 30px;
|
|
}
|
|
.shop_info_define {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-left: 30px;
|
|
}
|
|
.shop_info_skan {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.shop_info_skan_left {
|
|
width: 395px;
|
|
max-height: 200px;
|
|
background-color: #f3f6fc;
|
|
border-radius: 10px;
|
|
padding: 15px 15px 8px 15px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.color_left_list_info:hover .delect_info {
|
|
display: block;
|
|
}
|
|
.shop_info_skan_left::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0;
|
|
}
|
|
.color_left_list_info {
|
|
min-width: 50px;
|
|
height: 24px;
|
|
background-color: #ffffff;
|
|
border-radius: 4px;
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 12px;
|
|
color: #081025;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
/*.color_left_list_info:nth-child(6n) {*/
|
|
/* margin-right: 0;*/
|
|
/*}*/
|
|
.delect_info {
|
|
width: 14px;
|
|
height: 14px;
|
|
position: absolute;
|
|
top: -5px;
|
|
right: -5px;
|
|
display: none;
|
|
}
|
|
.delect_info img {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.brand_own {
|
|
width: 120px;
|
|
/*height: 36px;*/
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
margin-right: 20px;
|
|
}
|
|
/*商品资料详情结束*/
|
|
|
|
/*用户详情开始*/
|
|
.get_user_info_tip_image {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
}
|
|
.get_user_info_tip_image img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
}
|
|
.get_member_info_from_bewwtten {
|
|
flex: 1;
|
|
display: flex;
|
|
/*justify-content: space-between;*/
|
|
}
|
|
.get_member_info_from_bewwtten_left {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.get_member_info_from_bewwtten_left .el-form {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.userinfo_from .el-radio {
|
|
margin-right: 10px;
|
|
}
|
|
.userinfo_from .el-radio:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.licensing_brand {
|
|
/*height: 160px;*/
|
|
background-color: #f3f6fc;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.licensing_brand_title {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
}
|
|
.licensing_brand_content {
|
|
margin-top: 10px;
|
|
}
|
|
.licensing_brand_info {
|
|
width: 110px;
|
|
height: 30px;
|
|
background-color: #ffffff;
|
|
border-radius: 4px;
|
|
padding: 6px;
|
|
box-sizing: border-box;
|
|
margin-right: 17px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.licensing_brand_info:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
.licensing_brand_content .el-checkbox-group {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.agree_info {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #0169ff;
|
|
text-align: right;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/*用户详情结束*/
|
|
|
|
|
|
/*我的订单开始*/
|
|
.myorder_content {
|
|
width: 100%;
|
|
/*height: 100%;*/
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.myorder_content_title_info {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.myorder_content_title_info_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.myorder_content_title_info_left input {
|
|
width: 150px !important;
|
|
}
|
|
.myorder_content_title_info_left .el-input--suffix, .el-input__inne {
|
|
width: 150px !important;
|
|
}
|
|
.goodssn_info {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 20px;
|
|
}
|
|
.goodssn_info:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.goodssn_title {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #343439;
|
|
margin-right: 10px;
|
|
}
|
|
.myorder_content_top_table {
|
|
margin-top: 20px;
|
|
}
|
|
.myorder_content_top_table .el-table {
|
|
border: solid 1px #d8dfee;
|
|
border-radius: 6px;
|
|
}
|
|
.myorder_content_top_table .el-input--suffix {
|
|
width: 100%;
|
|
}
|
|
.myorder_content_top_table .el-input__inner {
|
|
width: 100%;
|
|
}
|
|
.myorder_content_bottom {
|
|
margin-top: 20px;
|
|
}
|
|
.my_order_click {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-size: 16px;
|
|
color: #081025;
|
|
position: relative;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
}
|
|
.my_order_click::before {
|
|
content: "";
|
|
position: absolute;
|
|
display: inline-block;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
right: 0;
|
|
width: 1px;
|
|
height: 10px;
|
|
border-left: 1px dashed #bdc1ca;
|
|
}
|
|
.my_order_click:last-child:before {
|
|
display: block;
|
|
content: “”;
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
right: 0;
|
|
top: 0px;
|
|
}
|
|
/*我的订单结束*/
|
|
|
|
/*新增客户(店铺)订单开始*/
|
|
.add_order {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.add_order_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.add_order_left_info {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
padding: 0 20px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
.add_order_left_info::before {
|
|
content: "";
|
|
position: absolute;
|
|
display: inline-block;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
right: 0;
|
|
width: 1px;
|
|
height: 10px;
|
|
border-left: 1px dashed #ffffff;
|
|
}
|
|
.add_order_left_info:last-child:before {
|
|
display: block;
|
|
content: “”;
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
right: 0;
|
|
top: 0px;
|
|
}
|
|
[v-cloak] {
|
|
display:none;
|
|
}
|
|
.member_search {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 180px;
|
|
height: 30px;
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px;
|
|
margin-top: 14px;
|
|
}
|
|
|
|
.member_search_input {
|
|
height: 30px;
|
|
border-radius: 6px 0 0 6px;
|
|
}
|
|
|
|
.member_search_input input {
|
|
width: 146px;
|
|
height: 30px;
|
|
border: none;
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px 0 0 6px;
|
|
}
|
|
|
|
.member_search_button {
|
|
width: 33px;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
/* border-left: solid 1px #bdc1ca; */
|
|
|
|
}
|
|
|
|
.member_search_button::before {
|
|
content: "";
|
|
position: absolute;
|
|
display: inline-block;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
left: 0;
|
|
width: 1px;
|
|
height: 10px;
|
|
border-left: 1px dashed #bdc1ca;
|
|
}
|
|
|
|
.member_search_button img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.get_member_info_from_bewwtten_left .el-form-item {
|
|
margin-bottom: 0;
|
|
}
|
|
.one_serch {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 20px;
|
|
}
|
|
.one_serch_title {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 16px;
|
|
color: #343439;
|
|
margin-right: 10px;
|
|
}
|
|
.one_serch_input input {
|
|
width: 146px;
|
|
height: 30px;
|
|
border: none;
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px;
|
|
}
|
|
/*新增客户(店铺)订单结束*/
|
|
|
|
/*上级到货单开始*/
|
|
.goodssn_select input {
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px;
|
|
}
|
|
.el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 200px;
|
|
}
|
|
.goodssn_select .el-input__inner {
|
|
border: none;
|
|
}
|
|
/*上级到货单结束*/
|
|
|
|
|
|
|
|
/*客户资料建立开始*/
|
|
.transfer_order {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.transfer_order_left {
|
|
width: 49.5%;
|
|
}
|
|
.agreement {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 24px;
|
|
letter-spacing: 0px;
|
|
color: #409EFF;
|
|
margin-bottom: 20px;
|
|
}
|
|
/*客户资料建立结束*/
|
|
|
|
|
|
/*商品调拨单弹窗开始*/
|
|
.transfer_goods_form {
|
|
margin-top: 20px;
|
|
}
|
|
.get_member_info_from .el-form {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
.keep_manage_serch_info {
|
|
display: flex;
|
|
align-items: center;
|
|
/*margin-bottom: 20px;*/
|
|
}
|
|
.keep_manage_serch_info input {
|
|
width: 0 !important;
|
|
}
|
|
.bill_info_top .goodssn_info input {
|
|
width: 120px !important;
|
|
}
|
|
.bill_info_top .goodssn_info .el-input, .bill_info_top .goodssn_info .el-input__inner {
|
|
width: 120px !important;
|
|
}
|
|
.keep_manage_serch_info label {
|
|
margin-bottom: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.keep_manage_serch_title {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #081025;
|
|
width: 100px;
|
|
}
|
|
.pending_trial {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #ff9e01;
|
|
}
|
|
.reviewed {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 14px;
|
|
color: #0169ff;
|
|
}
|
|
|
|
/*商品调拨单弹窗结束*/
|
|
|
|
/*财务记账管理开始*/
|
|
.bill_summy_list_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
}
|
|
.bill_summy_list_top_look {
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 16px;
|
|
color: #0169ff;
|
|
}
|
|
.bill_summy_list_bottom_info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #f3f6fc;
|
|
border-radius: 6px;
|
|
padding: 10px 20px;
|
|
box-shadow: border-box;
|
|
margin-top: 10px;
|
|
|
|
}
|
|
.bill_summy_list_bottom_info_left {
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 18px;
|
|
color: #081025;
|
|
}
|
|
.bill_summy_list_bottom_info_right {
|
|
font-family: DIN-Bold;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #081025;
|
|
}
|
|
.bill_info {
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|
|
.bill_info_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.bill_info_list_tip {
|
|
margin-top: 20px;
|
|
}
|
|
/*财务记账管理结束*/
|
|
|
|
|
|
/*与总部往来账单开始*/
|
|
.one_click_sign {
|
|
width: 80px;
|
|
height: 30px;
|
|
background-color: #0169ff;
|
|
border-radius: 15px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-left: 20px;
|
|
}
|
|
.general_labe {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.general_labe label {
|
|
margin-bottom: 0;
|
|
}
|
|
.supplier_balance {
|
|
width: 280px;
|
|
height: 50px;
|
|
background-color: #ffffff;
|
|
border-radius: 6px;
|
|
border: dashed 1px #96a6b7;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
margin-top: 20px;
|
|
}
|
|
.supplier_balance_left {
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-size: 16px;
|
|
color: #081025;
|
|
}
|
|
.supplier_balance_right {
|
|
font-family: AdobeHeitiStd-Regular;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
color: #0169ff;
|
|
margin-left: 5px;
|
|
}
|
|
/*与总部往来账单结束*/
|
|
|
|
|
|
/*新增补货弹窗开始*/
|
|
.replenish_top_from .el-form-item {
|
|
width: 32%;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
}
|
|
.replenish_top_from .el-form {
|
|
flex-direction: row;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.replenish_top_from .el-form-item__label {
|
|
width: 120px;
|
|
}
|
|
.replenish_bottom .left_shoptip_right .member_search_input input {
|
|
background-color: #f3f6fc !important;
|
|
}
|
|
.replenish_bottom {
|
|
margin-top: 10px;
|
|
}
|
|
.replenish_bottom_info {
|
|
margin-top: 10px;
|
|
}
|
|
.own_media .el-table {
|
|
border: solid 1px #d8dfee;
|
|
border-radius: 6px;
|
|
}
|
|
.own_media .el-input--suffix {
|
|
width: 100% !important;
|
|
}
|
|
.own_media .el-input__inner {
|
|
width: 100% !important;
|
|
}
|
|
/*.replenish_bottom_info .closeborder .el-input--suffix, .el-input__inner {*/
|
|
/* width: 100% !important;*/
|
|
/*}*/
|
|
.replenish_bottom_info .closeborder .el-input__inner {
|
|
/*border: none;*/
|
|
/*background-color: #f3f6fc;*/
|
|
}
|
|
.addrowcss {
|
|
margin-left: 20px;
|
|
}
|
|
.replenish_button {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 30px;
|
|
}
|
|
.replenish_button_left {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #96a6b7;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-right: 15px;
|
|
}
|
|
.replenish_button_right {
|
|
width: 100px;
|
|
height: 36px;
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-left: 15px;
|
|
}
|
|
.replenish_top_from .el-input__inner {
|
|
width: 200px !important;
|
|
}
|
|
|
|
/*新增补货弹窗结束*/
|
|
|
|
/*订,补,发,配,退新增弹窗开始*/
|
|
.add_bill_order {
|
|
/*height: 16px;*/
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-size: 16px;
|
|
color: #0169ff;
|
|
/*padding: 20px;*/
|
|
box-sizing: border-box;
|
|
margin-left: 20px;
|
|
}
|
|
/*订,补,发,配,退新增弹窗结束*/
|
|
|
|
.el-input--medium .el-input__inner {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.el-table__footer-wrapper {
|
|
height: 40px;
|
|
}
|
|
.has-gutter tr {
|
|
height: 40px;
|
|
}
|
|
.has-gutter tr td {
|
|
height: 40px;
|
|
padding: 8px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
.add_color_input {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-radius: 10px;
|
|
}
|
|
.add_color_info {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 300px;
|
|
height: 200px;
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.add_color_info_title {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: #2e2e2e;
|
|
font-weight: bold;
|
|
}
|
|
.add_color_info_input {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
.add_color_info_button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
margin-top: 20px;
|
|
}
|
|
.add_color_info_button_left {
|
|
width: 80px;
|
|
height: 35px;
|
|
background-color: #EEEEEE;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
color: #000;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
}
|
|
.add_color_info_button_right {
|
|
width: 80px;
|
|
height: 35px;
|
|
background-color: #0169ff;
|
|
border-radius: 5px;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
}
|
|
.size_active {
|
|
color: #0169ff;
|
|
border: 1px solid #0169ff;
|
|
}
|
|
.all_skan {
|
|
margin-top: 10px;
|
|
}
|
|
.all_skan_info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
max-height: 200px;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
.all_skan_info_tip {
|
|
margin-top: 10px;
|
|
}
|
|
.all_skan_info_tip_input {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.all_skan_info_tip_title {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-size: 15px;
|
|
color: #2e2e2e;
|
|
}
|
|
.batch_set {
|
|
width: 250px;
|
|
height: 250px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.go_skan {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.go_skan_info {
|
|
text-align: center;
|
|
width: 120px;
|
|
height: 36px;
|
|
background-color: #0169ff;
|
|
border-radius: 4px;
|
|
line-height: 36px;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
|
|
/*修改禁用多选框*/
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner {
|
|
background-color: #ffffff;
|
|
border-color: #DCDFE6;
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
|
|
background-color: #409EFF;
|
|
border-color: #409EFF;
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
|
|
border-color: #ffffff;
|
|
}
|
|
.print_info {
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.print_info table {
|
|
width: 100%;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
}
|
|
.print_info table { border:1px solid #0094ff;border-collapse: collapse }
|
|
.print_info table tr th { border:1px solid #0094ff; }
|
|
.print_info table tr td { border:1px solid #0094ff; }
|
|
.print_info th {
|
|
text-align: center;
|
|
border: 1px solid #000;
|
|
}
|
|
.print_info td {
|
|
text-align: center;
|
|
border: 1px solid #000;
|
|
}
|
|
.print_info_title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border: 1px solid #000;
|
|
height: 45px;
|
|
align-items: center;
|
|
flex: 1 1 auto;
|
|
}
|
|
.print_info_title_info {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #2e2e2e;
|
|
text-align: center;
|
|
border-right: 1px solid #000;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.print_info_title_info:last-child {
|
|
border-right: none;
|
|
}
|
|
.print_info_tip_list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
/*新增仓库盘点开始*/
|
|
.teshulabel .el-form-item__label {
|
|
width: 200px;
|
|
|
|
}
|
|
.teshulabel label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/*新增仓库盘点结束*/
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
<div id="app" style="display: none;" :style="{display: 'block'}">
|
|
|
|
<div class="cashier_header">
|
|
<div class="cancel_order_left">
|
|
<div class="cashier_header_left">
|
|
<div class="cashier_header_left_image">
|
|
<img src="/static/img/pc_logo.png" alt="">
|
|
</div>
|
|
<div class="cashier_header_left_title">
|
|
橱窗ERP系统
|
|
<span v-if="subtitle!=''" v-cloak>--{{subtitle}}</span>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right">
|
|
|
|
<div class="cancel_order_right_info" v-if="establishshow" v-cloak>
|
|
<div class="brand_own" v-if="groupid!=11">
|
|
品牌信息录入
|
|
<!--<button>品牌信息录入</button>-->
|
|
</div>
|
|
<div class="brand_select">
|
|
<div class="brand_select_name">
|
|
年份
|
|
</div>
|
|
<div class="brand_select_input">
|
|
<el-date-picker
|
|
v-model="year_value"
|
|
type="year"
|
|
format="yyyy"
|
|
value-format="yyyy"
|
|
@change="get_year_list"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="brand_select">
|
|
<div class="brand_select_name">
|
|
季节
|
|
</div>
|
|
<div class="brand_select_input">
|
|
<el-select @change="get_season" clearable v-model="season_value" placeholder="请选择季节">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="brand_select" v-if="groupid!=11">
|
|
<div class="brand_select_name">
|
|
品牌
|
|
</div>
|
|
<div class="brand_select_input">
|
|
<el-select @change="get_brands" clearable v-model="brand_value" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="brand_select">
|
|
<div class="brand_select_name">
|
|
款号
|
|
</div>
|
|
<div class="brand_select_input">
|
|
<el-input @keyup.enter.native="get_goodssn" v-model="goodssn_value" clearable @change="get_goodssn" placeholder="请输入款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 新增-->
|
|
<!--</div>-->
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 修改-->
|
|
<!--</div>-->
|
|
<div class="my_order_click" style="display:flex;align-items:center">
|
|
|
|
<el-upload
|
|
class="upload-demo shop_operation_name"
|
|
ref="upload"
|
|
:show-file-list="false"
|
|
:on-change="upload_return"
|
|
action="https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.goods_imports">
|
|
导入
|
|
</el-upload>
|
|
|
|
<span style="margin-left:20px;color:#0169ff" @click="go_muban">导入模板下载</span>
|
|
</div>
|
|
<div class="my_order_click" @click="establis_export">
|
|
导出
|
|
</div>
|
|
<div class="my_order_click" @click="establis_delete">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click" @click="establis_print">
|
|
打印
|
|
</div>
|
|
<!--<div class="shop_operation">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_newadd.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_operation_name">-->
|
|
<!-- 新增-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="shop_operation">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_edit.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_operation_name">-->
|
|
<!-- 修改-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="shop_operation">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_export.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_operation_name">-->
|
|
<!-- 导出-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="shop_operation">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_import.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <el-upload-->
|
|
<!-- class="upload-demo shop_operation_name"-->
|
|
<!-- ref="upload"-->
|
|
<!-- :show-file-list="false"-->
|
|
<!-- :on-change="upload_return"-->
|
|
<!-- action="https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.up">-->
|
|
<!-- 导入-->
|
|
<!-- </el-upload>-->
|
|
<!--<div class="shop_operation_name">-->
|
|
<!-- 导入-->
|
|
<!--</div>-->
|
|
<!--</div>-->
|
|
<!--<div class="shop_operation">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_delete.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_operation_name">-->
|
|
<!-- 删除-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="shop_operation" @click="printclick('printJSform')">-->
|
|
<!-- <div class="shop_operation_image">-->
|
|
<!-- <img src="/static/img/erp_print.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_operation_name">-->
|
|
<!-- 打印-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="myordershow" v-cloak>
|
|
<div class="my_order_click">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入订单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出订单
|
|
</div>
|
|
<div class="my_order_click">
|
|
配发进度
|
|
</div>
|
|
<div class="my_order_click">
|
|
转入订单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并订单
|
|
</div>
|
|
<div class="my_order_click">
|
|
订单调整
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="customerordershow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_customerorder">
|
|
新增
|
|
</div>
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 修改-->
|
|
<!--</div>-->
|
|
<div class="my_order_click" @click="erp_delete_order">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click" @click="erp_customer_examine">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click" @click="erp_approval">
|
|
反审核
|
|
</div>
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 导入订单-->
|
|
<!--</div>-->
|
|
<div class="my_order_click" @click="erp_customer_export">
|
|
导出订单
|
|
</div>
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 配发进度-->
|
|
<!--</div>-->
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 转入订单-->
|
|
<!--</div>-->
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click" @click="erp_merge_order">
|
|
合并订单
|
|
</div>
|
|
<!--<div class="my_order_click">-->
|
|
<!-- 订单调整-->
|
|
<!--</div>-->
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cancel_order_right_info" v-if="generalaccountshow" v-cloak>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出
|
|
</div>
|
|
<div class="my_order_click">
|
|
确认签收
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="transferordershow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_transferorder">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="arrivalshow" v-cloak>
|
|
<div class="my_order_click">
|
|
收货确认
|
|
</div>
|
|
<div class="my_order_click" @click="erp_scan_check">
|
|
扫描验收
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="storereceiptshow" v-cloak>
|
|
<div class="my_order_click">
|
|
收货确认
|
|
</div>
|
|
<div class="my_order_click">
|
|
扫描验收
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="replenishshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_replenish">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click">
|
|
补单调整
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="generalreplenishshow" v-cloak>
|
|
<div class="my_order_click">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并补单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click">
|
|
补单调整
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="generalreturnsshow" v-cloak>
|
|
<div class="my_order_click">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并退单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="storereturnsshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_storereturns">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并退单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="storedeliveryshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_all_order">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click">
|
|
调整发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="storeinvoiceshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_storeinvoice">
|
|
新增
|
|
</div>
|
|
<div class="my_order_click">
|
|
修改
|
|
</div>
|
|
<div class="my_order_click">
|
|
删除
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
导入发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
转发货
|
|
</div>
|
|
<div class="my_order_click">
|
|
转退货
|
|
</div>
|
|
<div class="my_order_click">
|
|
调整发货单
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="keepmanageshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_go_statement">
|
|
对账单
|
|
</div>
|
|
<div class="my_order_click">
|
|
收款
|
|
</div>
|
|
<div class="my_order_click">
|
|
付款
|
|
</div>
|
|
<div class="my_order_click" @click="erp_customercredit">
|
|
客户授信
|
|
</div>
|
|
<div class="my_order_click">
|
|
与总部往来
|
|
</div>
|
|
<div class="my_order_click">
|
|
客户退货率
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order_right_info" v-if="countsheetshow" v-cloak>
|
|
<div class="my_order_click" @click="erp_add_countsheet">
|
|
新增盘点单
|
|
</div>
|
|
<div class="my_order_click">
|
|
审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
反审核
|
|
</div>
|
|
<div class="my_order_click">
|
|
打印盘点单
|
|
</div>
|
|
<div class="my_order_click">
|
|
调查/查看盘点差异
|
|
</div>
|
|
<div class="my_order_click">
|
|
合并盘点单
|
|
</div>
|
|
<div class="my_order_click">
|
|
导出盘点单
|
|
</div>
|
|
|
|
</div>
|
|
<div class="cancel_order" v-if="showorder" @click="cancelclick()">
|
|
<img src="/static/img/cancel_order.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--首页 @scroll="scrollEvent"-->
|
|
<div class="cashier_content" v-if="!showorder&&groupid==11" v-cloak>
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
系统管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_permissions">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_power.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
权限设置
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_establish_shop">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_shop.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
商品信息建立
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_customer">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_message.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
客户/店铺信息建立
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_supplier.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<!--<div class="left_list_info" @click="erp_my_order">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_myorder.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 我的订单-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="left_list_info" @click="erp_customer_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_customer.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
客户订单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info_no">
|
|
|
|
</div>
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_progress.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 订单执行进度-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
与总部往来管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_arrival">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_goods.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
采购入库单
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info" @click="erp_general_replenish">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_general_replenish.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 向总部补货-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="left_list_info" @click="erp_general_returns">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_general_return.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 向总部退货-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
销售管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_store_delivery">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_invoice.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺发货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺补货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_invoice">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺配货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺退货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_transfer_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
调拔单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_receipt">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_receipt.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺确认收货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
仓库和数据管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_count_sheet">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_inventory.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
仓库盘点
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
综合数据查询
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
差异单查看/调整
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info_no">-->
|
|
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
财务管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<!--<div class="left_list_info" @click="erp_general_account">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_general_account.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 和总部往来账-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="left_list_info" @click="erp_store_account">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_store_account.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
与代理或门店往来账
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_manage">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_keep.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
费用记账
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info_no">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cashier_content" v-if="!showorder&&groupid==8" v-cloak>
|
|
<div class="erp_list">
|
|
<!--<div class="erp_list_left">-->
|
|
<!-- <div class="erp_list_left_title">-->
|
|
<!-- <div class="left_title_image">-->
|
|
|
|
<!-- </div>-->
|
|
<!-- <div class="left_title_text">-->
|
|
<!-- 系统管理-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="erp_list_left_list">-->
|
|
<!-- <div class="left_list_info" @click="erp_permissions">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_power.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 权限设置-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info" @click="erp_establish_shop">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_shop.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 商品信息建立-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info" @click="erp_customer">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_message.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 客户/店铺信息建立-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_supplier.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_my_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_myorder.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
我的订单
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info" @click="erp_customer_order">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_customer.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 客户订单-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="left_list_info_no">-->
|
|
|
|
<!--</div>-->
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_progress.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 订单执行进度-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
与总部或代理往来管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_arrival">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_goods.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
总部到货确认
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_replenish.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部补货
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部退货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list" v-if="false">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
与总部往来管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_arrival">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_goods.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
总部到货确认
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_replenish.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部补货
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部退货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
销售管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_store_delivery">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_invoice.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺发货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺补货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_invoice">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺配货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺退货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_transfer_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
调拔单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_receipt">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_receipt.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺确认收货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
仓库和数据管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_count_sheet">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_inventory.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
仓库盘点
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
综合数据查询
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
差异单查看/调整
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
财务管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_general_account">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_account.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
和总部往来账
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info" @click="erp_store_account">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_store_account.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 与门店往来账-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="left_list_info" @click="erp_manage">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_keep.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 费用记账-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cashier_content" v-if="!showorder&&groupid==7" v-cloak>
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
系统管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_permissions">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_power.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
权限设置
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_establish_shop">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_shop.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
商品信息建立
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_customer">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_message.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
客户/店铺信息建立
|
|
</div>
|
|
</div>
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_supplier.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_my_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_myorder.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
我的订单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_customer_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_customer.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
客户订单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info_no">
|
|
|
|
</div>
|
|
<!--<div class="left_list_info">-->
|
|
<!-- <div class="left_list_info_iamge">-->
|
|
<!-- <img class="" src="/static/img/erp_progress.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- <div class="left_list_info_text">-->
|
|
<!-- 订单执行进度-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
与总部往来管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_arrival">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_goods.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
总部到货确认
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_replenish.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部补货
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_general_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
向总部退货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
销售管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_store_delivery">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_invoice.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺发货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_replenish">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺补货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_invoice">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺配货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_returns">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_return.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺退货单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_transfer_order">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_allocation.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
调拔单
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_receipt">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_receipt.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
店铺确认收货
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="erp_list">
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
仓库和数据管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_count_sheet">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_inventory.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
仓库盘点
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
综合数据查询
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_dataquery.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
差异单查看/调整
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
财务管理
|
|
</div>
|
|
</div>
|
|
<div class="erp_list_left_list">
|
|
<div class="left_list_info" @click="erp_general_account">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_general_account.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
和总部往来账
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_store_account">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_store_account.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
与门店往来账
|
|
</div>
|
|
</div>
|
|
<div class="left_list_info" @click="erp_manage">
|
|
<div class="left_list_info_iamge">
|
|
<img class="" src="/static/img/erp_keep.png" alt="" />
|
|
</div>
|
|
<div class="left_list_info_text">
|
|
费用记账
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--商品资料建立-->
|
|
<div class="cashier_content establish" v-if="establishshow" v-cloak>
|
|
<div class="establish_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商品资料建立
|
|
</div>
|
|
</div>
|
|
<div class="establish_center">
|
|
<el-form ref="establishform" :rules="rules" :model="establishform" label-width="80px">
|
|
<el-form-item label="商品品牌" prop="brand_id">
|
|
<el-select v-model="establishform.brand_id" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="商品标题" prop="title">
|
|
<el-input v-model="establishform.title" placeholder="请输入商品标题"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="商品款号" prop="goodssn">
|
|
<el-input v-model="establishform.goodssn" placeholder="请输入商品款号"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="商品品类" prop="category">
|
|
<el-select v-model="establishform.category" placeholder="请选择商品品类">
|
|
<el-option
|
|
v-for="item in categorylist"
|
|
:key="item.id"
|
|
:label="item.next_name"
|
|
:value="item.id">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="吊牌价" prop="oldprice">
|
|
<el-input v-model="establishform.oldprice" placeholder="请输入吊牌价"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="商品波段" prop="band">
|
|
<el-select v-model="establishform.band" placeholder="请选择商品波段">
|
|
<el-option
|
|
v-for="item in bandlist"
|
|
:key="item.id"
|
|
:label="item.next_name"
|
|
:value="item.id">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="商品年份" prop="year">
|
|
<el-date-picker
|
|
v-model="establishform.year"
|
|
type="year"
|
|
format="yyyy"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</el-form-item>
|
|
<el-form-item label="商品季节" prop="season">
|
|
<el-select v-model="establishform.season" placeholder="请选择商品季节">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="商品等级">
|
|
<el-select v-model="establishform.grade" placeholder="请选择商品等级">
|
|
<el-option label="一等品" value="一等品"></el-option>
|
|
<el-option label="二等品" value="二等品"></el-option>
|
|
<el-option label="三等品" value="三等品"></el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="执行标准">
|
|
<el-input v-model="establishform.standards" placeholder="请输入执行标准"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分1">
|
|
<el-input v-model="establishform.constituentone" placeholder="请输入商品成分"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分2">
|
|
<el-input v-model="establishform.constituenttwo" placeholder="请输入商品成分"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分3">
|
|
<el-input v-model="establishform.constituentthree" placeholder="请输入商品成分"></el-input>
|
|
</el-form-item>
|
|
</el-form>
|
|
<div class="go_skan" @click="opennorms(1)">
|
|
<div class="go_skan_info">
|
|
添加商品规格
|
|
</div>
|
|
|
|
</div>
|
|
<!--<div class="establish_center_color">-->
|
|
<!-- <div class="establish_center_color_top">-->
|
|
<!-- <div class="establish_center_color_left">-->
|
|
<!-- 颜色-->
|
|
<!-- </div>-->
|
|
<!-- <div class="establish_center_color_right">-->
|
|
<!-- <img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<!-- <img src="/static/img/erp_add.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="establish_center_color_bottom">-->
|
|
<!-- <div class="color_list_info" v-for="(item,index) in establishform.colorlist">-->
|
|
<!-- {{item.name}}-->
|
|
<!-- <div class="delect_info" @click="delect_color(index)">-->
|
|
<!-- <img src="/static/img/skan_plug.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="establish_center_color">-->
|
|
<!-- <div class="establish_center_color_top">-->
|
|
<!-- <div class="establish_center_color_left">-->
|
|
<!-- 尺码-->
|
|
<!-- </div>-->
|
|
<!-- <div class="establish_center_color_right">-->
|
|
<!-- <img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<!-- <img src="/static/img/erp_add.png" alt="" />-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="establish_center_color_bottom">-->
|
|
<!-- <div class="color_list_info" v-for="(item,index) in establishform.sizelist">-->
|
|
<!-- {{item.name}}-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
<div class="establish_bottom">
|
|
<div class="establish_bottom_left">
|
|
取消
|
|
</div>
|
|
<div class="establish_bottom_right" @click="onSubmit('establishform')">
|
|
添加
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="establish_right">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商品资料库
|
|
</div>
|
|
</div>
|
|
<div class="establish_right_bottom">
|
|
<form method="post" action="#" id="printJSform">
|
|
<el-table
|
|
:data="allestablish"
|
|
stripe
|
|
height="500"
|
|
width1="100%"
|
|
id="allestablish_print"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="establish_handleSelectionChange"
|
|
@row-click="allestablish_row_click"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
class="no-print"
|
|
type="selection"
|
|
width="55">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="brandname"
|
|
label="品牌"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="categoryname"
|
|
label="品类"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="colors"
|
|
label="颜色"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
<!--<template slot-scope="scope">-->
|
|
<!-- <span style="margin-left: 10px">{{ [].filter.call(scope.row.colors,(s,i,o)=>o.indexOf(s)==i).join('') }}</span>-->
|
|
<!-- </template>-->
|
|
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizes"
|
|
label="尺码"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bandname"
|
|
label="波段"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="oldprice"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价"
|
|
width="80">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="createtime"
|
|
label="添加时间"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="grade"
|
|
label="商品等级"
|
|
width="100">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="standards"
|
|
label="执行标准"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="constituentone"
|
|
label="成分1"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="constituenttwo"
|
|
label="成分2"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="addstatus"
|
|
label="状态"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="addpeople"
|
|
label="添加/修改人"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
label="权限"
|
|
width="80">
|
|
<template slot-scope="scope">
|
|
<el-button @click="orderbarterinfo(scope.$index,scope.row)" type="text" size="small">查看</el-button>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</form>
|
|
<div class="establish_pagination">
|
|
<el-pagination
|
|
@current-change="handleCurrentChange"
|
|
:current-page="currentPage"
|
|
:page-size="10"
|
|
layout="prev, pager, next, jumper"
|
|
:total="alltotal">
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--权限控制-->
|
|
<div class="cashier_content establish" ref="permissref" v-if="permissionsshow" v-cloak style="background-color:#ffffff">
|
|
<div class="establish_left" style="width:510px">
|
|
<div class="permission_staff">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
员工基本信息
|
|
</div>
|
|
</div>
|
|
<div class="permission_staff_content">
|
|
<el-form ref="staffform" :model="staffform" label-width="120px">
|
|
<el-form-item label="所属账号">
|
|
<el-input v-model="staffform.account_num"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="操作员手机号">
|
|
<el-input v-model="staffform.operator_num"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="操作员密码">
|
|
<el-input v-model="staffform.operator_passwd"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="修改单价权限">
|
|
<el-radio-group v-model="staffform.edit_one_price">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
<el-form-item label="修改其他人单据">
|
|
<el-radio-group v-model="staffform.edit_other_document">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
<el-form-item label="配货占用库存">
|
|
<el-radio-group v-model="staffform.occupied">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
|
|
<el-form ref="staffform" label-position="top" :model="staffform" label-width="120px">
|
|
<el-form-item label="设置品牌管理">
|
|
<el-checkbox-group v-model="staffform.set_brand" class="staff_brand">
|
|
<el-checkbox label="美食/餐厅线上活动" name="set_brand"></el-checkbox>
|
|
<el-checkbox label="地推活动" name="set_brand"></el-checkbox>
|
|
<el-checkbox label="线下主题活动" name="set_brand"></el-checkbox>
|
|
<el-checkbox label="单纯品牌曝光" name="set_brand"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
</div>
|
|
<div class="permission_staff_bottom">
|
|
<div class="permission_staff_bottom_left">
|
|
取消
|
|
</div>
|
|
<div class="permission_staff_bottom_right" @click="define_staff">
|
|
确认
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="establish_center" style="margin-top:30px">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
员工信息列表
|
|
</div>
|
|
</div>
|
|
<div class="staff_list">
|
|
<el-table
|
|
:data="staff_list_info"
|
|
stripe
|
|
height="200"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
highlight-current-row
|
|
@current-change="allestablish_handleCurrentChange"
|
|
style="width: 100%">
|
|
<!--<el-table-column-->
|
|
<!-- type="selection"-->
|
|
<!-- width="55">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="staff_name"
|
|
label="姓名"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="staff_mobile"
|
|
label="登录手机号"
|
|
:show-overflow-tooltip='true'
|
|
width="110">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="staff_passwd"
|
|
:show-overflow-tooltip='true'
|
|
label="登录密码"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="staff_brand"
|
|
label="管理品牌"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="staff_add"
|
|
:show-overflow-tooltip='true'
|
|
label="添加人"
|
|
width="78">
|
|
</el-table-column>
|
|
<el-table-column
|
|
min-width="60"
|
|
label="操作">
|
|
<template slot-scope="scope">
|
|
<el-button @click="allestablish_delete(scope.$index,scope.row)" type="text" size="small">删除</el-button>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="establish_right" v-if="groupid==11" v-cloak>
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
权限分配
|
|
</div>
|
|
</div>
|
|
<div class="establish_right_bottom" style="padding:0;">
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
系统管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:30%">
|
|
<div class="permission_info_tip_top">
|
|
权限设置
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.permission_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<!--<div class="permission_info_tip_left" style="width:68%">-->
|
|
<!-- <div class="permission_info_tip_top">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!-- <div class="permission_info_tip_bottom">-->
|
|
<!-- <el-checkbox-group v-model="checkList">-->
|
|
<!-- <el-checkbox label="修改"></el-checkbox>-->
|
|
<!-- <el-checkbox label="新增"></el-checkbox>-->
|
|
<!-- <el-checkbox label="删除"></el-checkbox>-->
|
|
<!-- <el-checkbox label="打印"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导出"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导入"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="反审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审批"></el-checkbox>-->
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
</div>
|
|
<div class="permission_info_tip" style="margin-top:20px;">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:49%">
|
|
<div class="permission_info_tip_top">
|
|
客户(店铺)建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_store_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="width:49%">
|
|
<div class="permission_info_tip_top">
|
|
商品信息建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.shop_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
订单管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
客户订单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
与总部往来管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
采购入库单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.arrival_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
销售管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺发货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.deliver_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺配货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.distribution_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺补货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_replenish_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺退货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_return_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
调拔单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.pull_out_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
店铺收货确认
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_receipt_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
仓库和数据管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
仓库盘点
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.cycle_count_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
综合数据查询
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.data_query_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
财务管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
与代理或门店往来账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_current_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
费用记账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.bookkeeping_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="establish_right" v-if="groupid==8" v-cloak>
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
权限分配
|
|
</div>
|
|
</div>
|
|
<div class="establish_right_bottom" style="padding:0;">
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
系统管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:30%">
|
|
<div class="permission_info_tip_top">
|
|
权限设置
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.permission_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<!--<div class="permission_info_tip_left" style="width:68%">-->
|
|
<!-- <div class="permission_info_tip_top">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!-- <div class="permission_info_tip_bottom">-->
|
|
<!-- <el-checkbox-group v-model="checkList">-->
|
|
<!-- <el-checkbox label="修改"></el-checkbox>-->
|
|
<!-- <el-checkbox label="新增"></el-checkbox>-->
|
|
<!-- <el-checkbox label="删除"></el-checkbox>-->
|
|
<!-- <el-checkbox label="打印"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导出"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导入"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="反审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审批"></el-checkbox>-->
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
</div>
|
|
<div class="permission_info_tip" style="margin-top:20px;">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:49%">
|
|
<div class="permission_info_tip_top">
|
|
客户(店铺)建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_store_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="width:49%">
|
|
<div class="permission_info_tip_top">
|
|
商品信息建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.shop_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
订单管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
我的订单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.myorder_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
客户订单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<!--<div class="permission_info_tip_left">-->
|
|
<!-- <div class="permission_info_tip_top">-->
|
|
<!-- 订单执行进度-->
|
|
<!-- </div>-->
|
|
<!-- <div class="permission_info_tip_bottom">-->
|
|
<!-- <el-checkbox-group v-model="checkList">-->
|
|
<!-- <el-checkbox label="修改"></el-checkbox>-->
|
|
<!-- <el-checkbox label="新增"></el-checkbox>-->
|
|
<!-- <el-checkbox label="删除"></el-checkbox>-->
|
|
<!-- <el-checkbox label="打印"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导出"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导入"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="反审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审批"></el-checkbox>-->
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
与总部往来管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
总部到货确认
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.arrival_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
向总部补货
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.replenish_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
向总部退货
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.return_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
销售管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺发货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.deliver_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺配货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.distribution_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺补货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_replenish_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺退货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_return_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
调拔单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.pull_out_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
店铺收货确认
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_receipt_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
仓库和数据管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
仓库盘点
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.cycle_count_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
综合数据查询
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.data_query_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
财务管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
和总部往来账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.current_account_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
与门店往来账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_current_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
费用记账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.bookkeeping_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="establish_right" v-if="groupid==7" v-cloak>
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
权限分配
|
|
</div>
|
|
</div>
|
|
<div class="establish_right_bottom" style="padding:0;">
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
系统管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:30%">
|
|
<div class="permission_info_tip_top">
|
|
权限设置
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.permission_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<!--<div class="permission_info_tip_left" style="width:68%">-->
|
|
<!-- <div class="permission_info_tip_top">-->
|
|
<!-- 我的供应商-->
|
|
<!-- </div>-->
|
|
<!-- <div class="permission_info_tip_bottom">-->
|
|
<!-- <el-checkbox-group v-model="checkList">-->
|
|
<!-- <el-checkbox label="修改"></el-checkbox>-->
|
|
<!-- <el-checkbox label="新增"></el-checkbox>-->
|
|
<!-- <el-checkbox label="删除"></el-checkbox>-->
|
|
<!-- <el-checkbox label="打印"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导出"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导入"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="反审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审批"></el-checkbox>-->
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
</div>
|
|
<div class="permission_info_tip" style="margin-top:20px;">
|
|
<div class="permission_info_tip_left" style="margin-right:10px;width:49%">
|
|
<div class="permission_info_tip_top">
|
|
客户(店铺)建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_store_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="width:49%">
|
|
<div class="permission_info_tip_top">
|
|
商品信息建立
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.shop_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
订单管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
我的订单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.myorder_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
客户订单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.customer_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<!--<div class="permission_info_tip_left">-->
|
|
<!-- <div class="permission_info_tip_top">-->
|
|
<!-- 订单执行进度-->
|
|
<!-- </div>-->
|
|
<!-- <div class="permission_info_tip_bottom">-->
|
|
<!-- <el-checkbox-group v-model="checkList">-->
|
|
<!-- <el-checkbox label="修改"></el-checkbox>-->
|
|
<!-- <el-checkbox label="新增"></el-checkbox>-->
|
|
<!-- <el-checkbox label="删除"></el-checkbox>-->
|
|
<!-- <el-checkbox label="打印"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导出"></el-checkbox>-->
|
|
<!-- <el-checkbox label="导入"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="反审核"></el-checkbox>-->
|
|
<!-- <el-checkbox label="审批"></el-checkbox>-->
|
|
|
|
<!-- </el-checkbox-group>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
与总部往来管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
总部到货确认
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.arrival_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
向总部补货
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.replenish_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
向总部退货
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.return_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
销售管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺发货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.deliver_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺配货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.distribution_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺补货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_replenish_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
店铺退货单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_return_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
调拔单
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.pull_out_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
店铺收货确认
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_receipt_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
仓库和数据管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
仓库盘点
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.cycle_count_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
综合数据查询
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.data_query_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="permission_info">
|
|
<div class="permission_info_title">
|
|
财务管理
|
|
</div>
|
|
<div class="permission_info_tip">
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
和总部往来账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.current_account_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left" style="margin-right:10px">
|
|
<div class="permission_info_tip_top">
|
|
与门店往来账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.store_current_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="permission_info_tip_left">
|
|
<div class="permission_info_tip_top">
|
|
费用记账
|
|
</div>
|
|
<div class="permission_info_tip_bottom">
|
|
<el-checkbox-group v-model="staffform.bookkeeping_checkList">
|
|
<el-checkbox label="修改"></el-checkbox>
|
|
<el-checkbox label="新增"></el-checkbox>
|
|
<el-checkbox label="删除"></el-checkbox>
|
|
<el-checkbox label="打印"></el-checkbox>
|
|
<el-checkbox label="导出"></el-checkbox>
|
|
<el-checkbox label="导入"></el-checkbox>
|
|
<el-checkbox label="审核"></el-checkbox>
|
|
<el-checkbox label="反审核"></el-checkbox>
|
|
<el-checkbox label="审批"></el-checkbox>
|
|
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--客户资料建立-->
|
|
<div class="cashier_content establish" v-if="customershow" v-cloak>
|
|
<div class="establish_left" style="width:380px">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
客户资料建立
|
|
</div>
|
|
</div>
|
|
<div class="establish_center">
|
|
<el-form ref="customerform" :model="customerform" label-width="110px">
|
|
<el-form-item label="店铺名称">
|
|
<el-input v-model="customerform.merchname" placeholder="请输入店铺名称"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="商户姓名">
|
|
<el-input v-model="customerform.realname" placeholder="请输入商户姓名"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="联系方式">
|
|
<el-input maxlength="11" v-model="customerform.mobile" placeholder="请输入联系方式"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="店铺属性">
|
|
<el-radio-group v-model="customerform.store_type">
|
|
<el-radio label="加盟店"></el-radio>
|
|
<el-radio label="直营店"></el-radio>
|
|
<el-radio v-if="groupid==11" label="代理商"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
<el-form-item label="店铺地址">
|
|
<el-cascader
|
|
ref="custthree"
|
|
size="large"
|
|
:options="customerwarp"
|
|
v-model="customerform.address"
|
|
@change="customerhandleChange"
|
|
>
|
|
</el-cascader>
|
|
</el-form-item>
|
|
<el-form-item label="店铺详细地址">
|
|
<el-input v-model="customerform.detail_address" placeholder="请输入详细地址"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="供货折扣">
|
|
<el-input v-model="customerform.supply_discount" placeholder="请输入供货折扣"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="跨季换货率">
|
|
<div class="" style="display:flex;align-items:center">
|
|
<el-input :min="1" v-model="customerform.cross_level_rate" placeholder="请输入跨级换货率"></el-input>
|
|
<span>%</span>
|
|
</div>
|
|
|
|
</el-form-item>
|
|
<el-form-item label="季内换货率">
|
|
<div class="" style="display:flex;align-items:center">
|
|
<el-input min="1" v-model="customerform.intra_quarter_rate" placeholder="请输入季内换货率"></el-input>
|
|
<span>%</span>
|
|
</div>
|
|
|
|
</el-form-item>
|
|
<el-form-item label="合作方式">
|
|
<el-radio-group v-model="customerform.cooperation_mode">
|
|
<el-radio label="加盟"></el-radio>
|
|
<el-radio label="联营"></el-radio>
|
|
<el-radio label="特卖"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
<!--<el-form-item label="按订单显示商品">-->
|
|
<!-- <el-radio-group v-model="customerform.items_by_order">-->
|
|
<!-- <el-radio label="是"></el-radio>-->
|
|
<!-- <el-radio label="否"></el-radio>-->
|
|
<!-- </el-radio-group>-->
|
|
<!--</el-form-item>-->
|
|
<!--<el-form-item label="拥有上传产品的权限">-->
|
|
<!-- <el-radio-group v-model="customerform.upload_shop">-->
|
|
<!-- <el-radio label="是"></el-radio>-->
|
|
<!-- <el-radio label="否"></el-radio>-->
|
|
<!-- </el-radio-group>-->
|
|
<!--</el-form-item>-->
|
|
</el-form>
|
|
<el-form ref="customerform" :model="customerform" label-width="150px">
|
|
<el-form-item label="拥有上传产品的权限">
|
|
<el-radio-group v-model="customerform.upload_shop">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
<el-form ref="customerform" label-position="top" :model="customerform" label-width="100px">
|
|
<el-form-item label="合作品牌">
|
|
<el-checkbox-group v-model="customerform.brand_id">
|
|
<el-checkbox v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.brand_ids">{{item.bname}}</el-checkbox>
|
|
</el-checkbox-group>
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
<div class="agreement">
|
|
合作备注条款
|
|
</div>
|
|
</div>
|
|
<div class="establish_bottom">
|
|
<div class="establish_bottom_left">
|
|
取消
|
|
</div>
|
|
<div class="establish_bottom_right" @click="customerformSubmit">
|
|
添加
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="establish_right" style="width:72%">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商户资料库
|
|
</div>
|
|
</div>
|
|
<div class="establish_right_bottom">
|
|
<form method="post" action="#" id="printJSform">
|
|
<el-table
|
|
:data="allcustomer"
|
|
stripe
|
|
height="500"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
@row-click="allcustomer_click"
|
|
style="width: 100%">
|
|
<!--<el-table-column-->
|
|
<!--class="no-print"-->
|
|
<!-- type="selection"-->
|
|
<!-- width="55">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="apply_time"
|
|
label="添加/修改时间"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="merchname"
|
|
label="店铺名称"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="realname"
|
|
:show-overflow-tooltip='true'
|
|
label="商户姓名"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="mobile"
|
|
label="联系方式"
|
|
:show-overflow-tooltip='true'
|
|
width="130">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="groupname"
|
|
:show-overflow-tooltip='true'
|
|
label="店铺属性"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="supply_discount"
|
|
label="供货折扣"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cross_level_rate"
|
|
label="跨季换货率"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="intra_quarter_rate"
|
|
label="季内换货率"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cooperation_mode"
|
|
label="合作方式"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="brandname"
|
|
label="授权经营品牌"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="address"
|
|
label="店铺地址"
|
|
:show-overflow-tooltip='true'
|
|
min-width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="addperson"
|
|
label="添加/修改人"
|
|
min-width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
label="权限"
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-button @click="customerlistinfodelete(scope.$index,scope.row)" type="text" size="small">删除</el-button>
|
|
<el-button @click="customerlistinfo(scope.$index,scope.row)" type="text" size="small">查看</el-button>
|
|
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--我的订单 myordershow-->
|
|
<div class="cashier_content" v-if="myordershow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--客户订单 customerordershow 改过表头顺序-->
|
|
<div class="cashier_content" v-if="customerordershow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
品牌定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select @change="customerorderbrname" clearable v-model="goodssn_brname" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.bname"
|
|
:label="item.bname"
|
|
:value="item.bname">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input clearable @change="customerordersearch" @keyup.enter.native="customerordersearch" v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
@change="customerorderyear"
|
|
clearable
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select @change="customerorderseason" clearable v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
客户定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input @change="customerordermobil" @keyup.enter.native="customerordermobil" clearable v-model="customer_input" placeholder="请输入客户手机号"></el-input>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<!--<el-checkbox label="按日期查询"></el-checkbox>-->
|
|
</el-checkbox-group>
|
|
<el-date-picker
|
|
@change="start_end_time"
|
|
format="yyyy 年 MM 月 dd 日"
|
|
value-format="yyyy-MM-dd"
|
|
unlink-panels
|
|
v-model="customerorder_times"
|
|
type="daterange"
|
|
range-separator=""
|
|
start-placeholder="开始日期"
|
|
end-placeholder="结束日期">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<!--highlight-current-row-->
|
|
<!-- @current-change="handleCurrentChange"-->
|
|
<el-table
|
|
:data="customer_order_list"
|
|
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@row-click="handle_customer_order_list"
|
|
@selection-change="handle_customer_SelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="typename"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="brandname"
|
|
label="品牌"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="ordersn"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户">
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="receiving_store"-->
|
|
<!-- label="收货店铺"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="80">-->
|
|
<!--</el-table-column>-->
|
|
<!--<el-table-column-->
|
|
<!-- prop="order_goods_type"-->
|
|
<!-- label="订货类型"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="totalnum"
|
|
label="单据数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completenum"
|
|
label="实际完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="110">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="totalmoney"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparationtime"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="scanningtime"-->
|
|
<!-- label="扫描时间"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
<!--<el-table-column-->
|
|
<!-- prop="bookkeeper"-->
|
|
<!-- label="记账人"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
<!--<el-table-column-->
|
|
<!-- prop="bookkeepingtime"-->
|
|
<!-- label="总部财务记账时间"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="150">-->
|
|
<!--</el-table-column>-->
|
|
<!--<el-table-column-->
|
|
<!-- prop="shipper"-->
|
|
<!-- label="出货人"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
<!--<el-table-column-->
|
|
<!-- prop="deliverytime"-->
|
|
<!-- label="出库时间"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
|
|
|
|
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="harvest_shop"-->
|
|
<!-- label="收获店铺"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- width="100">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="receivingtel"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
<el-pagination
|
|
style="float:right"
|
|
@size-change="customerorder_handleSizeChange"
|
|
@current-change="customerorder_handleCurrentChange"
|
|
:current-page="customerorder_currentPage"
|
|
:page-size="15"
|
|
layout="prev, pager, next, jumper"
|
|
:total="customerorder_total">
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="customer_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="marketprice"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="XS"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- label="XS">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="sizejm"
|
|
:show-overflow-tooltip='true'
|
|
label="均码">
|
|
<template slot-scope="scope">
|
|
<!--@change="edit_customerorder_size(scope.$index,scope.row,val)"-->
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizejm" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizejm}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizexs"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
<template slot-scope="scope">
|
|
<!--@change="edit_customerorder_size(scope.$index,scope.row,val)"-->
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizexs" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizexs}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizes"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
<template slot-scope="scope">
|
|
<!--@change="edit_customerorder_size(scope.$index,scope.row,val)"-->
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizes" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizes}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizem"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
<template slot-scope="scope">
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizem" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizem}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizel"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
<template slot-scope="scope">
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizel" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizel}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizexl"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
<template slot-scope="scope">
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizexl" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizexl}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizexxl"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizexxl" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizexxl}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sizexxxl"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-if="scope.row.isedit" @input="((val)=>{edit_customerorder_size(val, scope.$index,scope.row,scope)})" v-model="scope.row.sizexxxl" placeholder="请输入内容"></el-input>
|
|
<span v-else>{{scope.row.sizexxxl}}</span>
|
|
</template>
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="XXXXL"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- label="XXXXL">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="num"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="markettotalmoney"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount"
|
|
:show-overflow-tooltip='true'
|
|
label="供货折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="realtotalmoney"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣总价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
label="操作"
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-button v-if="!scope.row.isedit" :disabled="customerorder_islock!='0'" type="text" size="small" @click="handle_customerorder(scope.$index)">修改</el-button>
|
|
<el-button v-else type="text" size="small" @click="handle_customerorder_define(scope.$index)">确定</el-button>
|
|
<el-button v-if="scope.row.isedit" type="text" size="small" @click="handle_customerorder_cancle(scope.$index)">取消</el-button>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
<el-pagination
|
|
style="display: flex;justify-content: flex-end;"
|
|
@size-change="customerorder_info_handleSizeChange"
|
|
@current-change="customerorder_info_handleCurrentChange"
|
|
:current-page="customerorder_info_currentPage"
|
|
:page-size="15"
|
|
layout="prev, pager, next, jumper"
|
|
:total="customerorder_info_total">
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--店铺补货单 replenishshow-->
|
|
<div class="cashier_content" v-if="replenishshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@row-click="my_order_list_handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--向总部补货 generalreplenishshow-->
|
|
<div class="cashier_content" v-if="generalreplenishshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--向总部退货 generalreturnsshow-->
|
|
<div class="cashier_content" v-if="generalreturnsshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--店铺退货单 storereturnsshow-->
|
|
<div class="cashier_content" v-if="storereturnsshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--店铺发货单 storedeliveryshow-->
|
|
<div class="cashier_content" v-if="storedeliveryshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--店铺配货单 storeinvoiceshow-->
|
|
<div class="cashier_content" v-if="storeinvoiceshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="goodssn_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="order_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_seaon" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_seaon"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
订单供应商
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="order_people" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in options_people"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="order_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="30">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
label="订单类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_store"
|
|
label="收货店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_goods_type"
|
|
label="订货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="completed_num"
|
|
label="已完成数量"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
label="制单时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
label="扫描时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="general_keep_time"
|
|
label="总部财务记账时间"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="delivery_time"
|
|
label="出库时间"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipper"
|
|
label="出货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeeper"
|
|
label="记账人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="consignee"
|
|
label="收货人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="harvest_shop"
|
|
label="收获店铺"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_mobile"
|
|
label="收货人电话"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="my_order_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="myorder_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--调拨单 transferordershow-->
|
|
<div class="cashier_content" v-if="transferordershow" v-cloak>
|
|
<div class="myorder_content" style="height:100%">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="arrival_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="arrival_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table transfer_order">
|
|
<div class="transfer_order_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
调拔单列表
|
|
</div>
|
|
</div>
|
|
<div class="transfer_order_table">
|
|
<el-table
|
|
:data="transfer_order_list"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="500"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="bill_nature"
|
|
label="单据属性"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_number"
|
|
label="单据编号"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="call_out_shop"
|
|
:show-overflow-tooltip='true'
|
|
label="调出店铺">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="money"
|
|
:show-overflow-tooltip='true'
|
|
label="金额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="pull_out_name"
|
|
:show-overflow-tooltip='true'
|
|
label="调拔人">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="pull_out_time"
|
|
:show-overflow-tooltip='true'
|
|
width="120"
|
|
label="调拔制单时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="into_store"
|
|
:show-overflow-tooltip='true'
|
|
label="调进店铺">
|
|
</el-table-column>
|
|
<el-table-column
|
|
min-width="50"
|
|
prop="status"
|
|
label="状态">
|
|
<template slot-scope="scope">
|
|
<div class="pending_trial" v-if="scope.row.status!=1" type="text" size="small">待审</div>
|
|
<div class="reviewed" v-else type="text" size="small">已审</div>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="transfer_order_left">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
调拔单明细
|
|
</div>
|
|
</div>
|
|
<div class="transfer_order_table">
|
|
<el-table
|
|
:data="transfer_order_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="500"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
label="颜色"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="SM"
|
|
:show-overflow-tooltip='true'
|
|
label="SM">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="totalprice"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总价">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--上级到货单 总部到货确认 arrivalshow-->
|
|
<div class="cashier_content" v-if="arrivalshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="arrival_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="arrival_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="arrival_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
show-summary
|
|
:summary-method="arrival_list_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
label="单据类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="issue_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="发出仓库"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
label="客户"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="收货仓库"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="verification_num"
|
|
label="核验数"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="audit_status"
|
|
label="审核状态"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
label="发货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scan_status"
|
|
label="扫描状态"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.scan_status" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving"
|
|
label="收货"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.receiving" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeep"
|
|
label="记账"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.bookkeep" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sales_year"
|
|
label="销售年份"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sales_season"
|
|
label="销售季节"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="warehouse_receiving_time"
|
|
label="仓库发货时间"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="arrival_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="arrival_list_info_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="category"
|
|
:show-overflow-tooltip='true'
|
|
label="品类">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣总价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
:show-overflow-tooltip='true'
|
|
label="发货类型">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--店铺确认收货 storereceiptshow-->
|
|
<div class="cashier_content" v-if="storereceiptshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
款号定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="arrival_input" placeholder="请输入商品款号"></el-input>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="myorder_content_title_info_right">
|
|
<el-checkbox-group v-model="arrival_checkList">
|
|
<el-checkbox label="不显示已完成订单"></el-checkbox>
|
|
<el-checkbox label="按日期查询"></el-checkbox>
|
|
</el-checkbox-group>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="arrival_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
show-summary
|
|
:summary-method="arrival_list_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
label="单据类型"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="issue_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="发出仓库"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
label="客户"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="收货仓库"
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
label="数量"
|
|
:show-overflow-tooltip='true'
|
|
width="80">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="verification_num"
|
|
label="核验数"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_amount"
|
|
label="总金额"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="audit_status"
|
|
label="审核状态"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
label="发货类型"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scan_status"
|
|
label="扫描状态"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.scan_status" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receiving"
|
|
label="收货"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.receiving" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeep"
|
|
label="记账"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.bookkeep" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sales_year"
|
|
label="销售年份"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="sales_season"
|
|
label="销售季节"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
label="备注"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="warehouse_receiving_time"
|
|
label="仓库发货时间"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
label="制单人"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="arrival_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="arrival_list_info_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="category"
|
|
:show-overflow-tooltip='true'
|
|
label="品类">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣总价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
:show-overflow-tooltip='true'
|
|
label="发货类型">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--记账管理 keepmanageshow-->
|
|
<div class="cashier_content establish" v-if="keepmanageshow" v-cloak>
|
|
<div class="establish_left" style="width:380px">
|
|
<!--<div class="keep_manage_serch">-->
|
|
<!-- <div class="keep_manage_serch_info">-->
|
|
<!-- <div class="keep_manage_serch_title">-->
|
|
<!-- 单据类型-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_input">-->
|
|
<!-- <el-select v-model="bill_type" placeholder="请选择单据类型">-->
|
|
<!-- <el-option-->
|
|
<!-- v-for="item in bill_options"-->
|
|
<!-- :key="item.value"-->
|
|
<!-- :label="item.label"-->
|
|
<!-- :value="item.value">-->
|
|
<!-- </el-option>-->
|
|
<!-- </el-select>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_info">-->
|
|
<!-- <div class="keep_manage_serch_title">-->
|
|
<!-- 日期查询-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_input">-->
|
|
<!-- <el-date-picker-->
|
|
<!-- v-model="manage_time"-->
|
|
<!-- type="date"-->
|
|
<!-- placeholder="请选择日期">-->
|
|
<!-- </el-date-picker>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_info">-->
|
|
<!-- <div class="keep_manage_serch_title">-->
|
|
<!-- 客户定位-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_input">-->
|
|
<!-- <el-input v-model="client_position" placeholder="请输入客户信息"></el-input>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="keep_manage_serch_info">-->
|
|
<!-- <el-radio v-model="approved_status" label="1">已审核</el-radio>-->
|
|
<!-- <el-radio v-model="approved_status" label="2">未审核</el-radio>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="bill_summy_list">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
单据汇总列表
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="bill_summy_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="350"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="customer"
|
|
label="客户"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
:show-overflow-tooltip='true'
|
|
label="单据数">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="money"
|
|
:show-overflow-tooltip='true'
|
|
label="金额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
:show-overflow-tooltip='true'
|
|
label="单据类型">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="status"
|
|
:show-overflow-tooltip='true'
|
|
label="状态">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list" style="margin-top:10px">
|
|
<div class="bill_summy_list_top">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
客户账单概览
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_top_look">
|
|
查看账单
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom">
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
上月结存(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
本月结余(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
本月发货(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
本月退货(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
本月调货(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info">
|
|
<div class="bill_summy_list_bottom_info_left">
|
|
本月其他(元):
|
|
</div>
|
|
<div class="bill_summy_list_bottom_info_right">
|
|
17021
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="establish_right" style="width:72%;">
|
|
<div class="bill_info">
|
|
<div class="bill_info_list">
|
|
<div class="bill_info_top">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
单据细分列表
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
单据类型
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="manage_time"
|
|
type="date"
|
|
placeholder="请选择日期">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
日期查询
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="bill_type" placeholder="请选择单据类型">
|
|
<el-option
|
|
v-for="item in bill_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
客户定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="client_position" placeholder="请输入客户信息"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="keep_manage_serch_info">
|
|
<el-radio v-model="approved_status" label="1">已审核</el-radio>
|
|
<el-radio v-model="approved_status" label="2">未审核</el-radio>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="bill_list"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="bill_list_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
label="单据类型"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="examine"
|
|
label="审核"
|
|
:show-overflow-tooltip='true'
|
|
width="50">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.examine" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bookkeep"
|
|
label="记账"
|
|
:show-overflow-tooltip='true'
|
|
width="50">
|
|
<template slot-scope="scope">
|
|
<el-checkbox v-model="scope.row.bookkeep" disabled></el-checkbox>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_num"
|
|
:show-overflow-tooltip='true'
|
|
label="单据号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="time"
|
|
:show-overflow-tooltip='true'
|
|
label="时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="customer"
|
|
:show-overflow-tooltip='true'
|
|
label="客户">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
:show-overflow-tooltip='true'
|
|
label="备注">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="money"
|
|
:show-overflow-tooltip='true'
|
|
label="金额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价格">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="issue_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="发出仓库">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="accept_warehouse"
|
|
:show-overflow-tooltip='true'
|
|
label="接受仓库">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
:show-overflow-tooltip='true'
|
|
label="发货类型">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparer"
|
|
:show-overflow-tooltip='true'
|
|
label="制单人">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="preparation_time"
|
|
:show-overflow-tooltip='true'
|
|
label="制单时间">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="bill_info_list_tip">
|
|
<div class="bill_info_top">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
单据细分详情
|
|
</div>
|
|
</div>
|
|
<div class="cancel_order_right_info">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="bill_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="bill_info_list_tip_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="category"
|
|
:show-overflow-tooltip='true'
|
|
label="品类">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣金额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="shipment_type"
|
|
:show-overflow-tooltip='true'
|
|
label="发货类型">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--与总部往来账单 generalaccountshow-->
|
|
<div class="cashier_content" v-if="generalaccountshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
供应商查询
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="supplier_select" placeholder="请选择供应商">
|
|
<el-option
|
|
v-for="item in supplier_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
查询账单月份
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="general_month"
|
|
type="month"
|
|
placeholder="选择月">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="general_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="myorder_content_title_info_right general_labe">
|
|
<el-radio-group v-model="general_radio">
|
|
<el-radio :label="1">已签收账单</el-radio>
|
|
<el-radio :label="2">未签收账单</el-radio>
|
|
</el-radio-group>
|
|
<div class="one_click_sign">
|
|
一键签收
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="supplier_balance">
|
|
<div class="supplier_balance_left">
|
|
供应商账上余额:
|
|
</div>
|
|
<div class="supplier_balance_right">
|
|
2649,000
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="general_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="38">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="supplier_name"
|
|
label="供应商名称"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="200">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="month"
|
|
:show-overflow-tooltip='true'
|
|
label="月份"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="last_month_balance"
|
|
label="上月结余"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cope_with"
|
|
:show-overflow-tooltip='true'
|
|
label="应付"
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="paid_in"
|
|
label="实付"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receivable"
|
|
label="应收"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="net_receipts"
|
|
label="实收"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="closing_balance"
|
|
label="期末余额"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="status"
|
|
label="状态"
|
|
:show-overflow-tooltip='true'
|
|
width="110">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="general_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="general_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="keep_time"
|
|
:show-overflow-tooltip='true'
|
|
label="记账时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subject"
|
|
:show-overflow-tooltip='true'
|
|
label="科目">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receivable"
|
|
:show-overflow-tooltip='true'
|
|
label="应收">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="net_receipts"
|
|
:show-overflow-tooltip='true'
|
|
label="实收">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cope_with"
|
|
:show-overflow-tooltip='true'
|
|
label="应付">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="paid_in"
|
|
:show-overflow-tooltip='true'
|
|
label="实付">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="balance"
|
|
:show-overflow-tooltip='true'
|
|
label="余额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="digest"
|
|
:show-overflow-tooltip='true'
|
|
label="信息摘要">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
:show-overflow-tooltip='true'
|
|
label="源备注">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
:show-overflow-tooltip='true'
|
|
label="账单类型">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="service_time"
|
|
:show-overflow-tooltip='true'
|
|
label="业务日期">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--与门店往来账单 storeaccountshow-->
|
|
<div class="cashier_content" v-if="storeaccountshow" v-cloak>
|
|
<div class="myorder_content">
|
|
<div class="myorder_content_top">
|
|
<div class="myorder_content_title_info">
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
供应商查询
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select v-model="supplier_select" placeholder="请选择供应商">
|
|
<el-option
|
|
v-for="item in supplier_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
查询账单月份
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="general_month"
|
|
type="month"
|
|
placeholder="选择月">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份定位
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
v-model="general_year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="myorder_content_title_info_right general_labe">
|
|
<el-radio-group v-model="general_radio">
|
|
<el-radio :label="1">已签收账单</el-radio>
|
|
<el-radio :label="2">未签收账单</el-radio>
|
|
</el-radio-group>
|
|
<div class="one_click_sign">
|
|
一键签收
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="supplier_balance">
|
|
<div class="supplier_balance_left">
|
|
供应商账上余额:
|
|
</div>
|
|
<div class="supplier_balance_right">
|
|
2649,000
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="general_list"
|
|
highlight-current-row
|
|
@current-change="handleCurrentChange"
|
|
stripe
|
|
height="300"
|
|
width1="100%"
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
@selection-change="handleSelectionChange"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="38">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="supplier_name"
|
|
label="供应商名称"
|
|
:show-overflow-tooltip='true'
|
|
height="40"
|
|
width="200">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="month"
|
|
:show-overflow-tooltip='true'
|
|
label="月份"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="last_month_balance"
|
|
label="上月结余"
|
|
:show-overflow-tooltip='true'
|
|
width="150">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cope_with"
|
|
:show-overflow-tooltip='true'
|
|
label="应付"
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="paid_in"
|
|
label="实付"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receivable"
|
|
label="应收"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="net_receipts"
|
|
label="实收"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="closing_balance"
|
|
label="期末余额"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="status"
|
|
label="状态"
|
|
:show-overflow-tooltip='true'
|
|
width="110">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_bottom">
|
|
<div class="erp_list_left_title" style="margin-bottom:10px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="general_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="general_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据号"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="keep_time"
|
|
:show-overflow-tooltip='true'
|
|
label="记账时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subject"
|
|
:show-overflow-tooltip='true'
|
|
label="科目">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="receivable"
|
|
:show-overflow-tooltip='true'
|
|
label="应收">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="net_receipts"
|
|
:show-overflow-tooltip='true'
|
|
label="实收">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="cope_with"
|
|
:show-overflow-tooltip='true'
|
|
label="应付">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="paid_in"
|
|
:show-overflow-tooltip='true'
|
|
label="实付">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="balance"
|
|
:show-overflow-tooltip='true'
|
|
label="余额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="digest"
|
|
:show-overflow-tooltip='true'
|
|
label="信息摘要">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="remarks"
|
|
:show-overflow-tooltip='true'
|
|
label="源备注">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bill_type"
|
|
:show-overflow-tooltip='true'
|
|
label="账单类型">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="service_time"
|
|
:show-overflow-tooltip='true'
|
|
label="业务日期">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--仓库盘点 countsheetshow-->
|
|
<div class="cashier_content" v-if="countsheetshow" v-cloak>
|
|
<div class="bill_info">
|
|
<div class="bill_info_list">
|
|
<div class="bill_info_top">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
仓库盘点列表
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_title_info_left">
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
按品牌显示
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select clearable @change="get_brands" clearable v-model="brand_value" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
年份
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-date-picker
|
|
clearable
|
|
v-model="year_value"
|
|
type="year"
|
|
format="yyyy"
|
|
value-format="yyyy"
|
|
@change="get_year_list"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
季节
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-select clearable @change="get_brands" clearable v-model="brand_value" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
<div class="goodssn_info">
|
|
<div class="goodssn_title">
|
|
盘点人
|
|
</div>
|
|
<div class="goodssn_select">
|
|
<el-input v-model="client_position" placeholder="请输入客户信息"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="keep_manage_serch_info">
|
|
<el-radio v-model="approved_status" label="1">已审核</el-radio>
|
|
<el-radio v-model="approved_status" label="2">未审核</el-radio>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="countsheet_list"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="bill_num"
|
|
:show-overflow-tooltip='true'
|
|
label="单据号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="brandname"
|
|
label="品牌"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
:show-overflow-tooltip='true'
|
|
label="年份">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
:show-overflow-tooltip='true'
|
|
label="季节">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="addpeople"
|
|
:show-overflow-tooltip='true'
|
|
label="新增人">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="createtime"
|
|
:show-overflow-tooltip='true'
|
|
label="新增时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="stockist"
|
|
:show-overflow-tooltip='true'
|
|
label="盘点人">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="stockist_time"
|
|
:show-overflow-tooltip='true'
|
|
label="盘点时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="reviewer"
|
|
:show-overflow-tooltip='true'
|
|
label="审核人">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="document_owner"
|
|
:show-overflow-tooltip='true'
|
|
label="合并单据人">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="bill_info_list_tip">
|
|
<div class="bill_info_top">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
单据细分详情
|
|
</div>
|
|
</div>
|
|
<div class="cancel_order_right_info">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="countsheet_list_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="bill_info_list_tip_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="brandname"
|
|
:show-overflow-tooltip='true'
|
|
label="品牌">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="60">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号"
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="stockist"
|
|
:show-overflow-tooltip='true'
|
|
label="盘点人">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--商品资料详情-->
|
|
<div class="mask" v-if="shopinfoshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
商品资料详情
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="shopinfoclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from shopinfo_from">
|
|
<el-form :inline="true" :model="shopinfo" ref="shopinfo" class="memberinfo_style">
|
|
|
|
<!--<el-form-item label="会员姓名" prop="region">-->
|
|
<!-- <el-input size="medium" v-model="memberinfo.region" placeholder="请输入会员姓名"></el-input>-->
|
|
<!--</el-form-item>-->
|
|
<!--<div class="get_member_info_tip">-->
|
|
<!--<div class="get_member_info_tip_image">-->
|
|
<!-- <img src="/static/img/pc_logo.png" alt="" />-->
|
|
<!--</div>-->
|
|
<!--<div class="get_member_info_tip_name">-->
|
|
<!-- {{memberinfo.realname}}-->
|
|
<!--</div>-->
|
|
|
|
<!--</div>-->
|
|
<div class="get_member_info_from">
|
|
<el-form-item label="品牌" prop="brand_id">
|
|
<el-select v-model="shopinfo.brand_id" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
<!--<el-input size="medium" v-model="shopinfo.brandname" placeholder="请输入品牌信息"></el-input>-->
|
|
</el-form-item>
|
|
<el-form-item label="品类" prop="ccate">
|
|
<el-select v-model="shopinfo.ccate" placeholder="请选择商品品类">
|
|
<el-option
|
|
v-for="item in categorylist"
|
|
:key="item.id"
|
|
:label="item.next_name"
|
|
:value="item.id">
|
|
</el-option>
|
|
</el-select>
|
|
<!--<el-input size="medium" v-model="shopinfo.category" placeholder="请输入商品品类"></el-input>-->
|
|
</el-form-item>
|
|
<el-form-item label="吊牌价" prop="oldprice">
|
|
<el-input size="medium" v-model="shopinfo.oldprice" placeholder="请输入商品吊牌价"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="款号" prop="goodssn">
|
|
<el-input size="medium" v-model="shopinfo.goodssn" placeholder="请输入商品款号"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="波段" prop="pcate">
|
|
<el-select v-model="shopinfo.pcate" placeholder="请选择商品波段">
|
|
<el-option
|
|
v-for="item in bandlist"
|
|
:key="item.id"
|
|
:label="item.next_name"
|
|
:value="item.id">
|
|
</el-option>
|
|
</el-select>
|
|
<!--<el-input size="medium" v-model="shopinfo.ccate" placeholder="请输入商品波段"></el-input>-->
|
|
</el-form-item>
|
|
<el-form-item label="年份" prop="year">
|
|
<el-date-picker
|
|
v-model="shopinfo.year"
|
|
type="year"
|
|
format="yyyy 年"
|
|
value-format="yyyy"
|
|
placeholder="请选择年份">
|
|
</el-date-picker>
|
|
</el-form-item>
|
|
<el-form-item label="季节" prop="season">
|
|
<el-input size="medium" v-model="shopinfo.season" placeholder="请输入商品所属季节"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="商品等级" prop="grade">
|
|
<el-select v-model="shopinfo.grade" placeholder="请选择商品等级">
|
|
<el-option label="一等品" value="一等品"></el-option>
|
|
<el-option label="二等品" value="二等品"></el-option>
|
|
<el-option label="三等品" value="三等品"></el-option>
|
|
</el-select>
|
|
<!--<el-input size="medium" v-model="shopinfo.grade" placeholder="请输入商品等级"></el-input>-->
|
|
</el-form-item>
|
|
<el-form-item label="添加人" prop="addpeople">
|
|
<el-input size="medium" disabled v-model="shopinfo.addpeople" placeholder="请输入添加人"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="添加方式" prop="addstatus">
|
|
<el-input size="medium" disabled v-model="shopinfo.addstatus" placeholder="请输入添加方式"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="执行标准" prop="standards">
|
|
<el-input size="medium" v-model="shopinfo.standards" placeholder="请输入执行标准"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分1" prop="constituentone">
|
|
<el-input size="medium" v-model="shopinfo.constituentone" placeholder="请输入成分"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分2" prop="constituenttwo">
|
|
<el-input size="medium" v-model="shopinfo.constituenttwo" placeholder="请输入成分"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="成分3" prop="constituentthree">
|
|
<el-input size="medium" v-model="shopinfo.constituentthree" placeholder="请输入成分"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
|
|
</el-form>
|
|
<div class="shop_info_skan">
|
|
|
|
<div class="shop_info_skan_left">
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
颜色
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" @click="opennorms(2)" />
|
|
<img src="/static/img/erp_add.png" @click="opennorms(2)" alt="" />
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" v-for="(item,index) in shopinfo.colors">
|
|
{{item}}
|
|
<!--<div class="delect_info" @click="delect_color(index)">-->
|
|
<!-- <img src="/static/img/skan_plug.png" alt="" />-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="shop_info_skan_left">
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
尺码
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<!--<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<!--<img src="/static/img/erp_add.png" alt="" />-->
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" :class="item.checkd?'size_active':''" v-for="(item,index) in shopinfo.sizelist" @click="opennorms(2)">
|
|
{{item.name}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="shopinfoForm('shopinfo')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitshopinfo('shopinfo')">
|
|
修改
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--用户详情-->
|
|
<div class="mask" v-if="userinfoshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
用户详情
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="userinfoclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:30px 190px;">
|
|
<el-form :inline="true" :model="userinfo" ref="userinfo" class="memberinfo_style" label-width="90px">
|
|
|
|
<!--<el-form-item label="会员姓名" prop="region">-->
|
|
<!-- <el-input size="medium" v-model="memberinfo.region" placeholder="请输入会员姓名"></el-input>-->
|
|
<!--</el-form-item>-->
|
|
<div class="get_member_info_tip">
|
|
<div class="get_user_info_tip_image">
|
|
<img :src="userinfo.logo" alt="" />
|
|
</div>
|
|
<div class="get_member_info_tip_name" style="margin:10px 0">
|
|
{{userinfo.realname}}
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="店铺名称" prop="merchname">
|
|
<el-input disabled size="medium" v-model="userinfo.merchname" placeholder="请输入店铺名称"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="联系方式" prop="mobile">
|
|
<el-input disabled maxlength="11" size="medium" v-model="userinfo.mobile" placeholder="请输入联系方式"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="店铺属性" prop="groupname">
|
|
<el-radio-group v-model="userinfo.groupname" disabled>
|
|
<el-radio label="加盟店"></el-radio>
|
|
<el-radio label="自营店"></el-radio>
|
|
<el-radio v-if="groupid==11" label="代理商"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="店铺地址" prop="address">
|
|
<el-input disabled size="medium" v-model="userinfo.store_address" placeholder="请输入店铺地址"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="供货折扣" prop="supply_discount">
|
|
<el-input size="medium" v-model="userinfo.supply_discount" placeholder="请输入供货折扣"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="跨季换货率" prop="cross_level_rate">
|
|
<el-input size="medium" v-model="userinfo.cross_level_rate" placeholder="请输入跨季换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="季内换货率" prop="intra_quarter_rate">
|
|
<el-input size="medium" v-model="userinfo.intra_quarter_rate" placeholder="请输入季内换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="合作方式" prop="cooperation_mode">
|
|
<el-radio-group v-model="userinfo.cooperation_mode">
|
|
<el-radio label="加盟"></el-radio>
|
|
<el-radio label="联营"></el-radio>
|
|
<el-radio label="特卖"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</el-form>
|
|
<div class="licensing_brand">
|
|
<div class="licensing_brand_title">
|
|
授权品牌
|
|
</div>
|
|
<div class="licensing_brand_content">
|
|
<el-checkbox-group v-model="userinfo.brand_ids">
|
|
<el-checkbox v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.brand_ids">{{item.bname}}</el-checkbox>
|
|
</el-checkbox-group>
|
|
<!--<el-checkbox-group v-model="userinfo_checkList">-->
|
|
|
|
<!--<div class="licensing_brand_info" v-for="item in userinfo.brand">-->
|
|
<!-- <el-checkbox :label="item"></el-checkbox>-->
|
|
<!--</div>-->
|
|
<!--</el-checkbox-group>-->
|
|
|
|
</div>
|
|
</div>
|
|
<div class="agree_info">
|
|
合作备注条款
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="userinfoForm('userinfo')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submituserinfo('userinfo')">
|
|
修改
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--新增客户(店铺)订单 addordershow-->
|
|
<div class="mask" v-if="addordershow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
新增客户(店铺)订单
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
<div class="add_order_left">
|
|
<div class="add_order_left_info">
|
|
新增
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
打印
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
审核
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
保存
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
删除
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
Excel导入
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
编辑
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="addorderclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from">
|
|
<el-form :inline="true" :model="addorder_form" ref="addorder_form" class="memberinfo_style" label-width="90px">
|
|
|
|
<div class="get_member_info_from">
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="订单号" prop="order_number">
|
|
<el-input size="medium" v-model="addorder_form.order_number" placeholder="请输入订单号"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户" prop="customer">
|
|
<el-input size="medium" v-model="addorder_form.customer" placeholder="请输入客户姓名"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户电话" prop="customer_mobile">
|
|
<el-input size="medium" v-model="addorder_form.customer_mobile" placeholder="请输入客户电话"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="订货店铺" prop="order_shop">
|
|
<el-input size="medium" v-model="addorder_form.order_shop" placeholder="请输入订货店铺"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="销售季节" prop="sales_season">
|
|
<el-input size="medium" v-model="addorder_form.sales_season" placeholder="请输入销售季节"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="制单时间" prop="preparation_time">
|
|
<el-input size="medium" v-model="addorder_form.preparation_time" placeholder="请输入制单时间"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="制单人员" prop="preparation_staff">
|
|
<el-input size="medium" v-model="addorder_form.preparation_staff" placeholder="请输入制单人员"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="订单类型" prop="order_type">
|
|
<el-input size="medium" v-model="addorder_form.order_type" placeholder="请输入订单类型"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户地址" prop="customer_address">
|
|
<el-cascader
|
|
ref="three"
|
|
size="large"
|
|
:options="options"
|
|
v-model="addorder_form.customer_address"
|
|
@change="handleChange"
|
|
>
|
|
</el-cascader>
|
|
<!--<el-input size="medium" v-model="addorder_form.customer_address" placeholder="请输入客户地址"></el-input>-->
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="备注信息" prop="remarks">
|
|
<el-input size="medium" v-model="addorder_form.remarks" placeholder="请输入备注信息"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</el-form>
|
|
|
|
<div class="add_order_table">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
单款输入
|
|
</div>
|
|
<div class="one_serch_input">
|
|
<el-input v-model="oneserchinput" placeholder="请输入款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="member_search" style="margin-top:0;background:#f3f6fc">
|
|
<div class="member_search_input">
|
|
<el-input v-model="addorderhkey" @keyup.enter.native="addordersearch" placeholder="请输入商品编码"></el-input>
|
|
</div>
|
|
<div class="member_search_button" @click="addordersearch">
|
|
<img src="/static/img/search.png" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right_image">
|
|
<img src="/static/img/exchange_code.png" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="add_order_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="50">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="XXXXL"-->
|
|
<!-- :show-overflow-tooltip='true'-->
|
|
<!-- label="XXXXL">-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="批发折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣总价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
:show-overflow-tooltip='true'
|
|
label="订单类型">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="addorderForm('addorder_form')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitaddorder('addorder_form')">
|
|
修改
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--到货单扫描入库 scanwarhouseshow-->
|
|
<div class="mask" v-if="scanwarhouseshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
到货单扫描入库
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
|
|
<div class="left_shoptip_right" @click="scanwarhouseclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px">
|
|
<div class="add_order_table">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
发货数
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<div class="member_search" style="margin-top:0;background:#f3f6fc">
|
|
<div class="member_search_input">
|
|
<el-input v-model="datainfokey" @keyup.enter.native="datainfosearch" placeholder="请输入商品编码"></el-input>
|
|
</div>
|
|
<div class="member_search_button" @click="datainfosearch">
|
|
<img src="/static/img/search.png" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right_image">
|
|
<img src="/static/img/exchange_code.png" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="datainfo"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
label="颜色"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="size"
|
|
:show-overflow-tooltip='true'
|
|
label="尺码">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="company_deliver"
|
|
:show-overflow-tooltip='true'
|
|
label="公司发货">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="check_goods"
|
|
:show-overflow-tooltip='true'
|
|
label="验收到货">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="difference_num"
|
|
:show-overflow-tooltip='true'
|
|
label="差异数">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="add_order_table" style="margin-top:20px">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
扫描数
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="scandatainfo"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
label="颜色"
|
|
:show-overflow-tooltip='true'
|
|
width="120">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="size"
|
|
:show-overflow-tooltip='true'
|
|
label="尺码">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="bar_coding"
|
|
:show-overflow-tooltip='true'
|
|
label="条形编码">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="scanning_time"
|
|
:show-overflow-tooltip='true'
|
|
label="扫描时间">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="operator"
|
|
:show-overflow-tooltip='true'
|
|
label="操作人">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_define" @click="lookdifferences()">
|
|
查看差异
|
|
</div>
|
|
<div class="shop_info_define" @click="submitdatainfo()">
|
|
确认收货
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--商品调拔单 transfergoodsshow-->
|
|
<div class="mask" v-if="transfergoodsshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
商品调拔单
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
<div class="add_order_left">
|
|
<div class="add_order_left_info">
|
|
新增
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
删除
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
修改
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
保存
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="transfergoodsclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px;">
|
|
|
|
<div class="transfer_goods">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
调出店铺
|
|
</div>
|
|
</div>
|
|
<div class="transfer_goods_form">
|
|
<el-form label-width="90px" :inline="true" :model="transfer_goods_form" ref="transfer_goods_form" class="memberinfo_style">
|
|
<div class="get_member_info_from">
|
|
<el-form-item label="选择店铺" prop="select_store">
|
|
<el-select v-model="transfer_goods_form.select_store" placeholder="请选择店铺">
|
|
<el-option
|
|
v-for="item in transfer_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="店铺属性" prop="store_type">
|
|
<el-select v-model="transfer_goods_form.store_type" placeholder="请选择店铺属性">
|
|
<el-option
|
|
v-for="item in store_type_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="联系方式" prop="mobile">
|
|
<el-input size="medium" v-model="transfer_goods_form.mobile" placeholder="请输入联系方式"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="店铺联系人" prop="store_people">
|
|
<el-input size="medium" v-model="transfer_goods_form.store_people" placeholder="请输入店铺联系人"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="店铺地址" prop="store_address">
|
|
<el-cascader
|
|
ref="addressthree"
|
|
size="large"
|
|
:options="customeroptions"
|
|
v-model="transfer_goods_form.store_address"
|
|
@change="transfer_goods_handleChange"
|
|
>
|
|
</el-cascader>
|
|
</el-form-item>
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<div class="transfer_goods">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
调进店铺
|
|
</div>
|
|
</div>
|
|
<div class="transfer_goods_form">
|
|
<el-form label-width="90px" :inline="true" :model="into_store_form" ref="into_store_form" class="memberinfo_style">
|
|
<div class="get_member_info_from">
|
|
<el-form-item label="选择店铺" prop="select_store">
|
|
<el-select v-model="into_store_form.select_store" placeholder="请选择店铺">
|
|
<el-option
|
|
v-for="item in transfer_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="店铺属性" prop="store_type">
|
|
<el-select v-model="into_store_form.store_type" placeholder="请选择店铺属性">
|
|
<el-option
|
|
v-for="item in store_type_options"
|
|
:key="item.value"
|
|
:label="item.label"
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="联系方式" prop="mobile">
|
|
<el-input size="medium" v-model="into_store_form.mobile" placeholder="请输入联系方式"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="店铺联系人" prop="store_people">
|
|
<el-input size="medium" v-model="into_store_form.store_people" placeholder="请输入店铺联系人"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="店铺地址" prop="store_address">
|
|
<el-cascader
|
|
ref="into_store_three"
|
|
size="large"
|
|
:options="customeroptions"
|
|
v-model="into_store_form.store_address"
|
|
@change="into_store_handleChange"
|
|
>
|
|
</el-cascader>
|
|
</el-form-item>
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<div class="add_order_table">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
订单详情
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
单款输入
|
|
</div>
|
|
<div class="one_serch_input">
|
|
<el-input v-model="transfer_goods_input" placeholder="请输入款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="member_search" style="margin-top:0;background:#f3f6fc">
|
|
<div class="member_search_input">
|
|
<el-input v-model="transfer_goods_key" @keyup.enter.native="transfer_goods_search" placeholder="请输入商品编码"></el-input>
|
|
</div>
|
|
<div class="member_search_button" @click="transfer_goods_search">
|
|
<img src="/static/img/search.png" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right_image">
|
|
<img src="/static/img/exchange_code.png" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="transfer_goods_table"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
:show-overflow-tooltip='true'
|
|
label="XS">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
:show-overflow-tooltip='true'
|
|
label="S">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
:show-overflow-tooltip='true'
|
|
label="M">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
:show-overflow-tooltip='true'
|
|
label="L">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
:show-overflow-tooltip='true'
|
|
label="XL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
:show-overflow-tooltip='true'
|
|
label="XXXXL">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="小计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总金额"
|
|
width="100">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<!--<div class="member_mask_info_from_button">-->
|
|
<!-- <div class="shop_info_cancle" @click="addorderForm('addorder_form')">-->
|
|
<!-- 取消-->
|
|
<!-- </div>-->
|
|
<!-- <div class="shop_info_define" @click="submitaddorder('addorder_form')">-->
|
|
<!-- 修改-->
|
|
<!-- </div>-->
|
|
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--新增补货 addreplenishshow-->
|
|
<div class="mask" v-if="addreplenishshow" v-cloak>
|
|
<div class="member_mask_info" style="width:1300px">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<div class="left_shoptip_left_image" style="width: 20px;height: 20px;">
|
|
<img src="/static/img/erp_replenish.png" style="width: 20px;height: 20px;" />
|
|
</div>
|
|
<div class="left_shoptip_left_title" style="margin-left:10px">
|
|
我要补货
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="relenishclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from">
|
|
<div class="replenish_top">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
供应商信息
|
|
</div>
|
|
</div>
|
|
<div class="replenish_top_from">
|
|
<el-form ref="replenishform" :model="replenishform" label-position="right">
|
|
|
|
<el-form-item label="供应商">
|
|
<el-select @change="replenish_select" v-model="replenishform.suppliername" placeholder="请选择我的供应商">
|
|
<el-option
|
|
v-for="item in supplierlist"
|
|
:key="item.id"
|
|
:label="item.merchname"
|
|
:value="item.id">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="供应商电话">
|
|
<el-input disabled v-model="replenishform.suppliermobile" placeholder="请输入供应商电话"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="供应商联系人">
|
|
<el-input disabled v-model="replenishform.supplierpeople" placeholder="请输入供应商联系人"></el-input>
|
|
</el-form-item>
|
|
<el-form-item label="供应商地址">
|
|
<el-input disabled v-model="replenishform.supplieraddress" placeholder="请输入供应商地址"></el-input>
|
|
</el-form-item>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_bottom">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
补单商品详情
|
|
</div>
|
|
<div class="addrowcss" @click="addrowclick">
|
|
<el-button size="small" type="primary" icon="el-icon-plus">添加</el-button>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<!--<div class="member_search" style="margin-top:0;background:#f3f6fc">-->
|
|
<!-- <div class="member_search_input">-->
|
|
<!-- <el-input v-model="replenishkey" @keyup.enter.native="replenishsearch" placeholder="请输入商品编码"></el-input>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="member_search_button" @click="replenishsearch">-->
|
|
<!-- <img src="/static/img/search.png" alt="">-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_right_image">
|
|
<img src="/static/img/exchange_code.png" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_bottom_info own_media">
|
|
<el-table
|
|
:data="replenishodata"
|
|
stripe
|
|
:cell-style="rowreplenClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
width="180">
|
|
<template slot-scope="scope">
|
|
<el-input @keyup.enter.native="replenishsearch(scope.$index)" @change="replenishsearch(scope.$index)" v-model="scope.row.goodssn" placeholder="请输入内容"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
label="颜色"
|
|
width="120">
|
|
<template slot-scope="scope">
|
|
<el-select @change="((val)=>{colorchange(val, scope.$index)})" v-model="scope.row.color" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in scope.row.colorselect"
|
|
:key="item.id"
|
|
:label="item.title"
|
|
:value="item">
|
|
</el-option>
|
|
</el-select>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="size"
|
|
label="均码">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.size" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
label="XS">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XS" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
label="S">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.S" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
label="M">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.M" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
label="L">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.L" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
label="XL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
label="XXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
label="XXXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
label="XXXXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXXXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
min-width="100"
|
|
label="操作">
|
|
<template slot-scope="scope">
|
|
<!--<el-button @click="editreplenish(scope.$index, scope.row)" type="text" size="small">修改</el-button>-->
|
|
<el-button @click="deletereplenish(scope.$index, scope.row)" type="text" size="small">删除</el-button>
|
|
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_button">
|
|
<div class="replenish_button_left" @click="relenishclose">
|
|
清空补单
|
|
</div>
|
|
<div class="replenish_button_right" @click="definerelenish">
|
|
确认补单
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--新增盘点 addcountsheetshow-->
|
|
<div class="mask" v-if="addcountsheetshow" v-cloak>
|
|
<div class="member_mask_info" style="width:1300px">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 20px;height: 20px;">-->
|
|
<!-- <img src="/static/img/erp_replenish.png" style="width: 20px;height: 20px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title" style="margin-left:0">
|
|
新建盘点单
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="countsheetclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from">
|
|
<div class="replenish_top">
|
|
<div class="erp_list_left_title">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
供应商信息
|
|
</div>
|
|
</div>
|
|
<div class="replenish_top_from">
|
|
<el-form ref="countsheetform" :model="countsheetform" label-position="right">
|
|
|
|
<el-form-item label="盘点品牌">
|
|
<el-select v-model="countsheetform.brand_id" placeholder="请选择品牌">
|
|
<el-option
|
|
v-for="item in brandlist"
|
|
:key="item.brand_ids"
|
|
:label="item.bname"
|
|
:value="item.brand_ids">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="盘点类型">
|
|
<el-select @change="replenish_select" v-model="countsheetform.countsheet_type" placeholder="请选择盘点类型">
|
|
<el-option label="抽盘" value="抽盘"></el-option>
|
|
<el-option label="全盘" value="全盘"></el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
<el-form-item label="盘点人">
|
|
<el-input v-model="countsheetform.stockist" placeholder="请输入盘点人"></el-input>
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
<el-form class="teshulabel" ref="countsheetform" :model="countsheetform" label-position="right" label="200">
|
|
<el-form-item label="在途退货是否计算盘点数据" label="120">
|
|
<el-radio-group v-model="countsheetform.return_transit">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
<el-form-item label="在途发货是否计算盘点数据">
|
|
<el-radio-group v-model="countsheetform.transit_shipment">
|
|
<el-radio label="是"></el-radio>
|
|
<el-radio label="否"></el-radio>
|
|
</el-radio-group>
|
|
</el-form-item>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_bottom">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
盘点数据详情
|
|
</div>
|
|
<div class="one_serch_title" style="padding-left:20px" @click="addcountsheerowclick">
|
|
手动盘点录入
|
|
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
扫描盘点
|
|
</div>
|
|
</div>
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
删除
|
|
</div>
|
|
</div>
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
查看并生成差异
|
|
</div>
|
|
</div>
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
导出盘点单
|
|
</div>
|
|
</div>
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
打印
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_bottom_info own_media">
|
|
<el-table
|
|
:data="countsheedata"
|
|
stripe
|
|
:cell-style="rowreplenClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
height="220"
|
|
show-summary
|
|
:summary-method="countsheedata_getSummaries"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="brandname"
|
|
label="品牌">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="goodssn"
|
|
label="款号"
|
|
width="180">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.goodssn" placeholder="请输入内容"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="size"
|
|
label="均码">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.size" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
label="XS">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XS" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
label="S">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.S" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
label="M">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.M" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
label="L">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.L" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
label="XL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
label="XXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
label="XXXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXXL"
|
|
label="XXXXL">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.XXXXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
label="合计">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.subtotal" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
label="吊牌价">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.price" placeholder="请输入吊牌价"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
min-width="100"
|
|
prop="stockist"
|
|
label="盘点人">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="replenish_button">
|
|
<div class="replenish_button_left" @click="countsheeclose">
|
|
取消
|
|
</div>
|
|
<div class="replenish_button_right" @click="definecountsheet">
|
|
确认
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--对账单 statementshow-->
|
|
<div class="mask" v-if="statementshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
对账单
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
<div class="add_order_left">
|
|
<div class="add_order_left_info">
|
|
打印
|
|
</div>
|
|
<div class="add_order_left_info">
|
|
导出
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="statementshowrclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px;">
|
|
<div class="customer_info">
|
|
<div class="erp_list_left_title" style="margin-bottom:20px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商户基本信息
|
|
</div>
|
|
</div>
|
|
<el-form :inline="true" :model="statement_form" ref="statement_form" class="memberinfo_style" label-width="110px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户姓名" prop="customer_name">
|
|
<el-input size="medium" v-model="statement_form.customer_mobile" placeholder="请输入客户姓名"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="联系方式" prop="customer_mobile">
|
|
<el-input size="medium" v-model="statement_form.customer_mobile" placeholder="请输入客户电话"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户属性" prop="customer_type">
|
|
<el-select v-model="statement_form.customer_type" placeholder="请选择客户属性">
|
|
<el-option label="代理商" value="7"></el-option>
|
|
<el-option label="加盟商" value="8"></el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="店铺地址" prop="customer_address">
|
|
<el-cascader
|
|
ref="three"
|
|
size="large"
|
|
:options="options"
|
|
v-model="statement_form.customer_address"
|
|
@change="handleChange"
|
|
>
|
|
</el-cascader>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="供货折扣" prop="supply_discount">
|
|
<el-input size="medium" v-model="statement_form.supply_discount" placeholder="请输入供货折扣"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
<div class="customer_info">
|
|
<div class="erp_list_left_title" style="margin-bottom:20px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
账面摘要
|
|
</div>
|
|
</div>
|
|
<el-form :inline="true" :model="statement_form" ref="statement_form" class="memberinfo_style" label-width="125px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="账上余额" prop="account_balance">
|
|
<el-input size="medium" v-model="statement_form.account_balance" placeholder="请输入账上余额"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="上月结余" prop="last_month_balance">
|
|
<el-input size="medium" v-model="statement_form.last_month_balance" placeholder="请输入上月结余"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月发货" prop="shipme_month">
|
|
<el-input size="medium" v-model="statement_form.shipme_month" placeholder="请输入本月发货"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月退货" prop="return_month">
|
|
<el-input size="medium" v-model="statement_form.return_month" placeholder="请输入本月退货"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="其他费用" prop="other_expenses">
|
|
<el-input size="medium" v-model="statement_form.other_expenses" placeholder="请输入其他费用"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月回款" prop="collection_month">
|
|
<el-input size="medium" v-model="statement_form.collection_month" placeholder="请输入本月回款"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="可用跨季度换货率" prop="cross_quarter">
|
|
<el-input size="medium" v-model="statement_form.cross_quarter" placeholder="请输入可用跨季度换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信额度" prop="credit_line">
|
|
<el-input size="medium" v-model="statement_form.credit_line" placeholder="请输入授信额度"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="货品定金" prop="deposit_goods">
|
|
<el-input size="medium" v-model="statement_form.deposit_goods" placeholder="请输入货品定金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="道具押金" prop="props_deposit">
|
|
<el-input size="medium" v-model="statement_form.props_deposit" placeholder="请输入道具押金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="合同保证金" prop="deposit_contracts">
|
|
<el-input size="medium" v-model="statement_form.deposit_contracts" placeholder="请输入合同保证金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
|
|
<div class="add_order_table" style="margin-top:20px">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
账单明细
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
记账人:
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-input size="medium" v-model="statement_form.bookkeeper" placeholder="请输入记账人姓名"></el-input>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="statement_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
@selection-change="handleaddorderChange"
|
|
height="300"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
prop="bill_num"
|
|
label="单据编号"
|
|
:show-overflow-tooltip='true'>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="type"
|
|
label="类型"
|
|
:show-overflow-tooltip='true'>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="number"
|
|
:show-overflow-tooltip='true'
|
|
label="数量">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="money"
|
|
:show-overflow-tooltip='true'
|
|
label="金额">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="createtime"
|
|
:show-overflow-tooltip='true'
|
|
label="发生日期">
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="statementForm('statement_form')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitstatement('statement_form')">
|
|
保存
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--客户发货授信 customercreditshow-->
|
|
<div class="mask" v-if="customercreditshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
客户发货授信
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
<div class="add_order_left">
|
|
<div class="add_order_left_info">
|
|
打印
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="customercreditclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px;">
|
|
<div class="customer_info">
|
|
<div class="erp_list_left_title" style="margin-bottom:20px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商户基本信息
|
|
</div>
|
|
</div>
|
|
<el-form :inline="true" :model="customercredit_form" ref="customercredit_form" class="memberinfo_style" label-width="110px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户姓名" prop="customer_name">
|
|
<el-select @change="selece_customercredit" v-model="customercredit_form.customer_name" placeholder="请选择客户姓名">
|
|
<el-option
|
|
v-for="(item,index) in allcustomer"
|
|
:key="item.merchid"
|
|
:label="item.realname"
|
|
:value="item.merchid">
|
|
</el-option>
|
|
</el-select>
|
|
<!--<el-input size="medium" v-model="statement_form.customer_mobile" placeholder="请输入客户姓名"></el-input>-->
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="联系方式" prop="customer_mobile">
|
|
<el-input size="medium" v-model="customercredit_form.customer_mobile" placeholder="请输入客户电话"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="店铺地址" prop="customer_address">
|
|
<el-input size="medium" v-model="customercredit_form.customer_address" placeholder="请输入店铺地址"></el-input>
|
|
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="供货折扣" prop="supply_discount">
|
|
<el-input size="medium" v-model="customercredit_form.supply_discount" placeholder="请输入供货折扣"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
<div class="customer_info">
|
|
<div class="erp_list_left_title" style="margin-bottom:20px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
账面摘要
|
|
</div>
|
|
</div>
|
|
<el-form :inline="true" :model="customercredit_form" ref="customercredit_form" class="memberinfo_style" label-width="125px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="账上余额" prop="account_balance">
|
|
<el-input size="medium" v-model="customercredit_form.account_balance" placeholder="请输入账上余额"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="上月结余" prop="last_month_balance">
|
|
<el-input size="medium" v-model="customercredit_form.last_month_balance" placeholder="请输入上月结余"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月发货" prop="shipme_month">
|
|
<el-input size="medium" v-model="customercredit_form.shipme_month" placeholder="请输入本月发货"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月退货" prop="return_month">
|
|
<el-input size="medium" v-model="customercredit_form.return_month" placeholder="请输入本月退货"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="其他费用" prop="other_expenses">
|
|
<el-input size="medium" v-model="customercredit_form.other_expenses" placeholder="请输入其他费用"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="本月回款" prop="collection_month">
|
|
<el-input size="medium" v-model="customercredit_form.collection_month" placeholder="请输入本月回款"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="可用跨季度换货率" prop="cross_quarter">
|
|
<el-input size="medium" v-model="customercredit_form.cross_quarter" placeholder="请输入可用跨季度换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信额度" prop="credit_line">
|
|
<el-input size="medium" v-model="customercredit_form.credit_line" placeholder="请输入授信额度"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="货品定金" prop="deposit_goods">
|
|
<el-input size="medium" v-model="customercredit_form.deposit_goods" placeholder="请输入货品定金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="道具押金" prop="props_deposit">
|
|
<el-input size="medium" v-model="customercredit_form.props_deposit" placeholder="请输入道具押金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="合同保证金" prop="deposit_contracts">
|
|
<el-input size="medium" v-model="customercredit_form.deposit_contracts" placeholder="请输入合同保证金"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信金额" prop="credit_amount">
|
|
<el-input size="medium" v-model="customercredit_form.credit_amount" placeholder="请输入授信金额"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信截止日期" prop="credit_deadline">
|
|
<el-input size="medium" v-model="customercredit_form.credit_deadline" placeholder="请选择授信截止日期"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="预计回款日期" prop="collection_date">
|
|
<el-input size="medium" v-model="customercredit_form.collection_date" placeholder="请选择回款日期"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="备注信息" prop="deposit_contracts">
|
|
<el-input size="medium" v-model="customercredit_form.remarks" placeholder="请输入备注信息"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="customercreditForm('customercredit_form')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitcustomercredit('customercredit_form')">
|
|
保存
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--订,补,发,配,退新增弹窗 addbillordershow-->
|
|
<div class="mask" v-if="addbillordershow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
{{public_title}}
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
<div class="add_order_left">
|
|
<div class="add_order_left_info">
|
|
打印
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right" @click="addbillorderclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px;">
|
|
<div class="customer_info">
|
|
<div class="erp_list_left_title" style="margin-bottom:20px">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
客户信息
|
|
</div>
|
|
<div class="add_bill_order" >
|
|
查看账单
|
|
</div>
|
|
</div>
|
|
<el-form :inline="true" :model="addbillorder_form" ref="addbillorder_form" class="memberinfo_style" label-width="110px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户" prop="realname">
|
|
<el-select @change="selece_customer" v-model="addbillorder_form.realname" placeholder="请选择客户姓名">
|
|
<el-option
|
|
v-for="(item,index) in allcustomer"
|
|
:key="item.merchid"
|
|
:label="item.realname"
|
|
:value="item.merchid">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户电话" prop="mobile">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.mobile" placeholder="请输入客户电话"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户类型" prop="cooperation_mode">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.cooperation_mode" placeholder="请输入客户类型"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="供货折扣" prop="supply_discount">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.supply_discount" placeholder="请输入供货折扣"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="跨季换货率" prop="cross_level_rate">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.cross_level_rate" placeholder="请输入跨季换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="季内换货率" prop="intra_quarter_rate">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.intra_quarter_rate" placeholder="请输入季内换货率"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="客户地址" prop="address">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.address" placeholder="请输入客户地址"></el-input>
|
|
<!--<el-cascader-->
|
|
<!-- ref="three"-->
|
|
<!-- size="large"-->
|
|
<!-- :options="options"-->
|
|
<!-- v-model="addbillorder_form.customer_address"-->
|
|
<!-- @change="handleChange"-->
|
|
<!-- >-->
|
|
<!-- </el-cascader>-->
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="备注信息" prop="remarks">
|
|
<el-input size="medium" v-model="addbillorder_form.remarks" placeholder="请输入备注信息"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</el-form>
|
|
<el-form :inline="true" :model="addbillorder_form" ref="addbillorder_form" class="memberinfo_style" label-width="110px">
|
|
<div class="get_member_info_from" style="display:block">
|
|
<div class="get_member_info_from_bewwtten">
|
|
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="账上余额" prop="account_balance">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.account_balance" placeholder="请输入账上余额"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信额度" prop="credit_line">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.credit_line" placeholder="请输入授信额度"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="授信周期" prop="credit_period">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.credit_period" placeholder="请输入授信周期"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="get_member_info_from_bewwtten">
|
|
<!--<div class="get_member_info_from_bewwtten_left">-->
|
|
<!-- <el-form-item label="选择年份" prop="year">-->
|
|
<!-- <el-date-picker-->
|
|
<!-- v-model="addbillorder_form.year"-->
|
|
<!-- type="year"-->
|
|
<!-- format="yyyy 年"-->
|
|
<!-- value-format="yyyy"-->
|
|
<!-- placeholder="请选择年份">-->
|
|
<!-- </el-date-picker>-->
|
|
<!-- </el-form-item>-->
|
|
<!--</div>-->
|
|
|
|
<!--<div class="get_member_info_from_bewwtten_left">-->
|
|
<!-- <el-form-item label="选择季节" prop="season">-->
|
|
<!-- <el-select v-model="addbillorder_form.season" placeholder="请选择季节">-->
|
|
<!-- <el-option-->
|
|
<!-- v-for="item in options_seaon"-->
|
|
<!-- :key="item.value"-->
|
|
<!-- :label="item.label"-->
|
|
<!-- :value="item.value">-->
|
|
<!-- </el-option>-->
|
|
<!-- </el-select>-->
|
|
<!-- </el-form-item>-->
|
|
<!--</div>-->
|
|
|
|
<div class="get_member_info_from_bewwtten_left">
|
|
<el-form-item label="类型" prop="type">
|
|
<el-input disabled size="medium" v-model="addbillorder_form.type" placeholder="请输入类型"></el-input>
|
|
</el-form-item>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</el-form>
|
|
</div>
|
|
|
|
|
|
<div class="add_order_table" style="margin-top:20px">
|
|
<div class="left_shoptip_top" style="padding:0;">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
商品信息
|
|
</div>
|
|
<div class="add_bill_order">
|
|
其他页面引入数据
|
|
</div>
|
|
</div>
|
|
<div class="left_shoptip_right">
|
|
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
款号定位
|
|
</div>
|
|
<div class="one_serch_input">
|
|
<el-input v-model="oneserchinput" placeholder="请输入款号"></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="one_serch">
|
|
<div class="one_serch_title">
|
|
<span @click="tip_import" v-if="addbillorder_form.realname==''||addbillorder_form.realname==null">导入</span>
|
|
<el-upload
|
|
v-else
|
|
class="upload-demo shop_operation_name"
|
|
ref="upload"
|
|
|
|
:show-file-list="false"
|
|
:on-change="upload_return_add_bil"
|
|
action="https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.goods_imports"
|
|
:data={buyerid:this.addbillorder_form.id}>
|
|
导入
|
|
</el-upload>
|
|
|
|
</div>
|
|
</div>
|
|
<!--<div class="one_serch">-->
|
|
<!-- <div class="one_serch_title">-->
|
|
<!-- 导出 -->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="one_serch" @click="addbillorder_rowclick">
|
|
<div class="one_serch_title">
|
|
手动添加
|
|
</div>
|
|
</div>
|
|
<!--<div class="one_serch">-->
|
|
<!-- <div class="one_serch_title">-->
|
|
<!-- 扫描制单 -->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<div class="one_serch" @click = "addbillorder_delect">
|
|
<div class="one_serch_title">
|
|
删除数据
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="myorder_content_top_table">
|
|
<el-table
|
|
:data="add_bil_order_info"
|
|
stripe
|
|
:cell-style="rowClass"
|
|
:header-cell-style="headClass"
|
|
class="closeborder"
|
|
:summary-method="addbillorder_getSummaries"
|
|
show-summary
|
|
@selection-change="handladdbillorderChange"
|
|
height="300"
|
|
style="width: 100%">
|
|
<el-table-column
|
|
type="selection"
|
|
width="60">
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
prop="goodssn"
|
|
:show-overflow-tooltip='true'
|
|
label="款号"
|
|
width="150">
|
|
<template slot-scope="scope">
|
|
<el-input @keyup.enter.native="addbillordersearch(scope.$index)" @change="addbillordersearch(scope.$index)" v-model="scope.row.goodssn" placeholder="请输入内容"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="color"
|
|
:show-overflow-tooltip='true'
|
|
label="颜色"
|
|
width="150"
|
|
>
|
|
<template slot-scope="scope">
|
|
<el-select @change="((val)=>{addbillordercolorchange(val, scope.$index)})" v-model="scope.row.color" placeholder="请选择">
|
|
<el-option
|
|
v-for="item in scope.row.colorselect"
|
|
:key="item.id"
|
|
:label="item.title"
|
|
:value="item">
|
|
</el-option>
|
|
</el-select>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="price"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="size"
|
|
label="均码">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.size" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XS"
|
|
label="XS">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.XS" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="S"
|
|
label="S">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.S" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="M"
|
|
label="M">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.M" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="L"
|
|
label="L">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.L" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XL"
|
|
label="XL">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.XL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXL"
|
|
label="XXL">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.XXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="XXXL"
|
|
label="XXXL">
|
|
<template slot-scope="scope">
|
|
<el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.XXXL" placeholder="请输入商品数量"></el-input>
|
|
</template>
|
|
</el-table-column>
|
|
<!--<el-table-column-->
|
|
<!-- prop="XXXXL"-->
|
|
<!-- label="XXXXL">-->
|
|
<!-- <template slot-scope="scope">-->
|
|
<!-- <el-input @input="((val)=>{addbillordersizechange(val, scope.$index,scope)})" v-model="scope.row.XXXXL" placeholder="请输入商品数量"></el-input>-->
|
|
<!-- </template>-->
|
|
<!--</el-table-column>-->
|
|
<el-table-column
|
|
prop="year"
|
|
label="年份"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="season"
|
|
label="季节"
|
|
:show-overflow-tooltip='true'
|
|
width="90">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="band"
|
|
:show-overflow-tooltip='true'
|
|
label="波段">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="category"
|
|
:show-overflow-tooltip='true'
|
|
label="品类">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="subtotal"
|
|
:show-overflow-tooltip='true'
|
|
label="合计">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="total_price_all"
|
|
:show-overflow-tooltip='true'
|
|
label="吊牌总价"
|
|
width="100">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="trade_discount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="discount_amount"
|
|
:show-overflow-tooltip='true'
|
|
label="折扣总价">
|
|
</el-table-column>
|
|
<el-table-column
|
|
prop="order_type"
|
|
:show-overflow-tooltip='true'
|
|
label="订单类型">
|
|
</el-table-column>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_cancle" @click="addbillorderForm('addbillorder_form')">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitaddbillorder('addbillorder_form')">
|
|
保存
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--填写商品规格参数 specsshow-->
|
|
<div class="mask" v-if="specseshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
商品规格信息
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
|
|
<div class="left_shoptip_right" @click="specseshowclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="member_mask_info_from userinfo_from" style="padding:20px">
|
|
<div class="shop_info_skan">
|
|
|
|
<div class="shop_info_skan_left" v-if="showshopinfo">
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
颜色
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<!--<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<img src="/static/img/erp_add.png" @click="add_color" alt="" />
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" v-for="(item,index) in shopinfo.colors">
|
|
{{item}}
|
|
<div class="delect_info" @click="delect_color(index)">
|
|
<img src="/static/img/skan_plug.png" alt="" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="shop_info_skan_left" v-else>
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
颜色
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<!--<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<img src="/static/img/erp_add.png" @click="add_color" alt="" />
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" v-for="(item,index) in establishform.colorlist">
|
|
{{item.name}}
|
|
<div class="delect_info" @click="delect_color(index)">
|
|
<img src="/static/img/skan_plug.png" alt="" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="shop_info_skan_left" v-if="showshopinfo">
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
尺码
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<!--<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<!--<img src="/static/img/erp_add.png" alt="" />-->
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" :class="item.checkd?'size_active':''" v-for="(item,index) in shopinfo.sizelist" @click="checkd_size_click(index,2)">
|
|
{{item.name}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="shop_info_skan_left" v-else>
|
|
<div class="establish_center_color_top">
|
|
<div class="establish_center_color_left">
|
|
尺码
|
|
</div>
|
|
<div class="establish_center_color_right">
|
|
<!--<img src="/static/img/erp_curt.png" style="margin-right:5px" alt="" />-->
|
|
<!--<img src="/static/img/erp_add.png" alt="" />-->
|
|
</div>
|
|
</div>
|
|
<div class="establish_center_color_bottom">
|
|
<div class="color_left_list_info" :class="item.checkd?'size_active':''" v-for="(item,index) in establishform.sizelist" @click="checkd_size_click(index,1)">
|
|
{{item.name}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="all_skan">
|
|
<div class="erp_list_left_title" style="margin-bottom:0">
|
|
<div class="left_title_image">
|
|
|
|
</div>
|
|
<div class="left_title_text">
|
|
规格项目表
|
|
</div>
|
|
<div class="add_bill_order" @click="erp_bath_click">
|
|
批量设定
|
|
</div>
|
|
</div>
|
|
<div class="all_skan_info">
|
|
<div class="all_skan_info_tip" v-for="(maskallitem,maskallindex) in normsall" :key="maskallindex">
|
|
<div class="all_skan_info_tip_title">
|
|
{{maskallindex+1}}.{{maskallitem.name}}
|
|
</div>
|
|
<div class="all_skan_info_tip_input">
|
|
<el-input
|
|
placeholder="价格(元)"
|
|
v-model="maskallitem.price"
|
|
clearable>
|
|
</el-input>
|
|
<el-input
|
|
placeholder="库存(件)"
|
|
v-model="maskallitem.stock"
|
|
clearable>
|
|
</el-input>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="member_mask_info_from_button">
|
|
<div class="shop_info_define" @click="specsecancle()">
|
|
取消
|
|
</div>
|
|
<div class="shop_info_define" @click="submitspecse()">
|
|
确认
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="add_color_input" v-if="addcolorshow">
|
|
<div class="add_color_info">
|
|
<div class="add_color_info_title">
|
|
添加颜色
|
|
</div>
|
|
<div class="add_color_info_input">
|
|
<el-input v-model="addcolorname" placeholder="请输入颜色"></el-input>
|
|
</div>
|
|
<div class="add_color_info_button">
|
|
<div class="add_color_info_button_left" @click="cancal_addcolor">
|
|
取消
|
|
</div>
|
|
<div class="add_color_info_button_right" @click="define_addcolor">
|
|
确认
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="add_color_input" v-if="batchshow">
|
|
<div class="batch_set">
|
|
<div class="add_color_info_title">
|
|
批量设定
|
|
</div>
|
|
<div class="add_color_info_input">
|
|
<el-input v-model="bathprice" placeholder="请输入价格"></el-input>
|
|
</div>
|
|
<div class="add_color_info_input">
|
|
<el-input v-model="bathstock" placeholder="请输入库存"></el-input>
|
|
</div>
|
|
<div class="add_color_info_button">
|
|
<div class="add_color_info_button_left" @click="cancal_bath">
|
|
取消
|
|
</div>
|
|
<div class="add_color_info_button_right" @click="define_bath">
|
|
确认
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--打印预览 printshow-->
|
|
<div class="mask" v-if="printshow" v-cloak>
|
|
<div class="member_mask_info">
|
|
<div class="left_shoptip_top" style="background:#0169ff;border-radius:10px 10px 0 0">
|
|
<div class="left_shoptip_left">
|
|
<!--<div class="left_shoptip_left_image" style="width: 22px;height: 18px;">-->
|
|
<!-- <img src="/static/img/member_card.png" style="width: 22px;height: 18px;" />-->
|
|
<!--</div>-->
|
|
<div class="left_shoptip_left_title">
|
|
打印预览
|
|
</div>
|
|
</div>
|
|
<div class="add_order">
|
|
|
|
<div class="left_shoptip_right" @click="printshowclose">
|
|
<img src="/static/img/cancel.png" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="print_info">
|
|
<table id="test" style="border:1px solid #000;" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th style="border:1px solid #000;" v-for="item in printtitle">{{item}}</th>
|
|
</tr>
|
|
<tr v-for="itey in allestablish">
|
|
<td style="border:1px solid #000;text-align:center">{{itey.createtime}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.brandname}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.year}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.season}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.goodssn}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.categoryname}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.oldprice}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.bandname}}</td>
|
|
|
|
<td style="border:1px solid #000;text-align:center">{{itey.grade}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.colors}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.sizes}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.standards}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.constituentone}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.constituenttwo}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.addstatus}}</td>
|
|
<td style="border:1px solid #000;text-align:center">{{itey.addpeople}}</td>
|
|
</tr>
|
|
</table>
|
|
<!--<div class="print_info_title">-->
|
|
<!--:style="{width: 100/printtitle.length + '%'}"-->
|
|
<!-- <div class="print_info_title_info" v-for="item in printtitle">-->
|
|
<!-- {{item}}-->
|
|
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
<!--<div class="print_info_tip">-->
|
|
<!-- <div class="print_info_tip_list" v-for="itey in allestablish">-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.createtime}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.brandname}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.goodssn}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.year}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.category}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.oldprice}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.season}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.grade}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.band}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.color}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.size}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.standards}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.constituentone}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.constituenttwo}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.constituentthree}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.status}}-->
|
|
<!-- </div>-->
|
|
<!-- <div class="print_info_tip_list_info">-->
|
|
<!-- {{itey.addpeople}}-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!--</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<script type="text/javascript" charset="utf-8">
|
|
new Vue({
|
|
el: '#app',
|
|
data: function () {
|
|
return {
|
|
url:'https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&',
|
|
groupid:'',
|
|
showorder: false, //隐藏首页
|
|
maskshow: false, //控制弹窗下面的页面不可以滚动
|
|
establishshow:false, //控制商品信息建立
|
|
options: [{
|
|
value: '选项1',
|
|
label: '黄金糕'
|
|
}, {
|
|
value: '选项2',
|
|
label: '双皮奶'
|
|
}, {
|
|
value: '选项3',
|
|
label: '蚵仔煎'
|
|
}, {
|
|
value: '选项4',
|
|
label: '龙须面'
|
|
}, {
|
|
value: '选项5',
|
|
label: '北京烤鸭'
|
|
}], //品牌选择(商品信息建立)
|
|
brand_value: '', //品牌选择选中的值(商品信息建立)
|
|
yearlist:[], //年份选择(商品信息建立)
|
|
year_value:'', //年份选择选中的值(商品信息建立)
|
|
goodssn_value:'',
|
|
seasonlist:[], //季节选择(商品信息建立)
|
|
season_value:'', //季节选择选中的值(商品信息建立)
|
|
establishform: {
|
|
brand_id:'',
|
|
title:'这是标题',
|
|
goodssn:'ER20200824001',
|
|
year:'',
|
|
category:'',
|
|
oldprice:'999',
|
|
season:'',
|
|
grade:'',
|
|
band:'',
|
|
standards:'执行标准',
|
|
constituentone:'',
|
|
constituenttwo:'',
|
|
constituentthree:'',
|
|
colorlist:[
|
|
{
|
|
id:1,
|
|
name:'白色'
|
|
},
|
|
{
|
|
id:2,
|
|
name:'黑色'
|
|
},
|
|
{
|
|
id:3,
|
|
name:'蓝色'
|
|
},
|
|
{
|
|
id:4,
|
|
name:'粉色'
|
|
},
|
|
],
|
|
sizelist:[
|
|
{
|
|
id:1,
|
|
name:'均码',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:2,
|
|
name:'XS',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:3,
|
|
name:'S',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:4,
|
|
name:'M',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:5,
|
|
name:'L',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:6,
|
|
name:'XL',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:7,
|
|
name:'XXL',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:8,
|
|
name:'XXXL',
|
|
checkd:false
|
|
},
|
|
{
|
|
id:9,
|
|
name:'XXXXL',
|
|
checkd:false
|
|
},
|
|
],
|
|
sizecheckd:[]
|
|
}, //商品信息建立(自己增加商品信息)
|
|
rules:{
|
|
brandname: [
|
|
{ required: true, message: '请选择商品品牌', trigger: 'change' },
|
|
],
|
|
title: [
|
|
{ required: true, message: '请输入商品标题', trigger: 'blur' },
|
|
],
|
|
goodssn: [
|
|
{ required: true, message: '请输入商品款号', trigger: 'blur' },
|
|
],
|
|
year: [
|
|
{ required: true, message: '请选择商品年份', trigger: 'change' },
|
|
],
|
|
category: [
|
|
{ required: true, message: '请选择商品品类', trigger: 'change' },
|
|
],
|
|
oldprice: [
|
|
{ required: true, message: '请输入商品吊牌价', trigger: 'blur' },
|
|
],
|
|
season: [
|
|
{ required: true, message: '请选择商品季节', trigger: 'change' },
|
|
],
|
|
band: [
|
|
{ required: true, message: '请选择商品波段', trigger: 'change' },
|
|
]
|
|
},
|
|
addcolorname:'',
|
|
allestablish:[
|
|
{
|
|
createtime:'2021-12-28',
|
|
brandname:'艾莱依',
|
|
goodssn:'EX220168',
|
|
year:'2021',
|
|
categoryname:'小上衣',
|
|
oldprice:'596.00',
|
|
season:'秋',
|
|
grade:'一等品',
|
|
bandname:'秋一波',
|
|
colors:'黄色,红色,蓝色',
|
|
sizes:'S,M,L,XL',
|
|
standards:'执行标准',
|
|
constituentone:'棉89%',
|
|
constituenttwo:'涤纶11%',
|
|
constituentthree:'麻11%',
|
|
addstatus:'批量导入',
|
|
addpeople:'刘德华'
|
|
},
|
|
{
|
|
createtime:'2021-12-28',
|
|
brandname:'艾莱依',
|
|
goodssn:'EX220168',
|
|
year:'2020',
|
|
categoryname:'小上衣',
|
|
oldprice:'596.00',
|
|
season:'秋',
|
|
grade:'一等品',
|
|
bandname:'秋一波',
|
|
colors:'黄色,红色,蓝色',
|
|
sizes:'S,M,L,XL',
|
|
standards:'执行标准',
|
|
constituentone:'棉89%',
|
|
constituenttwo:'涤纶11%',
|
|
constituentthree:'麻11%',
|
|
addstatus:'批量导入',
|
|
addpeople:'刘德华'
|
|
},
|
|
{
|
|
createtime:'2021-12-28',
|
|
brandname:'艾莱依',
|
|
goodssn:'EX220168',
|
|
year:'2022',
|
|
categoryname:'小上衣',
|
|
oldprice:'596.00',
|
|
season:'秋',
|
|
grade:'一等品',
|
|
bandname:'秋一波',
|
|
colors:'黄色,红色,蓝色',
|
|
sizes:'S,M,L,XL',
|
|
standards:'执行标准',
|
|
constituentone:'棉89%',
|
|
constituenttwo:'涤纶11%',
|
|
constituentthree:'麻11%',
|
|
addstatus:'批量导入',
|
|
addpeople:'刘德华'
|
|
},
|
|
], //商品资料列表
|
|
currentPage:1,
|
|
alltotal:0,
|
|
establishpage:1,
|
|
multipleSelection: [], //商品资料列表选择后的数据
|
|
subtitle:'',
|
|
categorylist:[],
|
|
bandlist:[],
|
|
brandlist:[],
|
|
|
|
// 权限设置开始
|
|
permissionsshow:false, //控制权限设置
|
|
staffform:{
|
|
account_num:'', //所属账号
|
|
operator_num:'', //操作员手机号
|
|
operator_passwd:'', //操作员密码
|
|
edit_one_price:'', //修改单价权限
|
|
edit_other_document:'', //修改其他人单据
|
|
set_brand:[], //设置品牌管理
|
|
occupied:'',
|
|
permission_checkList:[],
|
|
customer_store_checkList:[],
|
|
shop_checkList:[],
|
|
myorder_checkList:[],
|
|
customer_checkList:[],
|
|
arrival_checkList:[],
|
|
replenish_checkList:[],
|
|
return_checkList:[],
|
|
deliver_checkList:[],
|
|
distribution_checkList:[],
|
|
store_replenish_checkList:[],
|
|
store_return_checkList:[],
|
|
pull_out_checkList:[],
|
|
store_receipt_checkList:[],
|
|
cycle_count_checkList:[],
|
|
data_query_checkList:[],
|
|
current_account_checkList:[],
|
|
store_current_checkList:[],
|
|
bookkeeping_checkList:[]
|
|
},
|
|
staff_list_info:[
|
|
{
|
|
staff_name:'刘德华',
|
|
staff_mobile:'14755095512',
|
|
staff_passwd:'EX220168',
|
|
staff_brand:'帛逸,谊袖',
|
|
staff_add:'张珊'
|
|
}
|
|
], //员工信息列表
|
|
checkList:['复选框A'],
|
|
// 权限设置结束
|
|
|
|
// 商品资料详情弹窗开始
|
|
shopinfoshow:false, //商品资料详情弹窗
|
|
shopinfo:{}, //商品资料详情数据
|
|
// 商品资料详情弹窗结束
|
|
|
|
// 用户详情弹窗开始
|
|
userinfoshow:false, //用户详情弹窗
|
|
userinfo:{
|
|
|
|
}, //用户详情数据
|
|
userinfo_checkList:[],
|
|
// 用户详情弹窗结束
|
|
|
|
// 我的订单开始
|
|
myordershow:false, //我的订单显示和隐藏
|
|
goodssn_input:'', //款号搜索关键词
|
|
order_year:'', //年份搜索
|
|
order_seaon:'', //季节搜索
|
|
order_people:'', //供应商搜索
|
|
options_seaon: [{
|
|
value: '春季',
|
|
label: '春季'
|
|
}, {
|
|
value: '夏季',
|
|
label: '夏季'
|
|
}, {
|
|
value: '秋季',
|
|
label: '秋季'
|
|
}, {
|
|
value: '冬季',
|
|
label: '冬季'
|
|
}],
|
|
options_people: [{
|
|
value: '广西代理',
|
|
label: '广西代理'
|
|
}, {
|
|
value: '广西代理',
|
|
label: '广西代理'
|
|
}, {
|
|
value: '广西代理',
|
|
label: '广西代理'
|
|
}, {
|
|
value: '广西代理',
|
|
label: '广西代理'
|
|
}],
|
|
order_checkList:[], //订单和按时间查询
|
|
my_order_list:[
|
|
{
|
|
order_type:'订货订单',
|
|
year:'2021',
|
|
season:'秋季',
|
|
bill_num:'ER20210701',
|
|
customer:'广西代理',
|
|
receiving_store:'广西来意服饰',
|
|
order_goods_type:'订货',
|
|
number:'3000',
|
|
completed_num:'3000',
|
|
total_amount:'240000',
|
|
remarks:'无',
|
|
preparation_time:'2021-08-09',
|
|
scanning_time:'2021-08-09',
|
|
general_keep_time:'2021-08-09',
|
|
delivery_time:'2021-08-09',
|
|
preparer:'刘德华',
|
|
shipper:'吴芬',
|
|
bookkeeper:'吴芬',
|
|
consignee:'吴芬',
|
|
harvest_shop:'玉婷服饰',
|
|
receiving_mobile:'14755095512'
|
|
}], //我的订单列表
|
|
my_order_list_info:[
|
|
{
|
|
year:'2021',
|
|
season:'秋季',
|
|
band:'秋一波',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
total_price_all:100000,
|
|
trade_discount:7.5,
|
|
discount_amount:2000
|
|
},{
|
|
year:'2021',
|
|
season:'秋季',
|
|
band:'秋一波',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
total_price_all:100000,
|
|
trade_discount:7.5,
|
|
discount_amount:2000
|
|
}], //我的订单列表详情
|
|
// 我的订单结束
|
|
|
|
|
|
|
|
|
|
// 新增客户(店铺)订单开始
|
|
addordershow:false, //新增客户(店铺)订单显示和隐藏
|
|
addorder_form:{
|
|
order_number:'',
|
|
customer:'',
|
|
customer_mobile:'',
|
|
order_shop:'',
|
|
sales_season:'',
|
|
preparation_time:'',
|
|
preparation_staff:'',
|
|
order_type:'',
|
|
customer_address:'',
|
|
remarks:'',
|
|
customer_address_new:''
|
|
}, //新增表单
|
|
customeroptions: regionData,
|
|
addorderhkey:'',
|
|
oneserchinput:'', //单款输入
|
|
add_order_info:[
|
|
{
|
|
year:'2021',
|
|
season:'秋季',
|
|
band:'秋一波',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
total_price_all:100000,
|
|
trade_discount:7.5,
|
|
discount_amount:2000,
|
|
order_type:'订货'
|
|
}],
|
|
addorder_selection:[], //表格选中的数据
|
|
// 新增客户(店铺)订单结束
|
|
|
|
// 上级到货单开始
|
|
arrivalshow:false, //上级到货单显示和隐藏
|
|
arrival_input:'', //款号搜索关键词
|
|
arrival_checkList:[], //订单和按时间查询
|
|
arrival_list:[
|
|
{
|
|
bill_type:'订单发货',
|
|
bill_num:'ER20210701',
|
|
issue_warehouse:'总仓',
|
|
customer:'广西代理',
|
|
receiving_warehouse:'广西总仓',
|
|
number:'3000',
|
|
verification_num:'3000',
|
|
total_amount:'240000',
|
|
audit_status:'仓库审核',
|
|
shipment_type:'补货',
|
|
scan_status:false,
|
|
receiving:true,
|
|
bookkeep:false,
|
|
sales_year:'2021',
|
|
sales_season:'秋',
|
|
remarks:'无',
|
|
warehouse_receiving_time:'2021-08-09',
|
|
preparer:'刘德华',
|
|
}], //我的订单列表
|
|
arrival_list_info:[
|
|
{
|
|
year:'2021',
|
|
season:'秋季',
|
|
band:'秋一波',
|
|
category:'连衣裙',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
total_price_all:100000,
|
|
trade_discount:7.5,
|
|
discount_amount:2000,
|
|
shipment_type:'补单'
|
|
}], //我的订单列表详情
|
|
// 上级到货单结束
|
|
|
|
// 到货单扫描入库开始
|
|
scanwarhouseshow:false,
|
|
datainfokey:'',
|
|
datainfo:[
|
|
{
|
|
goodssn:'CC20210809',
|
|
color:'黄色',
|
|
size:'L',
|
|
company_deliver:17,
|
|
check_goods:17,
|
|
difference_num:0
|
|
}],
|
|
scandatainfo:[
|
|
{
|
|
goodssn:'CC20210809',
|
|
color:'黄色',
|
|
size:'L',
|
|
number:17,
|
|
bar_coding:17,
|
|
scanning_time:'2021-08-09',
|
|
operator:'刘德华'
|
|
}],
|
|
// 到货单扫描入库结束
|
|
|
|
|
|
// 客户资料建立开始
|
|
customershow:false,
|
|
customerform:{
|
|
merchname:'安徽白马店',
|
|
realname:'豪大大',
|
|
mobile:'',
|
|
store_type:'',
|
|
address:'',
|
|
detail_address:'白马服装城',
|
|
supply_discount:'2.3',
|
|
cross_level_rate:'15',
|
|
intra_quarter_rate:'100',
|
|
cooperation_mode:'加盟',
|
|
brand_id:[],
|
|
items_by_order:'是',
|
|
upload_shop:'是',
|
|
province:'',
|
|
city:''
|
|
|
|
},
|
|
customeroptions: regionData,
|
|
allcustomer:[
|
|
// {
|
|
// apply_time:'2021-12-28',
|
|
// merchname:'安徽白马店',
|
|
// realname:'豪大大',
|
|
// mobile:'13735884550',
|
|
// store_type:'加盟店',
|
|
// address:'',
|
|
// detail_address:'白马服装城',
|
|
// supply_discount:'2.3',
|
|
// cross_level_rate:'15%',
|
|
// intra_quarter_rate:'100%',
|
|
// cooperation_mode:'加盟',
|
|
// brand_id:['伊袖','帛逸','丝珂'],
|
|
// addpeople:'豪大大'
|
|
// },
|
|
// {
|
|
// apply_time:'2021-12-28',
|
|
// merchname:'安徽白马店',
|
|
// realname:'豪大大',
|
|
// mobile:'13735884550',
|
|
// store_type:'加盟店',
|
|
// address:'',
|
|
// detail_address:'白马服装城',
|
|
// supply_discount:'2.3',
|
|
// cross_level_rate:'15%',
|
|
// intra_quarter_rate:'100%',
|
|
// cooperation_mode:'加盟',
|
|
// brand_id:['伊袖','帛逸','丝珂'],
|
|
// addpeople:'豪大大'
|
|
// },
|
|
// {
|
|
// apply_time:'2021-12-28',
|
|
// merchname:'安徽白马店',
|
|
// realname:'豪大大',
|
|
// mobile:'13735884550',
|
|
// store_type:'加盟店',
|
|
// address:'',
|
|
// detail_address:'白马服装城',
|
|
// supply_discount:'2.3',
|
|
// cross_level_rate:'15%',
|
|
// intra_quarter_rate:'100%',
|
|
// cooperation_mode:'加盟',
|
|
// brand_id:['伊袖','帛逸','丝珂'],
|
|
// addpeople:'豪大大'
|
|
// },
|
|
],
|
|
customerwarp:[],
|
|
// 客户资料建立结束
|
|
|
|
|
|
// 调拨单开始
|
|
transferordershow:false,
|
|
transfer_order_list:[
|
|
{
|
|
bill_nature:'调拔单',
|
|
bill_number:'ER20210701',
|
|
call_out_shop:'广西来意服饰',
|
|
number:190,
|
|
money:12345,
|
|
pull_out_name:'刘德华',
|
|
pull_out_time:'2021-08-09 08:25:14',
|
|
into_store:'广西奥莱服饰',
|
|
status:1
|
|
}],
|
|
transfer_order_info:[
|
|
{
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'1234',
|
|
XS:'24',
|
|
S:'45',
|
|
M:'17',
|
|
L:'38',
|
|
XL:'69',
|
|
XXL:'55',
|
|
XXXL:'44',
|
|
XXXXL:'99',
|
|
subtotal:'11',
|
|
totalprice:'1234567'
|
|
}],
|
|
// 调拨单结束
|
|
|
|
// 商品调拨单弹窗开始
|
|
transfergoodsshow:false,
|
|
transfer_goods_form:{
|
|
select_store:'',
|
|
store_type:'',
|
|
mobile:'',
|
|
store_people:'',
|
|
store_address:''
|
|
},
|
|
transfer_options:[
|
|
{
|
|
value: '伊袖店铺',
|
|
label: '伊袖店铺'
|
|
}, {
|
|
value: '帛逸店铺',
|
|
label: '帛逸店铺'
|
|
}, {
|
|
value: '丝珂店铺',
|
|
label: '丝珂店铺'
|
|
}
|
|
],
|
|
store_type_options:[
|
|
{
|
|
value: '加盟店',
|
|
label: '加盟店'
|
|
}, {
|
|
value: '直营店',
|
|
label: '直营店'
|
|
}, {
|
|
value: '代理店',
|
|
label: '代理店'
|
|
}
|
|
],
|
|
into_store_form:{
|
|
select_store:'',
|
|
store_type:'',
|
|
mobile:'',
|
|
store_people:'',
|
|
store_address:''
|
|
},
|
|
transfer_goods_input:'',
|
|
transfer_goods_key:'',
|
|
transfer_goods_table:[
|
|
{
|
|
goodssn:'EX20210809',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:'1',
|
|
S:'2',
|
|
M:'3',
|
|
L:'4',
|
|
XL:'5',
|
|
XXL:'6',
|
|
XXXL:'7',
|
|
XXXXL:'8',
|
|
subtotal:'2345',
|
|
total_price_all:'123456'
|
|
}
|
|
],
|
|
// 商品调拨单弹窗结束
|
|
|
|
|
|
|
|
// 记账管理开始
|
|
keepmanageshow:false,
|
|
bill_type:'',
|
|
bill_options:[
|
|
{
|
|
value: '销售单',
|
|
label: '销售单'
|
|
}, {
|
|
value: '退货单',
|
|
label: '退货单'
|
|
}, {
|
|
value: '调拔单',
|
|
label: '调拔单'
|
|
}, {
|
|
value: '总部直发',
|
|
label: '总部直发'
|
|
}
|
|
],
|
|
manage_time:'',
|
|
client_position:'',
|
|
approved_status:'1',
|
|
bill_summy_list_info:[
|
|
{
|
|
customer:'广西柳州',
|
|
bill_num:'6',
|
|
number:'8',
|
|
money:12044,
|
|
bill_type:'销售单',
|
|
status:'未审核'
|
|
}
|
|
],
|
|
bill_list:[
|
|
{
|
|
bill_type:'销售单',
|
|
examine:true,
|
|
bookkeep:true,
|
|
bill_num:'EX220168',
|
|
time:'2021-08-13',
|
|
customer:'广西益友',
|
|
remarks:'无',
|
|
money:'23100',
|
|
number:97,
|
|
price:650,
|
|
issue_warehouse:'广西玉婷',
|
|
accept_warehouse:'广西莱西',
|
|
shipment_type:'订货',
|
|
preparer:'刘德华',
|
|
preparation_time:'2021-08-13'
|
|
}
|
|
],
|
|
bill_list_info:[
|
|
{
|
|
year:'2021',
|
|
season:'秋季',
|
|
band:'秋一波',
|
|
category:'连衣裙',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
trade_discount:7.5,
|
|
discount_amount:2000,
|
|
shipment_type:'补单'
|
|
}],
|
|
|
|
// 记账管理结束
|
|
|
|
// 与总部往来账单开始
|
|
generalaccountshow:false,
|
|
supplier_select:'',
|
|
supplier_options:[
|
|
{
|
|
value: '艾莱依品牌总部',
|
|
label: '艾莱依品牌总部'
|
|
}, {
|
|
value: '伊袖品牌总部',
|
|
label: '伊袖品牌总部'
|
|
}, {
|
|
value: '帛逸品牌总部',
|
|
label: '帛逸品牌总部'
|
|
}, {
|
|
value: '丝珂品牌总部',
|
|
label: '丝珂品牌总部'
|
|
}
|
|
],
|
|
general_month:'',
|
|
general_year:'',
|
|
general_radio:null,
|
|
general_list:[
|
|
{
|
|
supplier_name:'艾莱依品牌总部',
|
|
year:'2021',
|
|
month:'8月',
|
|
last_month_balance:326201,
|
|
cope_with:179000,
|
|
paid_in:30000,
|
|
receivable:30000,
|
|
net_receipts:30000,
|
|
closing_balance:270000,
|
|
status:'已签收'
|
|
}
|
|
],
|
|
general_list_info:[
|
|
{
|
|
bill_num:'ER20210702',
|
|
keep_time:'2021-08-13',
|
|
subject:'发货',
|
|
receivable:'37520',
|
|
net_receipts:'21000',
|
|
cope_with:'--',
|
|
paid_in:'--',
|
|
balance:'21000',
|
|
number:79,
|
|
digest:'',
|
|
remarks:'',
|
|
bill_type:'发货单',
|
|
service_time:'2021-08-13'
|
|
}
|
|
],
|
|
// 与总部往来账单结束
|
|
|
|
|
|
// 客户订单开始
|
|
customerordershow:false,
|
|
customer_input:'',
|
|
addbillorder_selection:[],
|
|
customer_order_list:[],
|
|
customerorder_currentPage:1,
|
|
customerorder_total:0,
|
|
customer_order_list_info:[],
|
|
customerorder_info_currentPage:1,
|
|
customerorder_info_total:0,
|
|
customerorder_times:'',
|
|
goodssn_brname:'',
|
|
customerchecked:[],
|
|
customerorder_islock:'0',
|
|
// 客户订单结束
|
|
|
|
|
|
// 店铺确认收货开始
|
|
storereceiptshow:false,
|
|
// 店铺确认收货结束
|
|
|
|
|
|
// 与门店往来账开始 erp_store_account
|
|
|
|
storeaccountshow:false,
|
|
|
|
// 与门店往来账结束
|
|
|
|
// 店铺补货单开始
|
|
replenishshow:false,
|
|
|
|
// 店铺补货单结束
|
|
|
|
|
|
// 新增补货弹窗开始
|
|
addreplenishshow:false,
|
|
replenishform:{
|
|
suppliername:'',
|
|
suppliermobile:'',
|
|
supplierpeople:'',
|
|
supplieraddress:''
|
|
},
|
|
replenishkey:'',
|
|
replenishodata:[{
|
|
goodssn:'ER20210825001',
|
|
color:'',
|
|
size:'',
|
|
XS:'',
|
|
S:'',
|
|
M:'',
|
|
L:'',
|
|
XL:'',
|
|
XXL:'',
|
|
XXXL:'',
|
|
XXXXL:'',
|
|
price:0,
|
|
colorselect:[]
|
|
}],
|
|
colorselect:[],
|
|
supplierlist:[],
|
|
// 新增补货弹窗结束
|
|
|
|
|
|
// 向总部补货开始
|
|
generalreplenishshow:false,
|
|
// 向总部补货结束
|
|
|
|
|
|
// 向总部退货开始
|
|
generalreturnsshow:false,
|
|
// 向总部退货结束
|
|
|
|
|
|
// 店铺退货单开始
|
|
storereturnsshow:false,
|
|
// 店铺退货单结束
|
|
|
|
// 店铺发货单开始
|
|
storedeliveryshow:false,
|
|
// 店铺发货单结束
|
|
|
|
|
|
// 店铺配货单开始
|
|
storeinvoiceshow:false,
|
|
// 店铺配货单结束
|
|
|
|
// 订,补,发,配,退新增弹窗开始
|
|
addbillordershow:false,
|
|
addbillorder_form:{
|
|
customer:'',
|
|
customer_mobile:'',
|
|
customer_type:'',
|
|
supply_discount:'',
|
|
sales_season:'',
|
|
season_intra:'',
|
|
customer_address:'',
|
|
remarks:'',
|
|
customer_address_new:'',
|
|
account_balance:'',
|
|
credit_line:'',
|
|
credit_period:'',
|
|
year:'',
|
|
season:'',
|
|
type:''
|
|
},
|
|
add_bil_order_info:[
|
|
// {
|
|
// year:'2021',
|
|
// season:'',
|
|
// band:'秋一波',
|
|
// category:'连衣裙',
|
|
// goodssn:'ER20210825001',
|
|
// color:'',
|
|
// price:'',
|
|
// size:30,
|
|
// XS:30,
|
|
// S:20,
|
|
// M:10,
|
|
// L:39,
|
|
// XL:13,
|
|
// XXL:44,
|
|
// XXXL:55,
|
|
// XXXXL:37,
|
|
// subtotal:5500,
|
|
// total_price_all:100000,
|
|
// trade_discount:7.5,
|
|
// discount_amount:2000,
|
|
// order_type:'',
|
|
// colorselect:[]
|
|
// }
|
|
],
|
|
judge_order_type:'',
|
|
// 订,补,发,配,退新增弹窗结束
|
|
|
|
|
|
public_title:'',
|
|
public_type:'',
|
|
|
|
|
|
// 商品规格参数开始
|
|
specseshow:false,
|
|
addcolorshow:false,
|
|
normsall:[],
|
|
colorname: [],
|
|
batchshow:false,
|
|
bathprice:null,
|
|
bathstock:null,
|
|
allscoker:0,
|
|
customname:[],
|
|
// 商品规格参数结束
|
|
|
|
|
|
printshow:false,
|
|
printtitle:[],
|
|
showshopinfo:false,
|
|
|
|
|
|
// 仓库盘点单开始
|
|
countsheetshow:false,
|
|
countsheet_list:[
|
|
{
|
|
bill_num:'ME2021089367483y77',
|
|
brandname:'帛逸',
|
|
year:'2021',
|
|
season:'秋季',
|
|
goodssn:'20210825',
|
|
subtotal:'1135',
|
|
addpeople:'郝诗文',
|
|
createtime:'2021-08-13',
|
|
stockist:'三爷',
|
|
stockist_time:'2021-08-25',
|
|
reviewer:'明爷',
|
|
document_owner:'李宝宝'
|
|
}
|
|
],
|
|
countsheet_list_info:[
|
|
{
|
|
year:'2021',
|
|
season:'秋季',
|
|
brandname:'帛逸',
|
|
category:'连衣裙',
|
|
goodssn:'ER20210701',
|
|
color:'黄色',
|
|
price:'389',
|
|
XS:30,
|
|
S:20,
|
|
M:10,
|
|
L:39,
|
|
XL:13,
|
|
XXL:44,
|
|
XXXL:55,
|
|
XXXXL:37,
|
|
subtotal:5500,
|
|
stockist:'三爷',
|
|
}
|
|
],
|
|
addcountsheetshow:false,
|
|
countsheetform:{
|
|
brand_id:'',
|
|
countsheet_type:'',
|
|
stockist:'',
|
|
return_transit:'',
|
|
transit_shipment:''
|
|
},
|
|
countsheedata:[
|
|
{
|
|
id:0,
|
|
brandname:'',
|
|
goodssn:'',
|
|
XS:'',
|
|
S:'',
|
|
M:'',
|
|
L:'',
|
|
XL:'',
|
|
XXL:'',
|
|
XXXL:'',
|
|
XXXXL:'',
|
|
subtotal:'',
|
|
price:'',
|
|
stockist:''
|
|
}
|
|
],
|
|
// 仓库盘点单结束
|
|
|
|
// 对账单开始
|
|
statementshow:false,
|
|
statement_form:{
|
|
|
|
},
|
|
statement_info:[
|
|
{
|
|
bill_num:'DZD20210827',
|
|
type:'发货',
|
|
number:'751',
|
|
money:'-123456',
|
|
createtime:'2021-08-25'
|
|
}
|
|
],
|
|
// 对账单结束
|
|
|
|
// 客户发货授信开始
|
|
customercreditshow:false,
|
|
customercredit_form:{
|
|
|
|
}
|
|
// 客户发货授信结束
|
|
}
|
|
},
|
|
watch: {
|
|
maskshow: function(newVal, oldVal) {
|
|
// TO DO
|
|
console.log("newVal:", newVal);
|
|
console.log("oldVal:", oldVal);
|
|
if(newVal) {
|
|
document.getElementsByTagName('body')[0].style.overflow = 'hidden';
|
|
} else {
|
|
document.getElementsByTagName('body')[0].style.overflow = '';
|
|
}
|
|
},
|
|
establishform: {
|
|
handler(newName, oldName) {
|
|
console.log(newName,oldName);
|
|
let sizetrue = newName.sizelist.find(item => {
|
|
return item.checkd == true;
|
|
});
|
|
if(newName.colorlist.length!=0&&sizetrue!=undefined) {
|
|
this.oldnormsall = JSON.parse(JSON.stringify(this.normsall))
|
|
this.normsall = []
|
|
this.customcheckd = []
|
|
this.customname = []
|
|
this.colorname = []
|
|
// console.log("=============",this.normsall,this.oldnormsall)
|
|
|
|
//选中的尺码数组
|
|
newName.sizelist.map((item, itemindex) => {
|
|
if (item.checkd) {
|
|
this.customcheckd.push(item)
|
|
this.customname.push(item.name)
|
|
}
|
|
})
|
|
|
|
newName.colorlist.map((coloritem, colorindex) => {
|
|
this.colorname.push(coloritem.name)
|
|
this.customcheckd.map((customitem, customindex) => {
|
|
// console.log(coloritem.name, '+', customitem.name)
|
|
item = {
|
|
name: coloritem.name + '+' + customitem.name,
|
|
pname: coloritem.name,
|
|
Spec: customitem.name,
|
|
price: null,
|
|
stock: null
|
|
}
|
|
|
|
this.normsall.push(item)
|
|
})
|
|
})
|
|
if(this.oldnormsall.length!=0) {
|
|
// console.log("走了没================")
|
|
this.oldnormsall.forEach((olditem,oldindex)=> {
|
|
this.normsall.forEach((newitem,newindex)=> {
|
|
if(olditem.name==newitem.name) {
|
|
// console.log("12345")
|
|
newitem.price = olditem.price
|
|
newitem.stock = olditem.stock
|
|
}
|
|
})
|
|
})
|
|
}
|
|
// console.log("渲染出规格项目表",this.normsall)
|
|
}
|
|
|
|
},
|
|
deep: true
|
|
},
|
|
shopinfo: {
|
|
handler(newName, oldName) {
|
|
console.log(newName,oldName);
|
|
let sizetrue = newName.sizelist.find(item => {
|
|
return item.checkd == true;
|
|
});
|
|
if(newName.colorlist.length!=0&&sizetrue!=undefined) {
|
|
this.oldnormsall = JSON.parse(JSON.stringify(this.normsall))
|
|
this.normsall = []
|
|
this.customcheckd = []
|
|
this.customname = []
|
|
this.colorname = []
|
|
// console.log("=============",this.normsall,this.oldnormsall)
|
|
|
|
//选中的尺码数组
|
|
newName.sizelist.map((item, itemindex) => {
|
|
if (item.checkd) {
|
|
this.customcheckd.push(item)
|
|
this.customname.push(item.name)
|
|
}
|
|
})
|
|
|
|
newName.colorlist.map((coloritem, colorindex) => {
|
|
this.colorname.push(coloritem.name)
|
|
this.customcheckd.map((customitem, customindex) => {
|
|
// console.log(coloritem.name, '+', customitem.name)
|
|
item = {
|
|
name: coloritem.name + '+' + customitem.name,
|
|
pname: coloritem.name,
|
|
Spec: customitem.name,
|
|
price: null,
|
|
stock: null
|
|
}
|
|
|
|
this.normsall.push(item)
|
|
})
|
|
})
|
|
if(this.oldnormsall.length!=0) {
|
|
// console.log("走了没================")
|
|
this.oldnormsall.forEach((olditem,oldindex)=> {
|
|
this.normsall.forEach((newitem,newindex)=> {
|
|
if(olditem.name==newitem.name) {
|
|
// console.log("12345")
|
|
newitem.price = olditem.price
|
|
newitem.stock = olditem.stock
|
|
}
|
|
})
|
|
})
|
|
}
|
|
// console.log("渲染出规格项目表",this.normsall)
|
|
}
|
|
|
|
},
|
|
deep: true
|
|
},
|
|
add_bil_order_info:{
|
|
handler(newName, oldName) {
|
|
console.log(newName,oldName);
|
|
newName.forEach((item,index)=> {
|
|
item.subtotal= parseInt(item.size?item.size:0) + parseInt(item.XS?item.XS:0) + parseInt(item.S?item.S:0) + parseInt(item.M?item.M:0)+ parseInt(item.L?item.L:0) + parseInt(item.XL?item.XL:0) + parseInt(item.XXL?item.XXL:0) + parseInt(item.XXXL?item.XXXL:0) + parseInt(item.XXXXL?item.XXXXL:0)
|
|
item.total_price_all = (item.subtotal*parseInt(item.price)).toFixed(2)
|
|
item.trade_discount = this.addbillorder_form.supply_discount
|
|
item.order_type = this.public_type
|
|
// console.log(parseInt(item.total_price_all) - parseInt(item.total_price_all)*item.trade_discount/10)
|
|
// console.log(parseInt(item.total_price_all))
|
|
if(item.trade_discount>0) {
|
|
item.discount_amount = (parseInt(item.total_price_all) - parseInt(item.total_price_all)*item.trade_discount/10).toFixed(2)
|
|
} else {
|
|
item.discount_amount =0
|
|
}
|
|
|
|
})
|
|
},
|
|
deep: true
|
|
}
|
|
},
|
|
updated(){
|
|
// 解决滚动后跳转页面缺失被挡住
|
|
// document.body.scrollTop = 0
|
|
// document.documentElement.scrollTop = 0
|
|
|
|
},
|
|
mounted() {
|
|
|
|
},
|
|
methods: {
|
|
|
|
// 客户发货授信开始
|
|
erp_customercredit() {
|
|
this.customercreditshow = true
|
|
this.maskshow = true
|
|
},
|
|
customercreditclose() {
|
|
this.customercreditshow = false
|
|
this.maskshow = false
|
|
},
|
|
selece_customercredit(val) {
|
|
console.log("这是数据======",val)
|
|
// this.add_bil_order_info = []
|
|
axios.get(this.url + 'r=dataimport.supply_apply_details',{
|
|
params: {
|
|
id:val
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list)
|
|
})
|
|
},
|
|
customercreditForm(formName){
|
|
console.log("客户授信取消")
|
|
},
|
|
submitcustomercredit(formName) {
|
|
console.log("客户授信确定")
|
|
},
|
|
// 客户发货授信结束
|
|
|
|
// 对账单开始
|
|
erp_go_statement() {
|
|
this.statementshow = true
|
|
this.maskshow = true
|
|
},
|
|
statementshowrclose() {
|
|
this.statementshow = false
|
|
this.maskshow = false
|
|
},
|
|
statementForm(formName) {
|
|
console.log("对账单取消")
|
|
this.$refs[formName].resetFields();
|
|
this.statementshow = false
|
|
this.maskshow = false
|
|
},
|
|
submitstatement(formName) {
|
|
console.log("对账单确定")
|
|
this.$refs[formName].resetFields();
|
|
this.statementshow = false
|
|
this.maskshow = false
|
|
},
|
|
// 下载商品信息导入模板
|
|
go_muban() {
|
|
window.open('https://hqc.jisant.com/static/goods.xls')
|
|
},
|
|
// 仓库盘点单开始 countsheet
|
|
erp_count_sheet() {
|
|
this.countsheetshow = true
|
|
this.showorder = true
|
|
this.subtitle = '仓库盘点'
|
|
},
|
|
erp_add_countsheet() {
|
|
this.maskshow = true
|
|
this.addcountsheetshow = true
|
|
},
|
|
countsheetclose() {
|
|
this.maskshow = false
|
|
this.addcountsheetshow = false
|
|
},
|
|
definecountsheet() {
|
|
console.log("新增盘点确认",this.countsheetform)
|
|
this.maskshow = false
|
|
this.addcountsheetshow = false
|
|
|
|
},
|
|
countsheeclose() {
|
|
console.log("新增盘点取消")
|
|
this.maskshow = false
|
|
this.addcountsheetshow = false
|
|
|
|
},
|
|
addcountsheerowclick() {
|
|
if(this.countsheetform.brand_id==''||this.countsheetform.brand_id==null) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择需要盘点的商品品牌!'
|
|
});
|
|
return
|
|
}
|
|
|
|
if(this.countsheetform.stockist==''||this.countsheetform.brand_id==null) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请输入盘点人!'
|
|
});
|
|
return
|
|
}
|
|
|
|
let bname = ''
|
|
this.brandlist.forEach(v=> {
|
|
|
|
if(v.brand_ids == this.countsheetform.brand_id) {
|
|
console.log(v.bname)
|
|
bname = v.bname
|
|
}
|
|
})
|
|
|
|
item = {
|
|
id:this.countsheedata.length+1,
|
|
brandname:bname,
|
|
goodssn:'',
|
|
XS:'',
|
|
S:'',
|
|
M:'',
|
|
L:'',
|
|
XL:'',
|
|
XXL:'',
|
|
XXXL:'',
|
|
XXXXL:'',
|
|
subtotal:'',
|
|
price:'',
|
|
stockist:this.countsheetform.stockist
|
|
}
|
|
this.countsheedata.push(item)
|
|
console.log("=======",this.countsheedata)
|
|
|
|
},
|
|
countsheedata_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
// console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='XS'||column.property=='S'||column.property=='M'||column.property=='L'||column.property=='XL'||column.property=='XXL'||column.property=='XXXL'||column.property=='XXXXL'||column.property=='subtotal') {
|
|
if (!isNaN(value)) {
|
|
console.log("3456789=====",prev + curr)
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
// 仓库盘点单结束
|
|
|
|
printshowclose() {
|
|
this.printshow = false
|
|
},
|
|
// 商品规格参数结束
|
|
erp_bath_click() {
|
|
if(this.normsall.length!=0) {
|
|
this.batchshow = true
|
|
} else {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请前去添加商品的规格参数!'
|
|
});
|
|
}
|
|
|
|
},
|
|
opennorms(index) {
|
|
console.log('1111111')
|
|
if(index==2) {
|
|
this.showshopinfo = true
|
|
}
|
|
this.specseshow = true
|
|
},
|
|
cancal_bath() {
|
|
this.batchshow = false
|
|
this.bathprice = ''
|
|
this.bathstock = ''
|
|
},
|
|
define_bath() {
|
|
|
|
if(this.bathprice==''||this.bathprice==null) {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请填写批量设定的价格!'
|
|
});
|
|
return ;
|
|
}
|
|
if(this.bathstock==''||this.bathstock==null) {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请填写批量设定的库存!'
|
|
});
|
|
return ;
|
|
}
|
|
this.normsall.forEach((item,index)=>{
|
|
item.price = this.bathprice
|
|
item.stock = this.bathstock
|
|
})
|
|
console.log("批量设定==========",this.bathprice,this.bathstock,this.normsall)
|
|
this.batchshow = false
|
|
this.bathprice = ''
|
|
this.bathstock = ''
|
|
|
|
|
|
},
|
|
specseshowclose() {
|
|
this.specseshow = false
|
|
this.maskshow = false
|
|
},
|
|
specsecancle() {
|
|
console.log("规格参数取消")
|
|
this.specseshow = false
|
|
this.maskshow = false
|
|
// this.normsall = []
|
|
// this.oldnormsall = []
|
|
},
|
|
submitspecse() {
|
|
let s = this.normsall
|
|
if(this.normsall.length!=0) {
|
|
for (var i = 0; i < s.length; i++) {
|
|
console.log(s[i].stock)
|
|
console.log(s[i].price)
|
|
if (s[i].stock == '' || s[i].price == '' ||s[i].stock == null || s[i].price ==null) {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请填写所有的价格和库存!'
|
|
});
|
|
return
|
|
}
|
|
|
|
this.allscoker = parseInt(s[i].stock) + parseInt(this.allscoker)
|
|
}
|
|
|
|
|
|
|
|
console.log("规格参数确认",this.allscoker,this.normsall)
|
|
|
|
this.specseshow = false
|
|
this.maskshow = false
|
|
|
|
|
|
} else {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请前去添加商品的规格参数!'
|
|
});
|
|
}
|
|
|
|
|
|
},
|
|
add_color() {
|
|
this.addcolorshow = true
|
|
},
|
|
checkd_size_click(sizeindex,typeid) {
|
|
console.log(sizeindex)
|
|
if(typeid==1) {
|
|
this.establishform.sizelist.forEach((item,index)=>{
|
|
if(sizeindex==index) {
|
|
item.checkd = !item.checkd
|
|
}
|
|
})
|
|
} else {
|
|
this.shopinfo.sizelist.forEach((item,index)=>{
|
|
if(sizeindex==index) {
|
|
item.checkd = !item.checkd
|
|
}
|
|
})
|
|
}
|
|
|
|
|
|
// console.log(this.establishform.sizelist)
|
|
},
|
|
cancal_addcolor() {
|
|
this.addcolorshow = false
|
|
this.addcolorname = ''
|
|
},
|
|
define_addcolor() {
|
|
if(this.addcolorname.length!=0) {
|
|
if(this.showshopinfo) {
|
|
let newitem = this.shopinfo.colorlist.find(item => {
|
|
return item.name == this.addcolorname;
|
|
});
|
|
console.log(newitem)
|
|
if(newitem!=undefined){
|
|
this.$message({
|
|
type: 'info',
|
|
message: '不能添加相同的颜色!'
|
|
});
|
|
} else {
|
|
let newitems = {
|
|
id:this.shopinfo.colorlist.length+1,
|
|
name:this.addcolorname
|
|
}
|
|
this.shopinfo.colorlist.push(newitems)
|
|
console.log("==========",this.shopinfo.colorlist)
|
|
this.addcolorshow = false
|
|
this.addcolorname = ''
|
|
}
|
|
} else {
|
|
let newitem = this.establishform.colorlist.find(item => {
|
|
return item.name == this.addcolorname;
|
|
});
|
|
console.log(newitem)
|
|
if(newitem!=undefined){
|
|
this.$message({
|
|
type: 'info',
|
|
message: '不能添加相同的颜色!'
|
|
});
|
|
} else {
|
|
let newitems = {
|
|
id:this.establishform.colorlist.length+1,
|
|
name:this.addcolorname
|
|
}
|
|
this.establishform.colorlist.push(newitems)
|
|
console.log("==========",this.establishform.colorlist)
|
|
this.addcolorshow = false
|
|
this.addcolorname = ''
|
|
}
|
|
}
|
|
|
|
} else {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '请输入要添加的颜色!'
|
|
});
|
|
// this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
|
|
// confirmButtonText: '确定',
|
|
// cancelButtonText: '取消',
|
|
// type: 'warning'
|
|
// }).then(() => {
|
|
// this.$message({
|
|
// type: 'success',
|
|
// message: '删除成功!'
|
|
// });
|
|
// }).catch(() => {
|
|
// this.$message({
|
|
// type: 'info',
|
|
// message: '已取消删除'
|
|
// });
|
|
}
|
|
|
|
console.log('这是新增的颜色',this.addcolorname,this.establishform.colorlist)
|
|
},
|
|
// 商品规格参数结束
|
|
|
|
|
|
// 订,补,发,配,退新增弹窗开始
|
|
addbillorderclose() {
|
|
this.addbillordershow = false
|
|
},
|
|
addbillorderForm(formName) {
|
|
this.$refs[formName].resetFields();
|
|
this.addbillordershow = false
|
|
this.maskshow = false
|
|
},
|
|
submitaddbillorder(formName) {
|
|
console.log("保存===========")
|
|
if(this.addbillorder_form.id==''||this.addbillorder_form.id==null) {
|
|
this.$message({
|
|
message: '请选择客户',
|
|
type: 'warning'
|
|
});
|
|
return ;
|
|
}
|
|
if(this.add_bil_order_info.length==0) {
|
|
this.$message({
|
|
message: '请添加商品',
|
|
type: 'warning'
|
|
});
|
|
return ;
|
|
}
|
|
axios.get(this.url + 'r=dataimport.create_order_save',{
|
|
params: {
|
|
totalmoney:this.allprice,
|
|
couponmoney:this.alldiscount,
|
|
buyerid:this.addbillorder_form.id,
|
|
year:this.add_bil_order_info[0].year,
|
|
season:this.add_bil_order_info[0].season,
|
|
goodinfos:JSON.stringify(this.add_bil_order_info),
|
|
remarks: this.addbillorder_form.remarks,
|
|
brandname: this.add_bil_order_info[0].brandname
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list)
|
|
})
|
|
this.$refs[formName].resetFields();
|
|
},
|
|
addbillorder_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
// console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='total_price_all') {
|
|
if (!isNaN(value)) {
|
|
this.allprice = prev + curr
|
|
} else {
|
|
this.allprice = prev
|
|
}
|
|
|
|
// console.log("这是总价=====",prev + curr)
|
|
}
|
|
if(column.property=='discount_amount') {
|
|
if (!isNaN(value)) {
|
|
this.alldiscount = prev + curr
|
|
} else {
|
|
this.alldiscount = prev
|
|
}
|
|
|
|
// console.log("这是折扣价=====",prev + curr)
|
|
}
|
|
if(column.property=='XS'||column.property=='S'||column.property=='M'||column.property=='L'||column.property=='XL'||column.property=='XXL'||column.property=='XXXL'||column.property=='XXXXL'||column.property=='subtotal'||column.property=='total_price_all'||column.property=='discount_amount') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
selece_customer(val) {
|
|
console.log("这是数据======",val)
|
|
this.add_bil_order_info = []
|
|
axios.get(this.url + 'r=dataimport.supply_apply_details',{
|
|
params: {
|
|
id:val
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list)
|
|
this.addbillorder_form = response.data.result.list
|
|
this.addbillorder_form.type = this.public_type
|
|
})
|
|
// this.addbillorder_form = val
|
|
console.log("这是数据======",this.addbillorder_form)
|
|
},
|
|
// 订,补,发,配,退新增弹窗结束
|
|
|
|
// 店铺配货单开始
|
|
erp_store_invoice() {
|
|
this.maskshow = true
|
|
this.storeinvoiceshow = true
|
|
this.showorder = true
|
|
this.subtitle = '店铺配货单'
|
|
},
|
|
erp_add_storeinvoice() {
|
|
this.addbillordershow = true
|
|
this.maskshow = true
|
|
this.public_title = '店铺配货单'
|
|
this.public_type = '配货'
|
|
console.log("店铺配货单==========")
|
|
},
|
|
// 店铺配货单结束
|
|
|
|
|
|
// 店铺发货单开始
|
|
erp_store_delivery() {
|
|
this.maskshow = true
|
|
this.storedeliveryshow = true
|
|
this.showorder = true
|
|
this.subtitle = '店铺发货单'
|
|
},
|
|
erp_add_all_order() {
|
|
|
|
this.addbillordershow = true
|
|
this.maskshow = true
|
|
this.public_title = '店铺发货单'
|
|
this.public_type = '发货'
|
|
console.log("发货单==========")
|
|
|
|
},
|
|
// 店铺发货单结束
|
|
|
|
// 店铺退货单结束
|
|
erp_store_returns() {
|
|
this.maskshow = true
|
|
this.storereturnsshow = true
|
|
this.showorder = true
|
|
this.subtitle = '店铺退货单'
|
|
},
|
|
erp_add_storereturns() {
|
|
this.addbillordershow = true
|
|
this.maskshow = true
|
|
this.public_title = '店铺退货单'
|
|
this.public_type = '退货'
|
|
console.log("退货单==========")
|
|
},
|
|
// 店铺退货单结束
|
|
|
|
|
|
// 向总部退货开始
|
|
erp_general_returns() {
|
|
this.maskshow = true
|
|
this.generalreturnsshow = true
|
|
this.showorder = true
|
|
this.subtitle = '向总部退货'
|
|
},
|
|
// 向总部退货结束
|
|
|
|
|
|
// 向总部补货开始
|
|
erp_general_replenish() {
|
|
this.maskshow = true
|
|
this.generalreplenishshow = true
|
|
this.showorder = true
|
|
this.subtitle = '向总部补货'
|
|
},
|
|
// 向总部补货结束
|
|
|
|
|
|
// 新增补货弹窗开始
|
|
relenishclose() {
|
|
this.addreplenishshow= false
|
|
this.maskshow = false
|
|
this.replenishodata = []
|
|
},
|
|
replenish_select(value) {
|
|
console.log("=========",value,this.replenishform)
|
|
axios.get(this.url + 'r=dataimport.supply_details',{
|
|
params: {
|
|
id:value
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list)
|
|
this.replenishform.suppliermobile = response.data.result.list.mobile
|
|
this.replenishform.supplierpeople = response.data.result.list.realname
|
|
|
|
this.replenishform.supplieraddress = response.data.result.list.address
|
|
})
|
|
},
|
|
addrowclick() {
|
|
item = {
|
|
goodssn:'',
|
|
color:'',
|
|
size:'',
|
|
XS:'',
|
|
S:'',
|
|
M:'',
|
|
L:'',
|
|
XL:'',
|
|
XXL:'',
|
|
XXXL:'',
|
|
XXXXL:'',
|
|
price:0,
|
|
colorselect:[]
|
|
}
|
|
this.replenishodata.push(item)
|
|
},
|
|
definerelenish() {
|
|
console.log(this.replenishodata,"=======确认补单")
|
|
this.addreplenishshow= false
|
|
this.maskshow = false
|
|
this.replenishodata = []
|
|
},
|
|
deletereplenish(index,row) {
|
|
console.log(index,row)
|
|
this.replenishodata.splice(index,1)
|
|
},
|
|
// 新增补货弹窗结束
|
|
|
|
|
|
|
|
// 店铺补货单开始
|
|
erp_replenish() {
|
|
this.maskshow = true
|
|
this.replenishshow = true
|
|
this.showorder = true
|
|
this.subtitle = '店铺补货单'
|
|
},
|
|
erp_add_replenish() {
|
|
console.log("=======店铺新增补货单")
|
|
axios.get(this.url + 'r=dataimport.supply_goods_list').then((response) => {
|
|
console.log(response.data.result)
|
|
this.supplierlist = response.data.result.list
|
|
})
|
|
this.addreplenishshow= true
|
|
this.maskshow = true
|
|
},
|
|
my_order_list_handleCurrentChange(row,column,event) {
|
|
if(column.label!=undefined) {
|
|
console.log(row,column)
|
|
}
|
|
|
|
},
|
|
replenishsearch(index) {
|
|
console.log('搜索要补货的商品',isNaN(index))
|
|
if(this.replenishform.suppliername==''||this.replenishform.suppliername==null) {
|
|
this.$message({
|
|
type: 'success',
|
|
message: '请选择供应商'
|
|
});
|
|
return;
|
|
}
|
|
if(!isNaN(index)) {
|
|
axios.get(this.url + 'r=dataimport.supply_goods_details',{
|
|
params:{
|
|
id:this.replenishform.suppliername,
|
|
goodssn:this.replenishodata[index].goodssn
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data)
|
|
if(response.data.result.prodinfo) {
|
|
console.log(response.data.result.prodinfo,response.data.result.prodinfo.specs[0].items)
|
|
this.replenishodata[index].colorselect = response.data.result.prodinfo.specs[0].items
|
|
this.replenishodata[index].color = response.data.result.prodinfo.specs[0].items[0].title
|
|
this.replenishodata[index].price = response.data.result.prodinfo.minprice
|
|
}
|
|
|
|
|
|
})
|
|
}
|
|
|
|
},
|
|
colorchange(value,index) {
|
|
console.log(value,index)
|
|
this.replenishodata[index].color = value.title
|
|
},
|
|
// 店铺补货单结束
|
|
|
|
|
|
// 与门店往来账开始 erp_store_account
|
|
erp_store_account() {
|
|
console.log("12345678")
|
|
this.maskshow = true
|
|
this.storeaccountshow = true
|
|
this.showorder = true
|
|
this.subtitle = '与门店往来账'
|
|
},
|
|
|
|
// 与门店往来账结束
|
|
|
|
// 店铺确认收货开始
|
|
erp_store_receipt() {
|
|
this.maskshow = true
|
|
this.storereceiptshow = true
|
|
this.showorder = true
|
|
this.subtitle = '店铺确认收货'
|
|
},
|
|
|
|
|
|
// 店铺确认收货结束
|
|
|
|
|
|
// 客户订单开始
|
|
erp_customer_order() {
|
|
this.maskshow = true
|
|
this.customerordershow = true
|
|
this.showorder = true
|
|
this.subtitle = '客户订单'
|
|
this.get_customer_order_list()
|
|
},
|
|
upload_return_add_bil(file, fileList) {
|
|
console.log(file, fileList);
|
|
if(file.status=='success') {
|
|
this.$message({
|
|
type: 'success',
|
|
message: '导入成功!',
|
|
offset: 200
|
|
});
|
|
}
|
|
|
|
},
|
|
tip_import() {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请选择客户',
|
|
offset: 200
|
|
});
|
|
},
|
|
start_end_time(val) {
|
|
console.log(val,this.customerorder_times)
|
|
},
|
|
handle_customerorder(index) {
|
|
console.log("神恶化=======",index)
|
|
this.customer_order_list_info[index].isedit = true
|
|
},
|
|
handle_customerorder_define(index) {
|
|
console.log("神恶qwug化=======",index)
|
|
axios.get(this.url + 'r=dataimport.orders_update_save',{
|
|
params:{
|
|
goodsinfo:this.customer_order_list_info[index]
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data)
|
|
this.customer_order_list_info[index].isedit = false
|
|
this.$message({
|
|
type: 'success',
|
|
message: '修改成功'
|
|
});
|
|
// this.customerorder_currentPage = 1
|
|
// this.get_customer_order_list()
|
|
})
|
|
|
|
},
|
|
handle_customerorder_cancle(index) {
|
|
this.customer_order_list_info[index].isedit = false
|
|
},
|
|
edit_customerorder_size(val,index,row,scope) {
|
|
// oid:this.customerorder_info_id,
|
|
// id:row.id,
|
|
// goodsinfo:row
|
|
console.log(val,index,row,scope)
|
|
console.log(this.customer_order_list_info[index])
|
|
// return ;
|
|
let newsize = scope.column.property
|
|
axios.get(this.url + 'r=dataimport.goods_stock',{
|
|
params:{
|
|
stock:val,
|
|
size:scope.column.label,
|
|
color:this.customer_order_list_info[index].color,
|
|
goodsid:this.customer_order_list_info[index].goodsid
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list.stock)
|
|
if(parseInt(val)>response.data.result.list.stock) {
|
|
//怎么拼接
|
|
if(newsize=='sizejm') {
|
|
this.customer_order_list_info[index].sizejm = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizexs') {
|
|
this.customer_order_list_info[index].sizexs = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizes') {
|
|
this.customer_order_list_info[index].sizes = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizem') {
|
|
this.customer_order_list_info[index].sizem = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizel') {
|
|
this.customer_order_list_info[index].sizel = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizexl') {
|
|
this.customer_order_list_info[index].sizexl = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizexxl') {
|
|
this.customer_order_list_info[index].sizexxl = response.data.result.list.stock
|
|
}
|
|
if(newsize=='sizexxxl') {
|
|
this.customer_order_list_info[index].sizexxxl = response.data.result.list.stock
|
|
}
|
|
|
|
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '输入值不能超过当前商品库存值'
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
},
|
|
erp_customer_examine() {
|
|
|
|
if(this.customerchecked.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择订单'
|
|
});
|
|
} else {
|
|
// typeid: 0审核 1反审核
|
|
console.log("神恶化=======",this.customerchecked)
|
|
let newvalue = []
|
|
this.customerchecked.forEach(item=> {
|
|
newvalue.push(item.id)
|
|
})
|
|
axios.get(this.url + 'r=dataimport.orders_lock',{
|
|
params:{
|
|
oid:newvalue.toString(),
|
|
typeid:0
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data)
|
|
this.$message({
|
|
type: 'success',
|
|
message: '审核成功,所选订单不能修改'
|
|
});
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
})
|
|
}
|
|
},
|
|
erp_merge_order() {
|
|
if(this.customerchecked.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择订单'
|
|
});
|
|
return ;
|
|
}
|
|
|
|
if(this.customerchecked.length==1) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '至少选两个订单'
|
|
});
|
|
return ;
|
|
}
|
|
|
|
|
|
let newLIst = []
|
|
|
|
|
|
|
|
console.log("神恶化=======",this.customerchecked)
|
|
let newvalue = []
|
|
this.customerchecked.forEach(item=> {
|
|
newvalue.push(item.id)
|
|
newLIst.push(item.customer+item.year+item.season)
|
|
})
|
|
console.log('判断搜选的订单======',newLIst)
|
|
const elementsAreEqual = array=> array.every(el=> el === array[0])
|
|
console.log('判断搜选的订单======',elementsAreEqual(newLIst))
|
|
if(elementsAreEqual(newLIst)) {
|
|
axios.get(this.url + 'r=dataimport.orders_merge',{
|
|
params:{
|
|
oid:newvalue.toString()
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data)
|
|
this.$message({
|
|
type: 'success',
|
|
message: '合并成功'
|
|
});
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
})
|
|
} else {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '所选订单不匹配,不能合并'
|
|
});
|
|
}
|
|
|
|
},
|
|
erp_delete_order() {
|
|
if(this.customerchecked.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择订单',
|
|
offset: 200
|
|
});
|
|
} else {
|
|
// typeid: 0审核 1反审核
|
|
console.log("神恶化=======",this.customerchecked)
|
|
let newvalue = []
|
|
this.customerchecked.forEach(item=> {
|
|
newvalue.push(item.id)
|
|
})
|
|
axios.get(this.url + 'r=dataimport.orders_delete',{
|
|
params:{
|
|
oid:newvalue.toString()
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data)
|
|
this.$message({
|
|
type: 'success',
|
|
message: '删除成功'
|
|
});
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
})
|
|
}
|
|
},
|
|
erp_customer_export() {
|
|
if(this.customerchecked.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择一个订单'
|
|
});
|
|
return ;
|
|
}
|
|
|
|
if(this.customerchecked.length>1) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '只能选择一个订单'
|
|
});
|
|
return ;
|
|
}
|
|
|
|
console.log("神恶化=======",this.customerchecked)
|
|
let newvalue = []
|
|
this.customerchecked.forEach(item=> {
|
|
newvalue.push(item.id)
|
|
})
|
|
let downurl = 'https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.orders_export&oid=' + newvalue.toString()
|
|
window.open(downurl)
|
|
// axios.get(this.url + 'r=dataimport.orders_export',{
|
|
// params:{
|
|
// oid:newvalue.toString()
|
|
// }
|
|
// }).then((response) => {
|
|
// console.log("列表======",response.data)
|
|
// // window.open()
|
|
// this.$message({
|
|
// type: 'success',
|
|
// message: '导出成功'
|
|
// });
|
|
// })
|
|
},
|
|
erp_approval() {
|
|
|
|
if(this.customerchecked.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请前去选择订单'
|
|
});
|
|
} else {
|
|
// typeid: 0审核 1反审核
|
|
console.log("神恶化=======",this.customerchecked)
|
|
let newvalue = []
|
|
this.customerchecked.forEach(item=> {
|
|
newvalue.push(item.id)
|
|
})
|
|
axios.get(this.url + 'r=dataimport.orders_lock',{
|
|
params:{
|
|
oid:newvalue.toString(),
|
|
typeid:1
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data)
|
|
this.$message({
|
|
type: 'success',
|
|
message: '反审核成功,所选订单可以修改'
|
|
});
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
})
|
|
}
|
|
},
|
|
handle_customer_SelectionChange(val) {
|
|
console.log(val)
|
|
this.customerchecked = val
|
|
},
|
|
customerorderbrname() {
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
},
|
|
customerordersearch() {
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
},
|
|
customerorderyear() {
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
},
|
|
customerorderseason() {
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
},
|
|
customerordermobil() {
|
|
this.customerorder_currentPage = 1
|
|
this.get_customer_order_list()
|
|
},
|
|
customerorder_handleSizeChange(val) {
|
|
console.log(`每页 ${val} 条`);
|
|
},
|
|
customerorder_handleCurrentChange(val) {
|
|
console.log(`当前页: ${val}`);
|
|
this.customerorder_currentPage = val
|
|
this.get_customer_order_list()
|
|
},
|
|
get_customer_order_list() {
|
|
axios.get(this.url + 'r=dataimport.orders_list',{
|
|
params:{
|
|
page:this.customerorder_currentPage,
|
|
ordersn:this.goodssn_input,
|
|
year:this.order_year,
|
|
season:this.order_seaon,
|
|
mobile:this.customer_input,
|
|
brandname:this.goodssn_brname
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data.result.list)
|
|
this.customer_order_list = response.data.result.list
|
|
this.customerorder_total = parseInt(response.data.result.total)
|
|
})
|
|
},
|
|
handle_customer_order_list(row, column, event) {
|
|
console.log(row,column)
|
|
this.customerorder_info_id = row.id
|
|
this.customerorder_islock = row.islock
|
|
this.get_customer_order_list_info(row.id)
|
|
},
|
|
|
|
get_customer_order_list_info(id) {
|
|
axios.get(this.url + 'r=dataimport.orders_items_list',{
|
|
params:{
|
|
oid:id,
|
|
page:this.customerorder_currentPage_info
|
|
}
|
|
}).then((response) => {
|
|
console.log("列表======",response.data.result.list)
|
|
this.customer_order_list_info = response.data.result.list
|
|
this.customerorder_info_total = parseInt(response.data.result.total)
|
|
})
|
|
},
|
|
customerorder_info_handleSizeChange(val) {
|
|
console.log(`每页 ${val} 条`);
|
|
},
|
|
customerorder_info_handleCurrentChange(val) {
|
|
console.log(`当前页: ${val}`);
|
|
this.customerorder_currentPage_info = val
|
|
this.get_customer_order_list_info(this.customerorder_info_id)
|
|
},
|
|
erp_add_customerorder() {
|
|
console.log("新增客户订单====")
|
|
this.addbillordershow = true
|
|
this.maskshow = true
|
|
this.public_title = '新增客户订单'
|
|
this.public_type = '订货'
|
|
|
|
},
|
|
addbillordersearch(index) {
|
|
console.log('搜索要补货的商品',isNaN(index),index,this.addbillorder_form)
|
|
if(this.addbillorder_form.id==''||this.addbillorder_form.id==null) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请选择客户'
|
|
});
|
|
return;
|
|
}
|
|
if(!isNaN(index)) {
|
|
axios.get(this.url + 'r=dataimport.supply_goods_details',{
|
|
params:{
|
|
id:0,
|
|
goodssn:this.add_bil_order_info[index].goodssn
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data)
|
|
if(response.data.result.prodinfo) {
|
|
console.log(response.data.result.prodinfo,response.data.result.prodinfo.specs[0].items)
|
|
this.add_bil_order_info[index].colorselect = response.data.result.prodinfo.specs[0].items
|
|
// this.add_bil_order_info[index].color = response.data.result.prodinfo.specs[0].items[0].title
|
|
this.add_bil_order_info[index].price = response.data.result.prodinfo.minprice
|
|
this.add_bil_order_info[index].season = response.data.result.prodinfo.season
|
|
this.add_bil_order_info[index].year = response.data.result.prodinfo.year
|
|
this.add_bil_order_info[index].band = response.data.result.prodinfo.bdname
|
|
this.add_bil_order_info[index].brandname = response.data.result.prodinfo.brandname
|
|
this.add_bil_order_info[index].category = response.data.result.prodinfo.categoryname
|
|
this.add_bil_order_info[index].id = response.data.result.prodinfo.id
|
|
} else {
|
|
this.add_bil_order_info[index].colorselect = []
|
|
this.add_bil_order_info[index].price = ''
|
|
this.add_bil_order_info[index].season = ''
|
|
this.add_bil_order_info[index].year = ''
|
|
this.add_bil_order_info[index].band = ''
|
|
this.add_bil_order_info[index].category = ''
|
|
this.add_bil_order_info[index].brandname = ''
|
|
this.add_bil_order_info[index].id = index
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '没检索到此商品,请输入正确的商品编号'
|
|
});
|
|
}
|
|
|
|
|
|
})
|
|
}
|
|
|
|
},
|
|
addbillorder_rowclick() {
|
|
if(this.addbillorder_form.id==''||this.addbillorder_form.id==null) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请选择客户'
|
|
});
|
|
return;
|
|
}
|
|
item = {
|
|
id:this.add_bil_order_info.length+1,
|
|
year:'',
|
|
season:'',
|
|
band:'',
|
|
category:'',
|
|
goodssn:'ER20210825001',
|
|
color:'',
|
|
price:'',
|
|
size:'',
|
|
XS:'',
|
|
S:'',
|
|
M:'',
|
|
L:'',
|
|
XL:'',
|
|
XXL:'',
|
|
XXXL:'',
|
|
XXXXL:'',
|
|
subtotal:'',
|
|
total_price_all:'',
|
|
trade_discount:'',
|
|
discount_amount:'',
|
|
order_type:'',
|
|
colorselect:[]
|
|
}
|
|
this.add_bil_order_info.push(item)
|
|
},
|
|
addbillordercolorchange(value,index) {
|
|
console.log(value,index)
|
|
let centerdata = JSON.parse(JSON.stringify(this.add_bil_order_info))
|
|
centerdata.splice(index,1)
|
|
if(this.add_bil_order_info.length>1) {
|
|
centerdata.forEach((item,indexs)=> {
|
|
console.log(`这是第${indexs}次`,item.color+item.goodssn)
|
|
console.log(item.color+item.goodssn==value.title+this.add_bil_order_info[index].goodssn&&typeof(item.color)=='string')
|
|
if(item.color+item.goodssn==value.title+this.add_bil_order_info[index].goodssn&&typeof(item.color)=='string') {
|
|
setTimeout(()=>{
|
|
this.add_bil_order_info[index].color = ''
|
|
},100)
|
|
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '不能重复选择相同的商品'
|
|
});
|
|
|
|
return ;
|
|
} else {
|
|
this.add_bil_order_info[index].color = value.title
|
|
}
|
|
})
|
|
} else {
|
|
this.add_bil_order_info[index].color = value.title
|
|
}
|
|
|
|
|
|
},
|
|
addbillordersizechange(value,index,scope) {
|
|
console.log("========这是输入的值",value,index,scope)
|
|
// if(value=0) {
|
|
|
|
// }
|
|
let newsize = scope.column.property
|
|
axios.get(this.url + 'r=dataimport.goods_stock',{
|
|
params:{
|
|
stock:value,
|
|
size:scope.column.label,
|
|
color:this.add_bil_order_info[index].color,
|
|
goodsid:this.add_bil_order_info[index].id
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.result.list.stock,this.add_bil_order_info[index].size)
|
|
if(parseInt(value)>response.data.result.list.stock) {
|
|
//怎么拼接
|
|
if(newsize=='size') {
|
|
this.add_bil_order_info[index].size = response.data.result.list.stock
|
|
}
|
|
if(newsize=='XS') {
|
|
this.add_bil_order_info[index].XS = response.data.result.list.stock
|
|
}
|
|
if(newsize=='S') {
|
|
this.add_bil_order_info[index].S = response.data.result.list.stock
|
|
}
|
|
if(newsize=='M') {
|
|
this.add_bil_order_info[index].M = response.data.result.list.stock
|
|
}
|
|
if(newsize=='L') {
|
|
this.add_bil_order_info[index].L = response.data.result.list.stock
|
|
}
|
|
if(newsize=='XL') {
|
|
this.add_bil_order_info[index].XL = response.data.result.list.stock
|
|
}
|
|
if(newsize=='XXL') {
|
|
this.add_bil_order_info[index].XXL = response.data.result.list.stock
|
|
}
|
|
if(newsize=='XXXL') {
|
|
this.add_bil_order_info[index].XXXL = response.data.result.list.stock
|
|
}
|
|
if(newsize=='XXXXL') {
|
|
this.add_bil_order_info[index].XXXXL = response.data.result.list.stock
|
|
}
|
|
|
|
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '输入值不能超过当前商品库存值'
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
// this.add_bil_order_info[index].size = value.title
|
|
},
|
|
handladdbillorderChange(val) {
|
|
console.log(val)
|
|
this.addbillorder_selection = val
|
|
// this.addorder_selection = val
|
|
},
|
|
addbillorder_delect() {
|
|
if(this.addbillorder_selection.length==0) {
|
|
this.$message({
|
|
type: 'warning',
|
|
message: '请选择需要删除的商品'
|
|
});
|
|
return;
|
|
}
|
|
console.log("前面的======",this.add_bil_order_info,"选中的=========",this.addbillorder_selection)
|
|
let list = [];
|
|
// newbill = JSON.parse(JSON.stringify(this.add_bil_order_info))
|
|
// var newArray=this.add_bil_order_info.filter(function(item,index,self){
|
|
// console.log("==============",item.id,index,self)
|
|
// // return this.addbillorder_selection.indexOf(item.id) == -1
|
|
// })
|
|
// var arr1 = [a, b, c,];
|
|
// var arr2 = [a, b, c, d];
|
|
list = this.add_bil_order_info.filter(items => {
|
|
if (!this.addbillorder_selection.includes(items)) return items;
|
|
})
|
|
console.log("这里面偶遇======",list)
|
|
this.add_bil_order_info = []
|
|
this.add_bil_order_info = list
|
|
// this.add_bil_order_info.forEach((item,index)=> {
|
|
// this.addbillorder_selection.forEach((newitem,newindex)=> {
|
|
// if(item.id==newitem.id) {
|
|
// // newbill.push(item.id)
|
|
// newbill.splice(index,1)
|
|
// }
|
|
// })
|
|
// })
|
|
// this.add_bil_order_info = []
|
|
// this.add_bil_order_info = newbill
|
|
|
|
},
|
|
// 客户订单结束
|
|
|
|
|
|
|
|
// 与总部往来账单开始
|
|
erp_general_account() {
|
|
this.maskshow = true
|
|
this.generalaccountshow = true
|
|
this.showorder = true
|
|
this.subtitle = '与总部往来账单'
|
|
},
|
|
general_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='receivable'||column.property=='net_receipts'||column.property=='cope_with'||column.property=='paid_in'||column.property=='balance'||column.property=='number') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
// 与总部往来账单结束
|
|
|
|
// 记账管理开始
|
|
erp_manage() {
|
|
this.maskshow = true
|
|
this.keepmanageshow = true
|
|
this.showorder = true
|
|
this.subtitle = '记账管理'
|
|
},
|
|
bill_list_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='money'||column.property=='number') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
bill_info_list_tip_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='XS'||column.property=='S'||column.property=='M'||column.property=='L'||column.property=='XL'||column.property=='XXL'||column.property=='XXXL'||column.property=='XXXXL'||column.property=='subtotal'||column.property=='discount_amount') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
// 记账管理结束
|
|
|
|
// 商品调拨单弹窗开始
|
|
transfer_goods_handleChange() {
|
|
console.log(this.$refs.addressthree.getCheckedNodes()[0].pathLabels);
|
|
},
|
|
into_store_handleChange() {
|
|
console.log(this.$refs.into_store_three.getCheckedNodes()[0].pathLabels);
|
|
},
|
|
transfer_goods_search() {
|
|
|
|
},
|
|
transfergoodsclose() {
|
|
this.transfergoodsshow = false
|
|
this.maskshow = false
|
|
},
|
|
|
|
// 商品调拨单弹窗结束
|
|
|
|
|
|
|
|
// 调拨单开始
|
|
erp_transfer_order() {
|
|
this.maskshow = true
|
|
this.transferordershow = true
|
|
this.showorder = true
|
|
this.subtitle = '调拨单'
|
|
},
|
|
erp_add_transferorder() {
|
|
console.log('新增调拨单==========')
|
|
this.transfergoodsshow = true
|
|
this.maskshow = true
|
|
},
|
|
|
|
// 调拨单结束
|
|
|
|
// 客户资料建立开始
|
|
customerformSubmit() {
|
|
console.log(this.customerform)
|
|
var reg_tel = /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\d{8}$/;
|
|
if (!reg_tel.test(this.customerform.mobile)) {
|
|
this.$alert('请正确填写手机号码', '', {
|
|
confirmButtonText: '确定',
|
|
callback: action => {
|
|
}
|
|
});
|
|
return ;
|
|
}
|
|
axios.get(this.url + 'r=dataimport.customer_save',{
|
|
params:{
|
|
shopname:this.customerform.shopname,
|
|
realname:this.customerform.realname,
|
|
merchname:this.customerform.merchname,
|
|
mobile:this.customerform.mobile,
|
|
store_type:this.customerform.store_type,
|
|
province:this.customerform.province,
|
|
city:this.customerform.city,
|
|
store_address:this.customerform.store_address,
|
|
supply_discount:this.customerform.supply_discount,
|
|
cross_level_rate:this.customerform.cross_level_rate,
|
|
intra_quarter_rate:this.customerform.intra_quarter_rate,
|
|
cooperation_mode:this.customerform.cooperation_mode,
|
|
upload_shop:this.customerform.upload_shop,
|
|
brand_id:this.customerform.brand_id.toString(),
|
|
}
|
|
}).then((response) => {
|
|
console.log("客户资料建立",response.data.result)
|
|
|
|
this.$message({
|
|
type: 'success',
|
|
message: response.data.result.message
|
|
});
|
|
})
|
|
},
|
|
erp_customer() {
|
|
this.maskshow = true
|
|
this.customershow = true
|
|
this.showorder = true
|
|
this.subtitle = '客户资料建立'
|
|
axios.get(this.url + 'r=dataimport.get_province_list').then((response) => {
|
|
// console.log("=========",response.data.status.list)
|
|
this.customerwarp = response.data.status.list
|
|
})
|
|
axios.get(this.url + 'r=dataimport.customer_list').then((response) => {
|
|
console.log("====34567=====",response.data.status)
|
|
this.allcustomer = response.data.status.list
|
|
})
|
|
},
|
|
customerhandleChange(){
|
|
console.log(this.$refs.custthree.getCheckedNodes()[0].pathLabels);
|
|
this.customerform.province = this.$refs.custthree.getCheckedNodes()[0].pathLabels[0]
|
|
this.customerform.city = this.$refs.custthree.getCheckedNodes()[0].pathLabels[1]
|
|
},
|
|
allcustomer_click(row,event,column) {
|
|
if(event.label!='权限') {
|
|
this.userinfo = {}
|
|
console.log(row,event)
|
|
this.userinfo = JSON.parse(JSON.stringify(row))
|
|
// console.log("不会不会=======",this.userinfo.brand_ids)
|
|
this.userinfo.brand_ids= this.userinfo.brand_ids.split(',');
|
|
// console.log("不会不会=======",this.userinfo.brand_ids)
|
|
this.userinfoshow = true
|
|
}
|
|
|
|
},
|
|
customerlistinfodelete(index,row) {
|
|
console.log(index,row)
|
|
this.$confirm('此操作将永久删除, 是否继续?', '', {
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
}).then(() => {
|
|
axios.get(this.url + 'r=dataimport.customer_delete',{
|
|
params: {
|
|
id:row.id
|
|
}
|
|
}).then((response) => {
|
|
console.log("====34567=====",response.data.status)
|
|
this.$message({
|
|
type: 'success',
|
|
message: '删除成功!'
|
|
});
|
|
axios.get(this.url + 'r=dataimport.customer_list').then((response) => {
|
|
console.log("====34567=====",response.data.status)
|
|
this.allcustomer = response.data.status.list
|
|
})
|
|
})
|
|
}).catch(() => {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '已取消删除'
|
|
});
|
|
});
|
|
|
|
},
|
|
customerlistinfo(index,row) {
|
|
console.log(index,row)
|
|
this.userinfo = {}
|
|
this.userinfo = JSON.parse(JSON.stringify(row))
|
|
// console.log("不会不会=======",this.userinfo.brand_ids)
|
|
this.userinfo.brand_ids= this.userinfo.brand_ids.split(',');
|
|
// console.log("不会不会=======",this.userinfo.brand_ids)
|
|
this.userinfoshow = true
|
|
},
|
|
// 客户资料建立结束
|
|
|
|
// 到货单扫描入库开始
|
|
scanwarhouseclose() {
|
|
this.scanwarhouseshow = false
|
|
this.maskshow = false
|
|
},
|
|
//确认收货
|
|
submitdatainfo() {
|
|
console.log('扫码验收确认按钮')
|
|
this.scanwarhouseshow = false
|
|
this.maskshow = false
|
|
},
|
|
lookdifferences() {
|
|
console.log('查看差异')
|
|
this.scanwarhouseshow = false
|
|
this.maskshow = false
|
|
},
|
|
// 数据明细搜索
|
|
datainfosearch() {
|
|
console.log('数据明细搜索')
|
|
},
|
|
// 到货单扫描入库结束
|
|
|
|
// 新增客户(店铺)订单 表格选中事件
|
|
handleaddorderChange(val) {
|
|
console.log(val)
|
|
this.addorder_selection = val
|
|
},
|
|
// 新增客户(店铺)订单 搜索
|
|
addordersearch() {
|
|
console.log('===============')
|
|
},
|
|
// 新增客户(店铺)订单 关闭按钮
|
|
addorderclose() {
|
|
this.addordershow = false
|
|
this.maskshow = false
|
|
this.$refs['addorder_form'].resetFields();
|
|
},
|
|
// 新增客户(店铺)订单弹窗确认
|
|
submitaddorder(formName) {
|
|
console.log(this.addorder_form)
|
|
},
|
|
// 新增客户(店铺)订单弹窗取消
|
|
addorderForm(formName) {
|
|
this.$refs[formName].resetFields();
|
|
this.addordershow = false
|
|
this.maskshow = false
|
|
},
|
|
// 新增客户(店铺)订单 选择客服获取地址
|
|
handleChange(value) {
|
|
console.log(this.$refs.three.getCheckedNodes()[0].pathLabels);
|
|
let province = this.$refs.three.getCheckedNodes()[0].pathLabels[0]
|
|
let city = this.$refs.three.getCheckedNodes()[0].pathLabels[1]
|
|
let area = this.$refs.three.getCheckedNodes()[0].pathLabels[2]
|
|
this.addorder_form.customer_address_new = province + '-' + city + '-' + area
|
|
},
|
|
|
|
|
|
// 上级到货单开始
|
|
erp_arrival() {
|
|
this.arrivalshow = true
|
|
this.showorder = true
|
|
this.subtitle = '上级到货单'
|
|
},
|
|
// 扫码验收
|
|
erp_scan_check() {
|
|
console.log("=========扫码验收")
|
|
this.scanwarhouseshow = true
|
|
this.maskshow = true
|
|
},
|
|
//上级到货单列表
|
|
arrival_list_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='number'||column.property=='verification_num'||column.property=='total_amount') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
|
|
//上级到货单列表详情
|
|
arrival_list_info_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
// console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='XS'||column.property=='S'||column.property=='M'||column.property=='L'||column.property=='XL'||column.property=='XXL'||column.property=='XXXL'||column.property=='XXXXL'||column.property=='subtotal'||column.property=='total_price_all'||column.property=='discount_amount') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
// 上级到货单结束
|
|
|
|
|
|
// 我的订单,单选表格,获取详情
|
|
handleCurrentChange(val) {
|
|
console.log(val)
|
|
// this.currentRow = val;
|
|
},
|
|
// 我的订单按钮
|
|
erp_my_order() {
|
|
this.myordershow = true
|
|
this.showorder = true
|
|
this.subtitle = '我的订单'
|
|
},
|
|
// 我的订单计算汇总
|
|
myorder_getSummaries(param) {
|
|
const { columns, data } = param;
|
|
const sums = [];
|
|
columns.forEach((column, index) => {
|
|
// console.log("============",column)
|
|
if (index === 0) {
|
|
sums[index] = '汇总';
|
|
return;
|
|
}
|
|
const values = data.map(item => Number(item[column.property]));
|
|
|
|
if (!values.every(value => isNaN(value))) {
|
|
sums[index] = values.reduce((prev, curr) => {
|
|
// console.log("2345678=====",column.property,prev,curr)
|
|
const value = Number(curr);
|
|
if(column.property=='XS'||column.property=='S'||column.property=='M'||column.property=='L'||column.property=='XL'||column.property=='XXL'||column.property=='XXXL'||column.property=='XXXXL'||column.property=='total_price_all'||column.property=='discount_amount') {
|
|
if (!isNaN(value)) {
|
|
return prev + curr;
|
|
} else {
|
|
return prev;
|
|
}
|
|
}
|
|
|
|
}, 0);
|
|
// sums[index] += '';
|
|
} else {
|
|
sums[index] = '';
|
|
}
|
|
});
|
|
|
|
return sums;
|
|
},
|
|
|
|
|
|
// 用户详情弹窗确认
|
|
submituserinfo(formName) {
|
|
console.log(this.userinfo)
|
|
// return;
|
|
// if(this.userinfo.brand_ids.length==0) {
|
|
// this.$message({
|
|
// type: 'warning',
|
|
// message: '必须选择一个授权品牌!'
|
|
// });
|
|
// return ;
|
|
// }
|
|
axios.get(this.url + 'r=dataimport.customer_update_save',{
|
|
params: {
|
|
id:this.userinfo.id,
|
|
merchid:this.userinfo.subclass_merch_id,
|
|
cooperation_mode: this.userinfo.cooperation_mode,
|
|
supply_discount: this.userinfo.supply_discount,
|
|
intra_quarter_rate: this.userinfo.intra_quarter_rate,
|
|
cross_level_rate: this.userinfo.cross_level_rate,
|
|
brand_ids: this.userinfo.brand_ids.toString()
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data.status)
|
|
this.$refs[formName].resetFields();
|
|
this.$message({
|
|
type: 'success',
|
|
message: '修改成功!'
|
|
});
|
|
this.userinfoshow = false
|
|
this.maskshow = false
|
|
axios.get(this.url + 'r=dataimport.customer_list').then((response) => {
|
|
console.log("====34567=====",response.data.status)
|
|
this.allcustomer = response.data.status.list
|
|
})
|
|
})
|
|
|
|
|
|
|
|
},
|
|
// 用户详情弹窗取消
|
|
userinfoForm(formName) {
|
|
this.$refs[formName].resetFields();
|
|
this.userinfoshow = false
|
|
this.maskshow = false
|
|
},
|
|
// 用户详情弹窗关闭
|
|
userinfoclose() {
|
|
this.maskshow = false
|
|
this.userinfoshow = false
|
|
},
|
|
|
|
|
|
//商品资料详情尺码删除
|
|
delect_size(index) {
|
|
console.log(index)
|
|
},
|
|
//商品资料详情颜色删除
|
|
delect_color(index,typeid) {
|
|
console.log(index)
|
|
|
|
if(this.showshopinfo) {
|
|
this.shopinfo.colorlist.splice(index,1)
|
|
} else {
|
|
this.establishform.colorlist.splice(index,1)
|
|
}
|
|
|
|
},
|
|
// 商品资料详情弹窗取消按钮
|
|
shopinfoForm(formName) {
|
|
this.$refs[formName].resetFields();
|
|
this.shopinfo = {}
|
|
this.shopinfoshow = false
|
|
this.maskshow = false
|
|
},
|
|
// 商品资料详情弹窗确认按钮
|
|
submitshopinfo(formName) {
|
|
|
|
console.log(this.shopinfo,this.normsall)
|
|
axios.get(this.url + 'r=dataimport.goods_update_save',{
|
|
params:{
|
|
id:this.shopinfo.id,
|
|
title:this.shopinfo.title,
|
|
brand_id:this.shopinfo.brand_id,
|
|
category:this.shopinfo.ccate,
|
|
constituentone:this.shopinfo.constituentone,
|
|
constituentthree:this.shopinfo.constituentthree,
|
|
constituenttwo:this.shopinfo.constituenttwo,
|
|
goodssn:this.shopinfo.goodssn,
|
|
grade:this.shopinfo.grade,
|
|
band:this.shopinfo.pcate,
|
|
oldprice:this.shopinfo.oldprice,
|
|
season:this.shopinfo.season,
|
|
standards:this.shopinfo.standards,
|
|
year:this.shopinfo.year,
|
|
colorsize:JSON.stringify(this.normsall),
|
|
allstock:this.allscoker,
|
|
colors:this.colorname.toString(),
|
|
sizes:this.customname.toString(),
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data)
|
|
this.normsall = []
|
|
this.oldnormsall = []
|
|
this.shopinfo = {}
|
|
|
|
this.$message({
|
|
type: 'success',
|
|
message: '修改成功!'
|
|
});
|
|
this.get_establish()
|
|
this.shopinfoshow = false
|
|
this.maskshow = false
|
|
})
|
|
|
|
// this.$refs[formName].resetFields();
|
|
},
|
|
// 商品资料详情弹窗关闭
|
|
shopinfoclose() {
|
|
this.maskshow = false
|
|
this.shopinfoshow = false
|
|
},
|
|
//员工信息确认
|
|
define_staff() {
|
|
console.log(this.staffform)
|
|
},
|
|
|
|
// 权限设置开始
|
|
//权限设置页面显示
|
|
erp_permissions() {
|
|
this.showorder = true
|
|
this.maskshow = true
|
|
this.permissionsshow = true
|
|
document.body.scrollTop = 0
|
|
document.documentElement.scrollTop = 0
|
|
this.subtitle = '权限设置'
|
|
|
|
},
|
|
allestablish_handleCurrentChange(val) {
|
|
console.log(val)
|
|
},
|
|
allestablish_delete(index,row) {
|
|
console.log(index,row)
|
|
},
|
|
|
|
// 权限设置结束
|
|
|
|
|
|
//数据导入
|
|
upload_return(file, fileList) {
|
|
console.log(file, fileList);
|
|
if(file.status=='success') {
|
|
this.$message({
|
|
type: 'success',
|
|
message: '导入成功!'
|
|
});
|
|
}
|
|
|
|
},
|
|
//打印
|
|
printclick(id) {
|
|
console.log('1234567',id)
|
|
printJS({
|
|
printable: id,
|
|
type: 'html',
|
|
scanStyles: false,
|
|
headerStyle: 'text-align:center;color:#f00;width:100%;border:1px #000 solid;',
|
|
style: 'table tr td,th { border-collapse: collapse;padding: 15px;border:1px #000 solid; },.table_1_column_1{display:none}' // 表格样式
|
|
})
|
|
|
|
},
|
|
//回到主页面
|
|
cancelclick() {
|
|
this.showorder = false
|
|
this.maskshow = false
|
|
this.establishshow = false
|
|
this.permissionsshow = false
|
|
this.myordershow = false
|
|
this.customershow = false
|
|
this.transferordershow = false
|
|
this.keepmanageshow = false
|
|
this.generalaccountshow = false
|
|
this.arrivalshow = false
|
|
this.storereceiptshow = false
|
|
this.storeaccountshow = false
|
|
this.customerordershow = false
|
|
this.replenishshow = false
|
|
this.generalreplenishshow = false
|
|
this.generalreturnsshow = false
|
|
this.storereturnsshow = false
|
|
this.storedeliveryshow = false
|
|
this.storeinvoiceshow = false
|
|
this.countsheetshow = false
|
|
document.body.scrollTop = 0
|
|
document.documentElement.scrollTop = 0
|
|
this.subtitle = ''
|
|
},
|
|
// 表头样式设置
|
|
headClass () {
|
|
return 'height:40px;background:#f3f6fc;color: #4e6b95;font-size: 14px;'
|
|
},
|
|
// 表格样式设置
|
|
rowClass ({ row, rowIndex }) {
|
|
return 'height:40px;color: #081025;font-size: 14px;'
|
|
// if ((rowIndex + 1) % 2 === 0) {
|
|
// return "background: rgb(243, 246, 252);"
|
|
// } else {
|
|
// return 'height:40px;color: #081025;font-size: 14px;'
|
|
|
|
// }
|
|
},
|
|
rowreplenClass ({ row, rowIndex }) {
|
|
return 'height:50px;color: #081025;font-size: 14px;'
|
|
// if ((rowIndex + 1) % 2 === 0) {
|
|
// return "background: rgb(243, 246, 252);"
|
|
// } else {
|
|
// return 'height:40px;color: #081025;font-size: 14px;'
|
|
|
|
// }
|
|
},
|
|
handleSelectionChange(val) {
|
|
|
|
this.multipleSelection = val;
|
|
console.log(this.multipleSelection)
|
|
},
|
|
// 商品信息列表选择
|
|
establish_handleSelectionChange(val) {
|
|
|
|
this.multipleSelection = val;
|
|
console.log(this.multipleSelection)
|
|
},
|
|
establis_export() {
|
|
console.log("这是导出=======")
|
|
var delectlist = []
|
|
console.log(this.multipleSelection)
|
|
this.multipleSelection.forEach((item,index)=> {
|
|
delectlist.push(item.id)
|
|
})
|
|
|
|
|
|
if(this.multipleSelection.length==0) {
|
|
this.$confirm('确定导出所有的商品数据?', '', {
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
}).then(() => {
|
|
let Download="https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.goods_export&ids="
|
|
window.open(Download);
|
|
|
|
}).catch(() => {
|
|
|
|
});
|
|
} else {
|
|
|
|
console.log("11111111111111")
|
|
this.$confirm('确定导出所选的商品数据?', '', {
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
}).then(() => {
|
|
let Download="https://hqc.jisant.com/web/merchant.php?c=site&a=entry&m=ewei_shopv2&do=web&r=dataimport.goods_export&ids="+ delectlist.toString()
|
|
// console.log(Download)
|
|
window.open(Download);
|
|
|
|
}).catch(() => {
|
|
|
|
});
|
|
|
|
}
|
|
},
|
|
establis_delete() {
|
|
console.log("这是删除======")
|
|
if(this.multipleSelection.length==0) {
|
|
this.$alert('请前去选择要删除的商品资料', '', {
|
|
confirmButtonText: '确定',
|
|
callback: action => {
|
|
}
|
|
});
|
|
return ;
|
|
} else {
|
|
var delectlist = []
|
|
console.log(this.multipleSelection)
|
|
this.multipleSelection.forEach((item,index)=> {
|
|
delectlist.push(item.id)
|
|
})
|
|
this.$confirm('此操作将永久删除该文件, 是否继续?', '', {
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
}).then(() => {
|
|
console.log("==============",delectlist)
|
|
axios.get(this.url + 'r=dataimport.goods_delete',{
|
|
params:{
|
|
ids:delectlist.toString()
|
|
}
|
|
}).then((response) => {
|
|
console.log("品牌==========",response.data)
|
|
this.get_establish()
|
|
this.$message({
|
|
type: 'success',
|
|
message: '删除成功!'
|
|
});
|
|
})
|
|
|
|
}).catch(() => {
|
|
this.$message({
|
|
type: 'info',
|
|
message: '已取消删除'
|
|
});
|
|
});
|
|
|
|
}
|
|
},
|
|
establis_print() {
|
|
// console.log("打印商品信息建立页面",document.querySelector('#allestablish_print').innerHTML)
|
|
const html = document.querySelector('#allestablish_print').innerHTML
|
|
const div = document.createElement('div')
|
|
const printDOMID = 'printDOMElement'
|
|
div.id = printDOMID
|
|
console.log('id是什么 ===============',div.id)
|
|
div.innerHTML = html
|
|
const ths = div.querySelectorAll('.el-table__header-wrapper th')
|
|
// console.log("是否筛选出想要的元素=======",ths)
|
|
const ThsTextArry = []
|
|
for (let i = 0, len = ths.length-2; i < len; i++) {
|
|
if (ths[i].innerText !== '') ThsTextArry.push(ths[i].innerText)
|
|
}
|
|
// 删除多余的表头
|
|
div.querySelector('.hidden-columns').remove()
|
|
// 第一个表格的内容提取出来后已经没用了 删掉
|
|
div.querySelector('.el-table__header-wrapper').remove()
|
|
this.printtitle = ThsTextArry
|
|
console.log("是否构建出出想要的元素=======",ThsTextArry)
|
|
this.printshow = true
|
|
return ;
|
|
setTimeout(function (){
|
|
// console.log("是否获取111111111=======",document.querySelector('#test'))
|
|
// const newhtml = document.querySelector('#test').innerHTML
|
|
// console.log("是否获取111111111=======",newhtml)
|
|
printJS({
|
|
printable: 'test',
|
|
type: 'html',
|
|
scanStyles: false,
|
|
})
|
|
// document.body.innerHTML = newhtml
|
|
// window.print()
|
|
// history.go(0)
|
|
},3000);
|
|
|
|
|
|
|
|
// // 将第一个表格的内容插入到第二个表格
|
|
// let newHTML = '<tr>'
|
|
// for (let i = 0, len = ThsTextArry.length; i < len; i++) {
|
|
// newHTML += '<td style="text-align: center; font-weight: bold">' + ThsTextArry[i] + '</td>'
|
|
// }
|
|
|
|
// newHTML += '</tr>'
|
|
// div.querySelector('.el-table__body-wrapper table').insertAdjacentHTML('afterbegin', newHTML)
|
|
|
|
|
|
// console.log("构建好的内容===============",newHTML)
|
|
|
|
// document.body.innerHTML = div.innerHTML
|
|
// window.print()
|
|
// history.go(0)
|
|
// printJS({
|
|
// printable: printDOMID,
|
|
// type: 'html',
|
|
// scanStyles: false,
|
|
// style: 'table { border-collapse: collapse }' // 表格样式
|
|
// })
|
|
|
|
// div.remove()
|
|
},
|
|
//商品信息建立添加
|
|
onSubmit(formName) {
|
|
console.log('submit!',this.establishform,this.colorname,this.customname);
|
|
console.log("这是规格=========",JSON.stringify(this.normsall),this.colorname.toString(),this.customname.toString())
|
|
// return ;
|
|
this.$refs[formName].validate((valid) => {
|
|
console.log("这是什么=========",valid)
|
|
if (valid) {
|
|
console.log('submit!');
|
|
if(this.normsall.length==0) {
|
|
this.$alert('请前去添加商品的规格参数', '', {
|
|
confirmButtonText: '确定',
|
|
callback: action => {
|
|
}
|
|
});
|
|
return ;
|
|
}
|
|
|
|
axios.get(this.url + 'r=dataimport.goods_save',{
|
|
params:{
|
|
title:this.establishform.title,
|
|
brand_id:this.establishform.brand_id,
|
|
category:this.establishform.category,
|
|
constituentone:this.establishform.constituentone,
|
|
constituentthree:this.establishform.constituentthree,
|
|
constituenttwo:this.establishform.constituenttwo,
|
|
goodssn:this.establishform.goodssn,
|
|
grade:this.establishform.grade,
|
|
band:this.establishform.band,
|
|
oldprice:this.establishform.oldprice,
|
|
season:this.establishform.season,
|
|
standards:this.establishform.standards,
|
|
year:this.establishform.year,
|
|
colorsize:JSON.stringify(this.normsall),
|
|
allstock:this.allscoker,
|
|
colors:this.colorname.toString(),
|
|
sizes:this.customname.toString(),
|
|
}
|
|
}).then((response) => {
|
|
console.log(response.data)
|
|
this.normsall = []
|
|
this.oldnormsall = []
|
|
this.get_establish()
|
|
this.$message({
|
|
type: 'success',
|
|
message: '添加成功!'
|
|
});
|
|
})
|
|
|
|
} else {
|
|
this.$alert('请填写所有带*的必填字段!', '', {
|
|
confirmButtonText: '确定',
|
|
callback: action => {
|
|
}
|
|
});
|
|
return;
|
|
// console.log('error submit!!');
|
|
|
|
}
|
|
});
|
|
|
|
|
|
},
|
|
handleCurrentChange(val) {
|
|
console.log(`当前页: ${val}`);
|
|
this.establishpage = val
|
|
this.get_establish()
|
|
},
|
|
//商品信息建立
|
|
erp_establish_shop() {
|
|
this.showorder = true
|
|
this.maskshow = true
|
|
this.establishshow = true
|
|
document.body.scrollTop = 0
|
|
document.documentElement.scrollTop = 0
|
|
this.subtitle = '商品信息建立'
|
|
this.get_establish()
|
|
},
|
|
get_establish(){
|
|
axios.get(this.url + 'r=dataimport.goods_list',{
|
|
params:{
|
|
year:this.year_value,
|
|
season:this.season_value,
|
|
brand_id:this.brand_value,
|
|
goodssn:this.goodssn_value,
|
|
page:this.establishpage
|
|
}
|
|
}).then((response) => {
|
|
console.log("商品资料列表",response.data.result.list)
|
|
this.allestablish = response.data.result.list
|
|
this.alltotal = parseInt(response.data.result.total)
|
|
})
|
|
},
|
|
get_year_list(val) {
|
|
console.log(val)
|
|
this.establishpage = 1
|
|
this.get_establish()
|
|
},
|
|
get_season(val) {
|
|
console.log(val)
|
|
this.establishpage = 1
|
|
this.get_establish()
|
|
},
|
|
get_brands(val) {
|
|
console.log(val)
|
|
this.establishpage = 1
|
|
this.get_establish()
|
|
},
|
|
get_goodssn(val) {
|
|
console.log(val)
|
|
this.establishpage = 1
|
|
this.get_establish()
|
|
},
|
|
allestablish_row_click(row, column, event) {
|
|
// console.log(column.label)
|
|
|
|
if(column.label!='权限'&&column.label!=undefined) {
|
|
this.establishform.sizelist.forEach(item =>{
|
|
item.checkd = false
|
|
})
|
|
this.shopinfo = JSON.parse(JSON.stringify(row))
|
|
console.log("这是row========",row,Array.from(new Set(this.shopinfo.colors.split(','))))
|
|
|
|
|
|
this.shopinfo.colors = Array.from(new Set(this.shopinfo.colors.split(',')))
|
|
this.shopinfo.sizes = Array.from(new Set(this.shopinfo.sizes.split(',')))
|
|
this.shopinfo.sizelist = this.establishform.sizelist
|
|
this.normsall = this.shopinfo.colorsize
|
|
this.shopinfo.sizelist.forEach((item,index)=>{
|
|
this.shopinfo.sizes.forEach((newitem,newindex)=> {
|
|
if(item.name==newitem) {
|
|
item.checkd = true
|
|
}
|
|
})
|
|
})
|
|
this.shopinfo.colorlist = []
|
|
this.shopinfo.colors.forEach((newitem,newindex)=> {
|
|
let newcolor = {
|
|
id:newindex+1,
|
|
name:newitem
|
|
}
|
|
this.shopinfo.colorlist.push(newcolor)
|
|
})
|
|
console.log('涉及到护肤大V非导航=======',this.shopinfo)
|
|
this.shopinfoshow = true
|
|
|
|
}
|
|
|
|
},
|
|
orderbarterinfo(index,row) {
|
|
console.log(index,row)
|
|
|
|
this.shopinfo = JSON.parse(JSON.stringify(row))
|
|
console.log("这是row========",row)
|
|
|
|
|
|
this.shopinfo.colors = Array.from(new Set(this.shopinfo.colors.split(',')))
|
|
this.shopinfo.sizes = Array.from(new Set(this.shopinfo.sizes.split(',')))
|
|
this.establishform.sizelist.forEach(item =>{
|
|
item.checkd = false
|
|
})
|
|
this.shopinfo.sizelist = this.establishform.sizelist
|
|
this.normsall = this.shopinfo.colorsize
|
|
|
|
|
|
this.shopinfo.sizelist.forEach((items,indexs)=>{
|
|
this.shopinfo.sizes.forEach((newitem,newindex)=> {
|
|
if(items.name==newitem) {
|
|
items.checkd =true
|
|
console.log("============",items)
|
|
}
|
|
})
|
|
})
|
|
console.log("这是数据吗",this.shopinfo.sizelist)
|
|
this.shopinfo.colorlist = []
|
|
this.shopinfo.colors.forEach((newitem,newindex)=> {
|
|
let newcolor = {
|
|
id:newindex+1,
|
|
name:newitem
|
|
}
|
|
this.shopinfo.colorlist.push(newcolor)
|
|
})
|
|
console.log('涉及到护肤大V非导航=======',this.shopinfo)
|
|
this.shopinfoshow = true
|
|
}
|
|
|
|
|
|
},
|
|
created () {
|
|
|
|
axios.get(this.url + 'r=dataimport.data').then((response) => {
|
|
console.log(response.data.status)
|
|
this.groupid = response.data.status.groupid
|
|
|
|
})
|
|
|
|
axios.get(this.url + 'r=dataimport.get_brands').then((response) => {
|
|
console.log("品牌==========",response.data.status.list)
|
|
this.brandlist = response.data.status.list
|
|
})
|
|
|
|
axios.get(this.url + 'r=dataimport.get_category').then((response) => {
|
|
console.log("===========",response.data)
|
|
this.categorylist = response.data[0].childgory
|
|
this.bandlist = response.data[1].childgory
|
|
})
|
|
axios.get(this.url + 'r=dataimport.customer_list').then((response) => {
|
|
console.log("====34567=====",response.data.status)
|
|
this.allcustomer = response.data.status.list
|
|
})
|
|
// axios.get('https://hqc.jisant.com/app/ewei_shopv2_api.php?i=1&comefrom=wxapp&r=member.circle.ore_lists&openid=wap_user_1_18268047001&page=1&lat=0&lng=0').then((response) => {
|
|
// console.log(response.data.result.list)
|
|
// this.list = response.data.result.list
|
|
// })
|
|
}
|
|
})
|
|
</script>
|
|
{template '_footer'}
|
|
<!--913702023503242914--> |