|
@@ -101,10 +94,8 @@
|
-
+
note_add
@@ -113,10 +104,8 @@
-
+
cancel
@@ -132,7 +121,8 @@
Batal
- Simpan
+ Simpan
@@ -140,15 +130,15 @@
@@ -268,7 +258,7 @@ module.exports = {
pengirim: ""
};
- this.$store.dispatch("orderAsset/listingStaff");
+ this.$store.dispatch("orderAsset/listingStaff", { ROID: "0", isSerahTerima: 'N' });
this.$store.commit("orderAsset/update_selected_item_received", selectedItem);
this.$store.commit("orderAsset/update_form_inspeksi", formInspeksi);
this.$store.commit("orderAsset/update_dialog_inspeksi", true);
@@ -280,7 +270,7 @@ module.exports = {
},
simpanReceivedOrder() {
if (this.order_received.length <= 0) {
- let snac = {color: 'warning', msg: "item tidak boleh kosong", state: true}
+ let snac = { color: 'warning', msg: "item tidak boleh kosong", state: true }
this.$store.commit("roasset/update_snackbar", snac)
return;
}
@@ -292,7 +282,7 @@ module.exports = {
this.$store.dispatch("orderAsset/editReceiveOrder");
}
} else {
- let snac = {color: 'warning', msg: "proses masih berjalan", state: true}
+ let snac = { color: 'warning', msg: "proses masih berjalan", state: true }
this.$store.commit("roasset/update_snackbar", snac)
}
},
diff --git a/test/vuex/acc-one-receive-order-asset/components/dialog-view-barcode.vue b/test/vuex/acc-one-receive-order-asset/components/dialog-view-barcode.vue
new file mode 100644
index 0000000..e847e61
--- /dev/null
+++ b/test/vuex/acc-one-receive-order-asset/components/dialog-view-barcode.vue
@@ -0,0 +1,141 @@
+
+
+
+
+ CETAK BARCODE ASSET
+
+
+
+
+
+
+
+ ITEM
+ RUANGAN
+ NUMBER BARCODE
+ CETAK
+
+
+
+
+
+ {{ vs.M_ItemDesc }}
+ {{ vs.M_RuanganName }}
+ {{ vs.T_BarcodeBarangNumber }}
+
+
+
+
+
+
+
+ Tutup
+ Cetak terpilih
+ [ {{ selected_barcode.length }} ]
+
+
+
+
+
+
+
diff --git a/test/vuex/acc-one-receive-order-asset/components/main-layout.vue b/test/vuex/acc-one-receive-order-asset/components/main-layout.vue
index e22d5ab..7c556ff 100644
--- a/test/vuex/acc-one-receive-order-asset/components/main-layout.vue
+++ b/test/vuex/acc-one-receive-order-asset/components/main-layout.vue
@@ -81,10 +81,8 @@
-
+
send
@@ -92,10 +90,8 @@
-
+
edit
@@ -103,10 +99,8 @@
-
+
delete
@@ -114,6 +108,15 @@
+
+
+
+ print
+
+
+ View Barcode
+
-
attach_file
View Document
-
+
@@ -141,6 +144,17 @@
Cetak PDF
+
+
+
+
+ move_to_inbox
+
+
+ Serah Terima
+
+
|
@@ -163,14 +177,10 @@