xingyy
xingyy 1 year ago
parent 14e466918c
commit cbfdf4bc0d

@ -4,7 +4,8 @@
*/ */
export default { export default {
config: { config: {
baseUrl: "http://192.168.88.175:9021", // baseUrl: "http://192.168.88.175:9021",
baseUrl: "http://172.16.100.93:8017",
header: { header: {
"Content-Type": "application/json;charset=UTF-8", "Content-Type": "application/json;charset=UTF-8",
// 'Content-Type':'application/x-www-form-urlencoded' // 'Content-Type':'application/x-www-form-urlencoded'

@ -1,5 +1,3 @@
<template> <template>
<div class="mine" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}"> <div class="mine" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}">
<div class="content1"> <div class="content1">

@ -12,10 +12,9 @@
</u-action-sheet> </u-action-sheet>
<div @click="openStatus" class="wrap1"> <div @click="openStatus" class="wrap1">
<div class="wrap1_1"> <div class="wrap1_1">
<div class="wrap1_1_1">{{ statusValue.find(x => x.value === status).label }}</div> <div class="wrap1_1_1">{{ statusValue.find(x => x.value === artworkStatus).label }}</div>
<image style="width: 12rpx;height: 8rpx" src="../../static/dbx2@3x.png"></image> <image style="width: 12rpx;height: 8rpx" src="../../static/dbx2@3x.png"></image>
</div> </div>
</div> </div>
</template> </template>
</title-block> </title-block>
@ -43,7 +42,7 @@
@click="goRouter(item)" @click="goRouter(item)"
:style="{transform: `translateX(${item.distanceX}px)`}" class="wrap1"> :style="{transform: `translateX(${item.distanceX}px)`}" class="wrap1">
<div class="wrap1_1"> <div class="wrap1_1">
<image src="../../static/jx632@3x.png"></image> <image :src="item.artworkImg?item.artworkImg:'../../static/jx632@3x.png'"></image>
</div> </div>
<div class="wrap1_2"> <div class="wrap1_2">
<div class="wrap1_2_1">{{item.artworkName}}</div> <div class="wrap1_2_1">{{item.artworkName}}</div>
@ -131,7 +130,7 @@ export default {
const data = { const data = {
page: this.page, // page: this.page, //
pageSize: this.pageSize, // pageSize: this.pageSize, //
artworkStatus: this.artworkStatus, //(1- 2- 3- 4- 5-) status: this.artworkStatus, //(1- 2- 3- 4- 5-)
mobileKey: this.mobileKey mobileKey: this.mobileKey
} }
const res = await postDataByParams('/api/warehouse/list', data) const res = await postDataByParams('/api/warehouse/list', data)
@ -215,7 +214,12 @@ export default {
position: relative; position: relative;
width: 144rpx; width: 144rpx;
height: 228rpx; height: 228rpx;
&.status5{
background: #939393;
.wrap1_3_3_1 {
color: #939393;
}
}
&.status1 { &.status1 {
background: #FFBA00; background: #FFBA00;

Loading…
Cancel
Save