|
|
@@ -80,6 +80,7 @@
|
|
|
<span class="image-count mar-left-10 flex left">
|
|
|
<img src="@/assets/images/processImage.vue/tup.png" />
|
|
|
{{ item.items?.length || 0 }}张图片</span>
|
|
|
+ <span v-if="!item.syncConfig" class="mar-left-10">无法读取到该商品拍摄配置,如需重新生成请删除该商品并重新拍摄</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="history-item-right">
|
|
|
@@ -94,7 +95,7 @@
|
|
|
</template>
|
|
|
</el-dropdown>
|
|
|
|
|
|
- <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 size="small" v-if="item.syncConfig" 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>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -123,7 +124,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-image>
|
|
|
- <el-button :disabled="runLoading || takePictureLoading" class="reset-button" @click="reTakePicture(image.PhotoRecord)" v-log="{ describe: { action: '重拍单张图片', goods_art_no: image.PhotoRecord.goods_art_no, action_name: image.action_name } }">重拍</el-button>
|
|
|
+ <el-button v-if="image.action_name" :disabled="runLoading || takePictureLoading" class="reset-button" @click="reTakePicture(image.PhotoRecord)" v-log="{ describe: { action: '重拍单张图片', goods_art_no: image.PhotoRecord.goods_art_no, action_name: image.action_name } }">重拍</el-button>
|
|
|
</div>
|
|
|
<div v-else class="image-placeholder">
|
|
|
<span class="tag">{{ image.action_name }}</span>
|