Browse Source

预托书新增页面小po字段赋值修改

jbb 2 years ago
parent
commit
6fd3acc727
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/pre-book/addPreBookDrawer.vue

+ 2 - 2
src/views/pre-book/addPreBookDrawer.vue

@@ -468,7 +468,7 @@ export default {
           garmentFactory:"",
           // hod:"",
           styleNo:"",
-          poNo:"",
+          smallPo:"",
           itemCode:"",
           distributionPoint:"",
           size:"",
@@ -624,7 +624,7 @@ export default {
           garmentFactory:"",
           // hod:"",
           styleNo:"",
-          poNo:data.smallPo,
+          smallPo:data.smallPo,
           itemCode:"",
           distributionPoint:data.distributionPoint,
           size:data.size,