| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- <template>
- <view class="mainBox">
- <uni-nav-bar
- fixed="true"
- statusBar="true"
- left-icon="back"
- title="领料"
- @clickLeft="back"
- >
- <view class="nav-right" slot="right">
- <view class="text-box" @click="addMaterial"> 添加物料 </view>
- </view>
- </uni-nav-bar>
- <card :list="tableList"></card>
- <materialDialog ref="materialDialogRef" />
- </view>
- </template>
- <script>
- import { get, getJ, post, postJ } from "@/utils/api.js";
- import card from "./components/card.vue";
- import materialDialog from "@/components/categorySelector/materialDialog.vue";
- export default {
- components: {
- card,
- materialDialog,
- },
- data() {
- return {
- tableList: [],
- };
- },
- methods: {
- addMaterial() {
- this.$refs.materialDialogRef.open();
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- .mainBox {
- padding-bottom: 120rpx;
- }
- .search-container {
- width: 70vw;
- padding: 30rpx 36rpx;
- .footer {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- display: flex;
- box-shadow: 0 10rpx 30rpx 0 #000;
- .btn {
- width: 50%;
- height: 80rpx;
- border-radius: 0 !important;
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- &.reset {
- color: $j-primary-border-green;
- }
- &.search {
- color: #fff;
- background-color: $j-primary-border-green;
- }
- }
- }
- .title {
- font-weight: bold;
- font-size: 30rpx;
- margin-bottom: 20rpx;
- }
- .status-wrapper {
- display: flex;
- align-items: center;
- justify-content: space-between;
- view {
- background-color: rgba(242, 242, 242, 1);
- height: 60rpx;
- border-radius: 30rpx;
- line-height: 60rpx;
- text-align: center;
- width: 160rpx;
- border: 1rpx solid rgba(242, 242, 242, 1);
- &.active {
- color: #157a2c;
- border-color: rgba(21, 122, 44, 1);
- }
- }
- }
- /deep/.uni-date {
- .uni-icons {
- display: none;
- }
- .uni-date-x {
- padding: 0;
- view {
- margin: 0 20rpx;
- }
- }
- }
- /deep/.uni-date__x-input,
- /deep/.uni-easyinput__content-input {
- height: 60rpx;
- border-radius: 30rpx;
- overflow: hidden;
- background-color: rgba(242, 242, 242, 1);
- }
- .version-group {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .wrapper-label {
- height: 50rpx;
- padding: 0 20rpx;
- border: 1rpx solid #ccc;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- margin: 0 20rpx 20rpx 0;
- }
- .picker-time {
- width: 100%;
- height: 60rpx;
- line-height: 60rpx;
- border: 1rpx solid #ccc;
- margin-bottom: 20rpx;
- text-indent: 10rpx;
- border-radius: 4rpx;
- }
- }
- .tab-title {
- position: fixed;
- z-index: 99;
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: $tab-height;
- line-height: $tab-height;
- background-color: #ffffff;
- border-bottom: 1px solid #f2f2f2;
- box-sizing: border-box;
- height: 110rpx;
- .search-box {
- width: 80%;
- margin-left: 10rpx;
- // height: 34rpx;
- }
- .search-icon {
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 28rpx;
- white-space: nowrap;
- margin-left: 10rpx;
- image {
- width: 34rpx;
- height: 34rpx;
- }
- }
- .tab-item {
- width: 25%;
- text-align: center;
- font-size: 32rpx;
- color: $uni-text-color-grey;
- }
- .tab-item.active {
- color: $j-primary-border-green;
- border-bottom: 1px solid $j-primary-border-green;
- font-weight: bold;
- }
- .tab-item.filter {
- flex: 1;
- padding: 0px 30rpx;
- .uni-icons {
- display: flex;
- padding-top: 5px;
- }
- }
- }
- .listBox {
- margin-top: 10px;
- padding-top: 5px;
- padding-bottom: 8px;
- .listTit {
- display: flex;
- align-items: center;
- .stuts {
- width: 55px;
- font-size: 12px;
- // border: 1px solid red;
- }
- .name {
- font-size: $uni-font-size-base;
- padding-left: 15rpx;
- }
- .date {
- font-size: $uni-font-size-sm;
- padding-left: 45rpx;
- color: #999;
- }
- }
- .listCont {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding-left: 20rpx;
- flex-direction: row;
- margin-top: 10rpx;
- color: #666;
- // border: 1px solid red;
- .item {
- width: 50%;
- font-size: $uni-font-size-sm;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .item text {
- color: #666;
- }
- .item-left {
- font-size: 20px;
- font-weight: 600;
- color: #999;
- position: relative;
- left: 90%;
- top: -55rpx;
- }
- }
- .item-top {
- height: 5rpx;
- width: 96%;
- margin: 0 auto;
- border-bottom: 1px solid #d8d3d3;
- }
- .listbtn {
- margin-top: 20rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- .operBox {
- display: flex;
- align-items: center;
- }
- }
- .listbtn button {
- margin-right: 20rpx;
- }
- }
- </style>
|