运单录入现金问题
This commit is contained in:
parent
182b4759b2
commit
4993163cda
@ -9,7 +9,7 @@
|
||||
style="width: 100%;"
|
||||
:disabled="disabled"
|
||||
@change="onChange">
|
||||
<el-option v-for="item in optionItems" :key="item.customerCode" :label="item.custName" :value="item.customerCode" ></el-option>
|
||||
<el-option v-for="item in optionItems" :key="item.custNo" :label="item.custName" :value="item.custNo" ></el-option>
|
||||
</el-select>
|
||||
<!-- item.custNo+'-'+ -->
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user