Преглед изворни кода

售后工单报工的时候可以修改 售后对象数据

8521520123jsy пре 1 година
родитељ
комит
9bbcea2910

+ 2 - 0
src/views/salesServiceManagement/components/sparePartsList.vue

@@ -163,6 +163,7 @@
             ></el-input>
           </el-form-item>
         </template>
+        <!-- 现在如果是查主数据的话 还可以选择仓库 -->
         <template v-slot:warehouseId="scope">
           <el-form-item
             v-if="scope.row.typeId == '2'"
@@ -469,6 +470,7 @@ export default {
   },
   created() {},
   mounted() {
+    console.log(this.obtain,'obtain')
     if (this.source == '配件回收') {
       this.typeIdList = [
         {

+ 1 - 1
src/views/salesServiceManagement/workOrder/components/declarationDialog.vue

@@ -199,7 +199,7 @@
                 </el-form-item>
               </el-col>
               <el-col :span="24" class="ele-body-customA">
-                <info ref="infoRef" source="报工信息" type="view" :isPurchaseNeed="false"></info>
+                <info ref="infoRef"  source="报工信息" state="可操作" type="view" :isPurchaseNeed="false"></info>
               </el-col>
               <el-col :span="24">
                 <headerTitle title="配件申请清单" style="margin-top: 10px"></headerTitle>