+
+
+
+
+
+
+
+
+
+ {{ convertDateFun(scope.row.productDate) }}
+
+
+
+
+ {{ convertDateFun(scope.row.expireDate) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/inoutDrug/IoCreateScanOrder.vue b/src/views/inoutDrug/IoCreateScanOrder.vue
index 05443261..6ef18ac6 100644
--- a/src/views/inoutDrug/IoCreateScanOrder.vue
+++ b/src/views/inoutDrug/IoCreateScanOrder.vue
@@ -578,12 +578,14 @@ export default {
.catch(() => {
});
},
+ //新增单据
addOrders() {
this.idQuery = {};
this.title = "add";
this.addOrderVisible = true;
},
+ //单据编辑
editOrder(_this,row) {
_this.idQuery = row;
_this.title = "edit";