正在显示
1 个修改的文件
包含
44 行增加
和
4 行删除
| @@ -145,9 +145,9 @@ | @@ -145,9 +145,9 @@ | ||
| 145 | width="320"> | 145 | width="320"> |
| 146 | <template slot-scope="scope"> | 146 | <template slot-scope="scope"> |
| 147 | <el-button type="warning" size="mini" @click="changeFhl(scope.row)">更改分单号</el-button> | 147 | <el-button type="warning" size="mini" @click="changeFhl(scope.row)">更改分单号</el-button> |
| 148 | - <el-button type="primary" size="mini">分批出库</el-button> | 148 | + <el-button type="primary" size="mini" @click="outBound(scope.row)">分批出库</el-button> |
| 149 | <!-- 件数重量尺寸--> | 149 | <!-- 件数重量尺寸--> |
| 150 | - <el-button type="success" size="mini">分批改单</el-button> | 150 | + <el-button type="success" size="mini" @click="changeOrder(scope.row)">分批改单</el-button> |
| 151 | <!-- 单号--> | 151 | <!-- 单号--> |
| 152 | <!-- <el-button type="success" size="mini" @click="applyEdit(scope.row)">编辑</el-button>--> | 152 | <!-- <el-button type="success" size="mini" @click="applyEdit(scope.row)">编辑</el-button>--> |
| 153 | <!-- <el-button type="danger" size="mini" @click="applyDel(scope.$index,scope.row)">删除</el-button>--> | 153 | <!-- <el-button type="danger" size="mini" @click="applyDel(scope.$index,scope.row)">删除</el-button>--> |
| @@ -167,6 +167,46 @@ | @@ -167,6 +167,46 @@ | ||
| 167 | :total="total"> | 167 | :total="total"> |
| 168 | </el-pagination> | 168 | </el-pagination> |
| 169 | </el-row> | 169 | </el-row> |
| 170 | + <!-- 分批出库--> | ||
| 171 | + <el-row> | ||
| 172 | + <el-dialog :title="detaFhl" :visible.sync="fhlDialog" width="40%" > | ||
| 173 | + <el-form :model="fhlForm" :rules="fhlRules" ref="fhlForm" style="margin-top: 40px"> | ||
| 174 | + <el-row> | ||
| 175 | + <el-col :span="8"> | ||
| 176 | + <el-form-item label="" :label-width="formLabelWidth" prop="billfhl"> | ||
| 177 | + <el-input placeholder="请输入更改后的分单号" v-model="fhlForm.billfhl" autocomplete="off" size="small" style="width: 400px"> | ||
| 178 | + <template slot="prepend">更改分单号为:</template> | ||
| 179 | + </el-input> | ||
| 180 | + </el-form-item> | ||
| 181 | + </el-col> | ||
| 182 | + </el-row> | ||
| 183 | + </el-form> | ||
| 184 | + <div slot="footer" class="dialog-footer"> | ||
| 185 | + <el-button @click="fhlDialog = false" size="small">取 消</el-button> | ||
| 186 | + <el-button type="primary" @click="fhlEdit()" size="small">提 交</el-button> | ||
| 187 | + </div> | ||
| 188 | + </el-dialog> | ||
| 189 | + </el-row> | ||
| 190 | + <!-- 分批改单--> | ||
| 191 | + <el-row> | ||
| 192 | + <el-dialog :title="detaFhl" :visible.sync="fhlDialog" width="40%" > | ||
| 193 | + <el-form :model="fhlForm" :rules="fhlRules" ref="fhlForm" style="margin-top: 40px"> | ||
| 194 | + <el-row> | ||
| 195 | + <el-col :span="8"> | ||
| 196 | + <el-form-item label="" :label-width="formLabelWidth" prop="billfhl"> | ||
| 197 | + <el-input placeholder="请输入更改后的分单号" v-model="fhlForm.billfhl" autocomplete="off" size="small" style="width: 400px"> | ||
| 198 | + <template slot="prepend">更改分单号为:</template> | ||
| 199 | + </el-input> | ||
| 200 | + </el-form-item> | ||
| 201 | + </el-col> | ||
| 202 | + </el-row> | ||
| 203 | + </el-form> | ||
| 204 | + <div slot="footer" class="dialog-footer"> | ||
| 205 | + <el-button @click="fhlDialog = false" size="small">取 消</el-button> | ||
| 206 | + <el-button type="primary" @click="fhlEdit()" size="small">提 交</el-button> | ||
| 207 | + </div> | ||
| 208 | + </el-dialog> | ||
| 209 | + </el-row> | ||
| 170 | <!-- 更改分单号--> | 210 | <!-- 更改分单号--> |
| 171 | <el-row> | 211 | <el-row> |
| 172 | <el-dialog :title="detaFhl" :visible.sync="fhlDialog" width="40%" > | 212 | <el-dialog :title="detaFhl" :visible.sync="fhlDialog" width="40%" > |
| @@ -972,8 +1012,8 @@ | @@ -972,8 +1012,8 @@ | ||
| 972 | } | 1012 | } |
| 973 | </style> | 1013 | </style> |
| 974 | <style> | 1014 | <style> |
| 975 | - .el-input--mini .el-input__inner{ | ||
| 976 | - background-color: rgba(255,255,255,0.1); | 1015 | + .analysis_text .el-input--mini .el-input__inner{ |
| 1016 | + background-color: rgba(255,255,255,0.1) !important; | ||
| 977 | border: 0px; | 1017 | border: 0px; |
| 978 | font-size: 14px; | 1018 | font-size: 14px; |
| 979 | color: rgb(64,158,255); | 1019 | color: rgb(64,158,255); |
-
请 注册 或 登录 后发表评论