fix:光芯辅料库出库code改为borrow_out
This commit is contained in:
parent
65aa1979f1
commit
05e9c2faa7
|
@ -269,7 +269,7 @@ export default {
|
|||
that.getSupplierOptions();
|
||||
that.urlCode = window.location.hash.split('/')[2];
|
||||
if (that.urlCode == "helpso_out") {
|
||||
that.form.type = "do_out";
|
||||
that.form.type = "borrow_out";
|
||||
}else{
|
||||
that.form.type = "pur_in";
|
||||
}
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
<el-input v-model="prefix" placeholder="编号前缀"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-button type="primary" @click="getNumber">获取编号</el-button>
|
||||
<el-button v-if="form.type == 'sale_out'&&project_code=='bxerp'" type="primary" @click="getNumber">获取编号</el-button>
|
||||
<el-col :md="12" :sm="24" v-if="digitNum!==null">
|
||||
<el-form-item label="流水位数">
|
||||
<el-input-number controls-position="right" precision="0" @change="digitChange" v-model="digitNum"></el-input-number>
|
||||
|
|
Loading…
Reference in New Issue