lxf hai 1 ano
pai
achega
d43c573846

+ 1 - 1
src/views/production/warehouse/outbound/add.vue

@@ -39,7 +39,7 @@
               <el-button type="primary" size="small" @click="clickAddBOM()">选择BOM</el-button>
             </div>
             <el-table :data="formData.data.inOutStorageBomList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
-              <el-table-column label="品号" prop="code" width="160" />
+              <el-table-column label="品号" prop="code" width="180" />
               <el-table-column label="品名" prop="name" min-width="220" />
               <el-table-column label="单品尺寸(L*W*H)" align="center" width="300">
                 <template #default="{ row }">

+ 1 - 1
src/views/production/warehouse/putInStorage/add.vue

@@ -44,7 +44,7 @@
               <el-button type="primary" size="small" @click="clickAddBOM()">选择BOM</el-button>
             </div>
             <el-table :data="formData.data.inOutStorageBomList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
-              <el-table-column label="品号" prop="code" width="160" />
+              <el-table-column label="品号" prop="code" width="180" />
               <el-table-column label="品名" prop="name" min-width="220" />
               <el-table-column label="单品尺寸(L*W*H)" align="center" width="300">
                 <template #default="{ row }">