modified: src/components/view/Processingproducts.vue
modified: src/components/view/sale.vue
modified: src/main.js
| | |
| | | }) |
| | | .then(res => { |
| | | this.updateEditList = res.data; |
| | | this.getDetailInfo(); |
| | | }); |
| | | }, |
| | | // 点击编辑意见 |
| | |
| | | .then(res => { |
| | | console.log(`output->res`, res); |
| | | this.dialogVisible = false; |
| | | this.getDetailInfo(); |
| | | }); |
| | | } |
| | | }, |
| | |
| | | <span>状态:</span> |
| | | <el-select v-model="search.type" size="small" placeholder="请选择" style="width: 224px;margin-right: 30px;"> |
| | | <el-option label="全部" :value="null"></el-option> |
| | | <el-option label="未审核" :value="2"></el-option> |
| | | <el-option label="通过" :value="1"></el-option> |
| | | <el-option label="不通过" :value="0"></el-option> |
| | | </el-select> |
| | |
| | | <template slot-scope="scope"> |
| | | <span style="color: #34BD66;" v-if="scope.row.type==1">通过</span> |
| | | <span style="color: #E84738;" v-else-if="scope.row.type==0">不通过</span> |
| | | <span v-else></span> |
| | | <span v-else>未审核</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" width="220"> |
| | |
| | | Vue.use(qs); |
| | | Vue.use(api); |
| | | |
| | | const javaApi = 'http://192.168.10.249:8001' |
| | | const javaApi = 'http://10.20.102.112:8001' |
| | | // localhost 127.0.0.1 |
| | | |
| | | // const javaApi = 'http://127.0.0.1:8001/' |