fix:光芯辅料库出库code改为borrow_out

This commit is contained in:
shijing 2025-08-05 10:01:19 +08:00
parent 65aa1979f1
commit 05e9c2faa7
2 changed files with 2 additions and 2 deletions

View File

@ -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";
}

View File

@ -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>