gaoluyang
5 天以前 43be32b8523e5139850b8cefc660026f35eb97bb
src/views/inventoryManagement/issueManagement/index.vue
@@ -69,7 +69,7 @@
                <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="150"></el-table-column>
           <el-table-column fixed="right" label="操作" min-width="60" align="center">
             <template #default="scope">
               <el-button link type="primary" size="small" @click="openForm(scope.row);">领用</el-button>
               <el-button link type="primary" size="small" @click="openForm(scope.row);">发料</el-button>
             </template>
           </el-table-column>
         </el-table>
@@ -108,7 +108,7 @@
                  <el-table-column label="剩余库存" prop="inboundNum0" width="90" show-overflow-tooltip />
            <el-table-column fixed="right" label="操作" width="100" align="center">
              <template #default="scope">
                <el-button link type="primary" size="small" @click="openForm(scope.row);">领用</el-button>
                <el-button link type="primary" size="small" @click="openForm(scope.row);">发料</el-button>
              </template>
            </el-table-column>
          </el-table>