-
商品列表
+
+
+
+
+
+
+
+
+
+ 单据编号
+ {{ formobj.billNo }}
+
+
+ 制单人
+ {{ formobj.createByName }}
+
+
+ 单据日期
+
+
+
+
+
+
+
+
+
+ 来源单号
+ {{ formobj.sourceBillNo }}
+
+
+ 业务类型
+
+
+
+
+
+
+
+
+ 单据状态
+ {{ formobj.billState }}
+
+
+
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
diff --git a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
index 3058c3968e..11d9cc90e7 100644
--- a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
+++ b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
@@ -578,6 +578,12 @@
this.getsupplierLust()
this.getWarehouseList()
+
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+
},
showEdit(row) {
this.title = "【修改】"
@@ -585,6 +591,12 @@
this.getsupplierLust()
this.getWarehouseList()
console.log("showEdit", this.isUpdata);
+
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+
var params = {
sid: row.sid
}
diff --git a/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue b/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue
index cfd991bf14..54c5d49148 100644
--- a/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue
+++ b/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue
@@ -277,9 +277,16 @@
},
showAdd() {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
},
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
this.getWarehouseList()
this.getAllOrgper()
this.getOrgPathSid()
diff --git a/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue b/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue
index 9c5d9d56ed..05b2a19aad 100644
--- a/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue
+++ b/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue
@@ -287,8 +287,16 @@
this.title = "【新增】"
this.getWarehouseList()
this.getAllOrgper()
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
},
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
this.getWarehouseList()
this.getAllOrgper()
this.title = "【修改】"
diff --git a/yxt-as-ui/src/views/warehouse/goodsShelves/goodsShelvesAdd.vue b/yxt-as-ui/src/views/warehouse/goodsShelves/goodsShelvesAdd.vue
index bb7642b7d2..0203637432 100644
--- a/yxt-as-ui/src/views/warehouse/goodsShelves/goodsShelvesAdd.vue
+++ b/yxt-as-ui/src/views/warehouse/goodsShelves/goodsShelvesAdd.vue
@@ -280,8 +280,17 @@
}
this.$emit('doback')
},
- showAdd() {},
+ showAdd() {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+ },
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
req.initGoodsShelves(row.sid)
.then(resp => {
if (resp.success) {
diff --git a/yxt-as-ui/src/views/warehouse/warehouse/warehouseAdd.vue b/yxt-as-ui/src/views/warehouse/warehouse/warehouseAdd.vue
index ead5d0e062..6520d3ef62 100644
--- a/yxt-as-ui/src/views/warehouse/warehouse/warehouseAdd.vue
+++ b/yxt-as-ui/src/views/warehouse/warehouse/warehouseAdd.vue
@@ -305,8 +305,17 @@
}
this.$emit('doback')
},
- showAdd() {},
+ showAdd() {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+ },
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
req.initWarehouse(row.sid)
.then(resp => {
if (resp.success) {
diff --git a/yxt-as-ui/src/views/warehouse/warehouseArea/warehouseAreaAdd.vue b/yxt-as-ui/src/views/warehouse/warehouseArea/warehouseAreaAdd.vue
index 82d62f1b81..16d7a83d55 100644
--- a/yxt-as-ui/src/views/warehouse/warehouseArea/warehouseAreaAdd.vue
+++ b/yxt-as-ui/src/views/warehouse/warehouseArea/warehouseAreaAdd.vue
@@ -291,8 +291,17 @@
}
this.$emit('doback')
},
- showAdd() {},
+ showAdd() {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+ },
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
req.initWarehousearea(row.sid)
.then(resp => {
if (resp.success) {
diff --git a/yxt-as-ui/src/views/warehouse/warehouseAreaType/warehouseAreaTypeAdd.vue b/yxt-as-ui/src/views/warehouse/warehouseAreaType/warehouseAreaTypeAdd.vue
index 2fdae3e5c2..0385f24efd 100644
--- a/yxt-as-ui/src/views/warehouse/warehouseAreaType/warehouseAreaTypeAdd.vue
+++ b/yxt-as-ui/src/views/warehouse/warehouseAreaType/warehouseAreaTypeAdd.vue
@@ -131,8 +131,17 @@
}
this.$emit('doback')
},
- showAdd() {},
+ showAdd() {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
+ },
showEdit(row) {
+ this.$nextTick(() => {
+ this.$refs['form_obj'].clearValidate()
+ })
+
req.initWarehousearea(row.sid)
.then(resp => {
if (resp.success) {