物料增加标签打印功能
This commit is contained in:
parent
2117661802
commit
820a0f0e68
@ -167,6 +167,7 @@
|
|||||||
@click="handleDelete(scope.row)"
|
@click="handleDelete(scope.row)"
|
||||||
v-hasPermi="['mes:md:mditem:remove']"
|
v-hasPermi="['mes:md:mditem:remove']"
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
|
<printLabel :businessId="scope.row.itemId" :businessCode="scope.row.itemCode" labelText="标签打印" businessType = "ITEM"></printLabel>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
@ -401,10 +402,11 @@ import Treeselect from "@riophae/vue-treeselect";
|
|||||||
import { getBarcodeUrl } from "@/api/mes/wm/barcode";
|
import { getBarcodeUrl } from "@/api/mes/wm/barcode";
|
||||||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||||
import BarcodeImg from "@/components/barcodeImg/index.vue"
|
import BarcodeImg from "@/components/barcodeImg/index.vue"
|
||||||
|
import printLabel from "@/components/printerLabel/index.vue"
|
||||||
export default {
|
export default {
|
||||||
name: "MdItem",
|
name: "MdItem",
|
||||||
dicts: ['sys_yes_no','mes_item_product'],
|
dicts: ['sys_yes_no','mes_item_product'],
|
||||||
components: { Treeselect,ItemBom,SOPTab,SIPTab,BarcodeImg },
|
components: { Treeselect,ItemBom,SOPTab,SIPTab,BarcodeImg,printLabel },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
|
Loading…
Reference in New Issue
Block a user