|
@@ -93,7 +93,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
|
|
|
|
|
|
- <el-button size="small" :disabled="runLoading || takePictureLoading" type="primary" @click="reTakePictureNos(item.goods_art_no,item)" plain v-log="{ describe: { action: '重拍货号', goods_art_no: item.goods_art_no } }">重拍</el-button>
|
|
|
|
|
|
|
+ <el-button size="small" class="mar-left-10" :disabled="runLoading || takePictureLoading" type="primary" @click="reTakePictureNos(item.goods_art_no,item)" plain v-log="{ describe: { action: '重拍货号', goods_art_no: item.goods_art_no } }">重拍</el-button>
|
|
|
<el-button style="color: #FF4C00" size="small" class="mar-left-10" :disabled="runLoading || takePictureLoading" @click="delGoods({goods_art_nos:[item.goods_art_no]})" v-log="{ describe: { action: '删除货号', goods_art_no: item.goods_art_no } }">删除</el-button>
|
|
<el-button style="color: #FF4C00" size="small" class="mar-left-10" :disabled="runLoading || takePictureLoading" @click="delGoods({goods_art_nos:[item.goods_art_no]})" v-log="{ describe: { action: '删除货号', goods_art_no: item.goods_art_no } }">删除</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -353,9 +353,13 @@ onBeforeUnmount(() => {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
width: 510px;
|
|
width: 510px;
|
|
|
|
|
+ padding: 0 50px;
|
|
|
|
|
+ height: calc(100vh - 30px);
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ border-right:1px solid rgba(0,0,0,.1);
|
|
|
|
|
|
|
|
.step-section {
|
|
.step-section {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -388,7 +392,7 @@ onBeforeUnmount(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.step-one {
|
|
.step-one {
|
|
|
- width: 426px;
|
|
|
|
|
|
|
+ width: 350px;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
margin: 55px 0 0 5px;
|
|
margin: 55px 0 0 5px;
|
|
|
|
|
|
|
@@ -424,7 +428,7 @@ onBeforeUnmount(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.step-content {
|
|
.step-content {
|
|
|
- width: 426px;
|
|
|
|
|
|
|
+ width: 350px;
|
|
|
|
|
|
|
|
.input-container {
|
|
.input-container {
|
|
|
width: calc(100% - 20px );
|
|
width: calc(100% - 20px );
|
|
@@ -482,12 +486,12 @@ onBeforeUnmount(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.step-two {
|
|
.step-two {
|
|
|
- width: 426px;
|
|
|
|
|
|
|
+ width: 350px;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
margin: 55px 0 0 5px;
|
|
margin: 55px 0 0 5px;
|
|
|
|
|
|
|
|
.step-title {
|
|
.step-title {
|
|
|
- width: 426px;
|
|
|
|
|
|
|
+ width: 350px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
overflow-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
color: rgba(0, 0, 0, 0.85);
|