@@ -439,8 +439,8 @@ export default {
data() {
return {
collectFromFlag: false,
- collectFrom: { ewm: null,point:null },
- pointList: [],
+ collectFrom: { ewm: null,point:null,pointId:null,bomId:null },
+ pointList: [],
permission: {
add: ['admin', 'xppRecord:add'],
edit: ['admin', 'xppRecord:edit'],
@@ -501,9 +501,11 @@ export default {
},
collectPutAway() {
console.log(this.collectFrom)
- let date_ = {ewm: null, pointId: null};
+ let date_ = {ewm: null, pointId: null,bomId:null};
date_.ewm = this.collectFrom.ewm;
date_.pointId = this.collectFrom.point.id;
+ date_.bomId=this.collectFrom.bomId;
+ date_.type="1001";
console.log(date_)
crudAsnDetail.collectPutAway(date_).then(res => {
if (res.status == 200) {
@@ -651,6 +653,8 @@ export default {
this.xppBdForm.xppRecord=data;
this.xppBdOnOff=true;
},
+
+
}
}
diff --git a/src/views/business-asn/xppRecord/xppZztl.vue b/src/views/business-asn/xppRecord/xppZztl.vue
new file mode 100644
index 0000000..1b160ba
--- /dev/null
+++ b/src/views/business-asn/xppRecord/xppZztl.vue
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 制造现品票上架
+
+
+ 现品票取消上架
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label.xxp_status[scope.row.status] }}
+
+
+
+
+
+
+
+
+
+ {{ formatDate1(scope.row.nr_date) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business-inv/inventory/index.vue b/src/views/business-inv/inventory/index.vue
index 41f05d4..f20996c 100644
--- a/src/views/business-inv/inventory/index.vue
+++ b/src/views/business-inv/inventory/index.vue
@@ -196,7 +196,7 @@
>
-
+
@@ -204,12 +204,13 @@
+
-
移位
-
+ -->
+
+
-
-
+
+
diff --git a/src/views/business-pick/pickDetail/index.vue b/src/views/business-pick/pickDetail/index.vue
index d114cb3..7f32475 100644
--- a/src/views/business-pick/pickDetail/index.vue
+++ b/src/views/business-pick/pickDetail/index.vue
@@ -23,8 +23,8 @@