lxf 1 year ago
parent
commit
b88cfa9ee5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/production/schedule/production-order/index.vue

+ 2 - 2
src/views/production/schedule/production-order/index.vue

@@ -92,7 +92,7 @@
         <el-col :span="19" style="height: calc(100vh - 114px); overflow-y: auto; overflow-x: hidden">
           <el-form :model="formData.data" :rules="rules" label-width="0" style="margin-top: 18px" ref="packingForm">
             <div style="margin-bottom: 10px">
-              <el-button type="primary" @click="clickExpressPacking()">选择快递物流包材</el-button>
+              <el-button type="primary" @click="clickExpressPacking()">选择包材</el-button>
             </div>
             <el-table :data="formData.data.packageList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
               <el-table-column label="品号" prop="bomSpecCode" width="160" />
@@ -136,7 +136,7 @@
       </el-row>
     </el-dialog>
 
-    <el-dialog title="选择快递物流包材" v-if="openExpressPacking" v-model="openExpressPacking" width="84%">
+    <el-dialog title="选择包材" v-if="openExpressPacking" v-model="openExpressPacking" width="84%">
       <SelectBOM :selectStatus="true" :expressStatus="true" @selectBOM="selectExpressPacking"></SelectBOM>
       <template #footer>
         <el-button @click="openExpressPacking = false" size="large">关 闭</el-button>