zck 1 year ago
parent
commit
16e9377df9

File diff suppressed because it is too large
+ 6 - 4
src/view/yunyin/shengchanguanli/components/print.vue


+ 14 - 16
src/view/yunyin/shengchanguanli/shengchanpaichan.vue

@@ -26,7 +26,7 @@
 
               <div v-else>
               </div> 
-              <el-button type="primary" title="打印生产工单" icon="edit" @click="pd_gdprintonClick" class="bt">单打印</el-button> 
+              <el-button type="primary" title="打印生产工单" icon="edit" @click="pd_gdprintonClick" class="bt">单打印</el-button> 
             </el-form-item>
           </el-form>
 
@@ -727,21 +727,18 @@ const workbenchdata = async () => {
     [{
       label : '车缝小烫车间',
       children : [
-      {label : '1.服装厂1组'},
-      {label : '2.服装厂2组'},
-      {label : '3.服装厂3组'},
-      {label : '4.服装厂4组'},
-      {label : '5.服装厂5组'},
-      {label : '6.服装厂6组'},
-      {label : '7.服装厂7组'},
-      {label : '8.服装厂8组'},
-      {label : '9.服装厂9组'},
-      {label : '10.服装厂10组'},
-      {label : '11.服装厂11组'},
-      {label : '12.服装厂12组'},
-      {label : '13.服装厂13组'},
-      {label : '14.服装厂14组'},
-      {label : '15.服装厂15组'}
+      {label : '车缝1组'},
+      {label : '车缝2组'},
+      {label : '车缝3组'},
+      {label : '车缝4组'},
+      {label : '车缝5组'},
+      {label : '车缝6组'},
+      {label : '车缝7组'},
+      {label : '车缝8组'},
+      {label : '车缝9组'},
+      {label : '车缝10组'},
+      {label : '车缝11组'},
+      {label : '车缝12组'},
     ]
     }];
     treeData.value = data
@@ -1889,6 +1886,7 @@ const cjsbpcformData = reactive({
   isBanciSelected: false,
 });
 
+//订单打印
 const pd_gdprintonClick = () => {
   printPageRef.value.open(_Gd_gdbh.value)
 }

Some files were not shown because too many files changed in this diff