Ver Fonte

生产总订单-添加注释

jingbb há 10 meses atrás
pai
commit
74d3f6fea0

+ 1 - 1
src/views/production/productionTotalOrder/modules/KSOutbound.vue

@@ -1,3 +1,4 @@
+<!-- 框/扇出库 -->
 <template>
     <a-modal
       title="框/扇出库"
@@ -356,7 +357,6 @@
             this.selectedRows = selectionRows;
         },
         handleOk(){
-            
             if(this.selectedRows.length==0){
                 this.$message.warning('请勾选数据')
             }else{

+ 1 - 0
src/views/production/productionTotalOrder/modules/KSWarehousing.vue

@@ -1,3 +1,4 @@
+<!-- 框/扇入库 -->
 <template>
     <a-modal
       title="框/扇入库"

+ 2 - 0
src/views/production/productionTotalOrder/modules/SurplusMaterials.vue

@@ -1,3 +1,4 @@
+<!-- 余料管理 -->
 <template>
     <div >
         <a-form-model ref="formRef" :model="form">
@@ -509,6 +510,7 @@
             this.$set(recoerd,'auxiliaryUnit',data.auxiliaryUnit )
             this.$set(recoerd,'inventory',data.ID )
         },
+        //杂发/杂收
         sendOrReceive(data){
             var idExistence = 'yes',
             idArr = []

+ 1 - 0
src/views/production/productionTotalOrder/modules/TemporaryStorage.vue

@@ -1,3 +1,4 @@
+<!-- 入库暂存 -->
 <template>
     <div >
         <a-form-model ref="formRef">

+ 2 - 0
src/views/production/productionTotalOrder/modules/materiaWaring.vue

@@ -1,3 +1,4 @@
+<!-- 材料入库 -->
 <template>
     <a-modal
       title="材料入库"
@@ -338,6 +339,7 @@
     methods: {
         handleOk(){
             var idExistence = 'yes'
+            //判断有没有未保存数据
             this.selectedRows.map(item=>{
                 if(!item.id||item.id==''){
                     idExistence = 'no'

+ 1 - 0
src/views/production/productionTotalOrder/modules/material.vue

@@ -1,3 +1,4 @@
+<!-- 材料明细-->
 <template>
     <div >
         <a-form-model ref="formRef" :model="form">

+ 1 - 0
src/views/production/productionTotalOrder/modules/productDetails.vue

@@ -1,3 +1,4 @@
+<!-- 成品明细 -->
 <template>
     <div >
         <a-form-model ref="formRef" :model="form">

+ 1 - 0
src/views/production/productionTotalOrder/modules/productWarehousModel.vue

@@ -1,3 +1,4 @@
+<!-- 成品入库 -->
 <template>
     <a-modal
       title="产品入库"