石化简单修改

镇海石化
LAPTOP-S9HJSOEB\昊天 1 year ago
parent d0f935d0ee
commit 8b178ae354

Binary file not shown.

@ -42,7 +42,7 @@ html {--antd-wave-shadow-color: @primary-color;}
.ant-alert-info .ant-alert-icon {color: #1890ff;}
.ant-alert-warning {background-color: #fffbe6;border: 1px solid #ffe58f;}
.ant-alert-warning .ant-alert-icon {color: #faad14;}
.ant-alert-error {background-color: #fff1f0;border: 1px solid #ffa39e;}
.ant-alert-error {background-color: color(~`colorPalette("@{text-color}", 1)`);border: 1px solid #ffa39e;}
.ant-alert-error .ant-alert-icon {color: #f5222d;}
.ant-alert-close-icon {background-color: transparent;border: none;}
.ant-alert-close-icon .anticon-close {color: @text-color-secondary;}
@ -1377,7 +1377,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{text-color}", 1)`);border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
.ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;}
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}

@ -257,12 +257,6 @@ export default {
url: '/stock/allStockClear',
name: '清空盘点信息',
method: 'POST'
},
getAllStreetStock:{
url: '/street/streetStockStatus',
name: '巷道盘点状态',
method: 'POST'
}
}

@ -42,9 +42,9 @@
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
暂无图片
</div>
<p>盘点图1</p>
<p>盘点图</p>
</div>
<div class="img-box">
<!-- <div class="img-box">
<viewer v-if="checkObj.checkPic" style="height: 300px">
<img :src="imgUrl+checkObj.checkPic2"/>
</viewer>
@ -54,7 +54,7 @@
暂无图片
</div>
<p>盘点图2</p>
</div>
</div> -->
<!-- <div class="img-box">
<viewer v-if="checkObj.preoperationPic" style="height:300px;">
<img :src="imgUrl+checkObj.preoperationPic"/>
@ -143,12 +143,12 @@ export default {
},
{
label:'托盘码',
key: 'wmsCode'
},
{
label:'托盘码描述',
key: 'wmsCategory'
key: 'wmsTrayCode'
},
// {
// label:'',
// key: 'wmsCategory'
// },
{
label:'盘点时间',
key: 'exportTime'
@ -330,7 +330,7 @@ export default {
&-content {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
padding-left: 25px;
.img-box {
@ -340,7 +340,7 @@ export default {
flex-direction: column;
font-size: 17px;
height: 400px;
margin-right: 10px;
margin: 50px;
img {
height: 100%
}

Loading…
Cancel
Save